function openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
  }
function google(a,b,c)
{latX = a; lngY = b; zm = c;
window.open("../google/google_proto14.html","parent","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes ,resizable=yes,Width=799,Height=790");
 }