<!--
function popup1() 
{
  // open the popup window
  var popupURL = "monolocale.htm";
    var popup = window.open(popupURL,"Village",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=510,height=410');
       // set the opener if it's not already set.  it's set automatically
 // in netscape 3.0+ and ie 3.0+.
  if( navigator.appName.substring(0,8) == "Netscape" ) {
  popup.location = popupURL;
  }
}
function popup2() 
{
  // open the popup window
  var popupURL = "bilocale_A.htm";
    var popup = window.open(popupURL,"Village",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=550,height=410');
  // set the opener if it's not already set.  it's set automatically
  // in netscape 3.0+ and ie 3.0+.
  if( navigator.appName.substring(0,8) == "Netscape" ) {
  popup.location = popupURL;
  }
}
function popup3() 
{
  // open the popup window
  var popupURL = "bilocale.htm";
    var popup = window.open(popupURL,"Village",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=550,height=410');
  // set the opener if it's not already set.  it's set automatically
  // in netscape 3.0+ and ie 3.0+.
  if( navigator.appName.substring(0,8) == "Netscape" ) {
  popup.location = popupURL;
  }
}
function popup4() 
{
  // open the popup window
  var popupURL = "bilocale_C.htm";
    var popup = window.open(popupURL,"Village",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=550,height=520');
  // set the opener if it's not already set.  it's set automatically
  // in netscape 3.0+ and ie 3.0+.
  if( navigator.appName.substring(0,8) == "Netscape" ) {
  popup.location = popupURL;
  }
}

// -->