function viewimg(img) {
	billedevindue = window.open('largepic.php?img='+img, 'LargePicture', 'width=150,height=150,resizable,scrollbars=no');
	billedevindue.focus();
}
