<!--  JavaScript Document
function load_popup(image_id)
{
	
	var winl = (screen.width - 810) / 2;
	var wint = (screen.height - 610) / 2;
	
	popUpWin = open('/image_popup.php?artwork_id=' + image_id + '', 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=yes,resizable=yes,copyhistory=yes,width=810,height=610,left='+winl+',top='+wint+',screenX=20,screenY=20');
}

function load_popup_pub(image_id)
{
	
	var winl = (screen.width - 810) / 2;
	var wint = (screen.height - 610) / 2;

	popUpWin = open('/image_popup.php?publication_id=' + image_id + '', 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=yes,resizable=yes,copyhistory=yes,width=810,height=610,left='+winl+',top='+wint+',screenX=20,screenY=20');
}

function launch_mailing() 
{
	popUpWin = open('http://www.peresprojects.com/cgi/bigsender.cgi', 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width=810,height=600,left=5,top=5,screenX=5,screenY=5');	
}
//-->
