/* popup.script */
function imagePopup(imgurl, width, height){
    window.open(imgurl,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=no, width="+width+", height="+height);
}
