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