<!-- Hide script from old browsers

function openWindow(myURL,myWin, myWidth,myHeight) {
        siteWindow=window.open(myURL,myWin,"toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1,width="+myWidth+",height="+myHeight);
        siteWindow.opener=self;
		siteWindow.focus();
        }


function openWin(addr) {
		aWindow = window.open(addr, "aWin", "width=630,height=650")
}
// End hiding script from old browsers -->