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