function PopupPic(sPicURL) { 
    window.open( "../../../Templates/popup.htm?"+sPicURL, "",  
    "resizable=1,height=386,width=386");
	}