function PopupPic(sPicURL, title) { 
window.open( "sites/popup/popup.html?"+encodeURIComponent(sPicURL)+(title?"?"+title:""), "", 
"resizable=1,HEIGHT=200,WIDTH=200"); 
}