function imagePopup(picfile, photodesc) {
	window.open('largepic.php?picfile=' + picfile + '&photodesc=' + photodesc,'largepic','toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,menubar=no,resizable=yes,copyhistory=no,width=400,height=400');
}
