<!--
function goSite()
{  
if( document.fmSite.selSite.value != '' ) {
window.open(document.fmSite.selSite.value,"_blank","screenX=10,screenY=10,menubar=yes,toolbar=yes,location=yes");
}
}
function openWin1(theURL,winName,features) { //v2.0
  window.open('http://www.banktown.com/policy01.html','policy01','width=620,height=500, scrollbars=yes');
}
function openWin2(theURL,winName,features) { //v2.0
  window.open('http://www.banktown.com/policy02.html','policy02','width=620,height=500, scrollbars=yes');
}
function openWin3(theURL,winName,features) { //v2.0
  window.open('http://www.banktown.com/policy01.html','policy03','width=620,height=500, scrollbars=yes');
}
function openWin4(theURL,winName,features) { //v2.0
  window.open('http://www.banktown.com/policy02.html','policy04','width=620,height=500, scrollbars=yes');
}
function openWin(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->