function PopupPic(sPicURL) {
window.open("popup.html?"+sPicURL, "", "resizable=1,HEIGHT=200,WIDTH=200")
}


function openPage(URL,DOEL){
window.open(URL,DOEL,'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=yes, width=800, height=600')
}

