// Global Utility Scripts
// v1.1
//
//function click() {
//    if (event.button==2) {
//        alert('99-2010 (c) Martin Klein ')
//    }
//}
//
//document.onmousedown=click
//
//function MM_openBrWindow(theURL,winName,features) {
//    window.open(theURL,winName,features);
//}
//
//function NewWindow(mypage, myname, w, h, scroll) {
//    var winl = (screen.width - w) / 2;
//    var wint = (screen.height - h) / 2;
//    winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
//    win = window.open(mypage, myname, winprops)
//    if (parseInt(navigator.appVersion) >= 4) {
//	win.window.focus();
//    }
//}

function Popup(sPicURL) {
    popupWin = window.open('photo.htm?'+sPicURL,'_blank','width=800,height=600;toolbar=no,status=no,menubar=no,scrollbars=no')
}
    
