function PopupPic(sPicURL) { 
	window.open("js/popup.html?"+sPicURL, "", "resizable=no,HEIGHT=480,WIDTH=640");
}
function Popup(sPicURL, Width, Height) { 
	window.open("js/popup_man.html?"+sPicURL, "", "resizable=no,HEIGHT="+Height+",WIDTH="+Width);
}


