<!-- Hide script from old browsers
function openWin(URL){
aWindow = window.open(URL , "thewindow" , 'width=310,height=350,titlebar=yes,scrollbars=yes,menubar=yes');
}
function openWinSized(URL,width,height){
aWindow = window.open(URL , "thewindow" , 'width=' + width + ',height=' + height + ',titlebar=yes,scrollbars=yes,menubar=yes');
}
// End hiding script from old browsers -->

