function openWin(imgName, winWidth, winHeight){
	myPath = "popup.html?" + imgName;
	window.open(myPath,"PhotoDetail",'toolbar=0,width=' + winWidth + ',height=' + winHeight + ',status=0,scrollbars=0,resizable=0,menubar=0');
}
