<!--
function openWin(URL){
    aWindow=window.open(URL,"","width=750,height=550,status=yes,scrollbars=yes,toolbar=no,menubar=no,resizable=yes,top=1,left=1");
}
function openWinP(URL){
    aWindow=window.open(URL,"","width=750,height=550,status=yes,scrollbars=yes,toolbar=yes,menubar=yes,resizable=yes,top=1,left=1");
}
function openWinG(URL,width,height){
    aWindow=window.open(URL,"","width="+width+",height="+height+",status=yes,scrollbars=yes,toolbar=no,menubar=yes,resizable=yes,top=1,left=1");
}
function openWinF(URL,width,height){
    aWindow=window.open(URL,"","width="+width+",height="+height+",status=no,scrollbars=no,toolbar=no,menubar=no,resizable=no,top=1,left=1");
}
function openWinE(URL,width,height){
    aWindow=window.open(URL,"","width="+width+",height="+height+",status=no,scrollbars=no,toolbar=no,menubar=no,resizable=no");
}
function MM_openBrWindow(URL) {
    aWindow=window.open(URL,'popup','width=780,height=580,left=0,top=0,status=yes,scrollbars=yes');
}
function MM_openBrWindow2(URL) {
    aWindow=window.open(URL,'popup2','width=160,height=530,left=650,top=0,status=yes,scrollbars=yes');
}

function MM_openBrWindow3(URL) {
    aWindow=window.open(URL,'popup3','width=640,height=400,left=0,top=0,status=yes,scrollbars=yes');
}


function showBannerAd() {
  var time = new Date();
  randnum= (time.getTime());
  document.write('<div align="center">');
  document.write('<a href="main.php?section=home&map=cw02"><img border="0" width="460" height="60" src="../../images/{UI}/banner_2002dates.gif" align="center"></a>');
  document.write('<br><br></div>');
}
//-->

