<!--function galleryWindow(S) {	NewWindow=window.open (S,"popupWindow","width=650,height=400,left=0,top=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,fullscreen=no");	NewWindow.focus();	screen_height = window.screen.availHeight;	screen_width = window.screen.availWidth;	left_point = parseInt(screen_width/2)-(650/2);	top_point = parseInt(screen_height/2)-(400/2);	setTimeout('NewWindow.moveTo(left_point,top_point)',100);	void(0);}//-->