function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}

function popup(theURL) {
	document.photo.photofile.value=theURL;
	feature='resizable=yes,scrollbars=yes,width=1,height=1,left=20,top=5';
	MM_openBrWindow('popup.html','',feature);
}