document.write("<title>Micro Class & Google Maps - "+Location+"</title>")
document.write("<link rel='SHORTCUT ICON' href='../images/microclass.ico'>")
parent.window.moveTo(0,0) ; parent.window.resizeTo(screen.availWidth,screen.availHeight) ; 
document.write("<style>")
document.write("#label  { position:absolute;top: 98px;left: 97px;font-family:Comic sans MS;font-style:Italic; ")
document.write("          font-weight:Bold;font-size:30pt;color:#dd0000;}");
document.write("#body   { position:absolute;top:100px;left:100px;font-family:Comic sans MS;font-style:Italic; ")
document.write("          font-weight:Bold;font-size:30pt;color:#eeeeee;}");
document.write("#shadow { position:absolute;top:102px;left:103px;font-family:Comic sans MS;font-style:Italic; ")
document.write("          font-weight:Bold;font-size:30pt;color:#cccccc;}");
document.write("</style>")
function load() {
  if (GBrowserIsCompatible()) {
    var map = new GMap(document.getElementById("map"));
    map.addControl(new GLargeMapControl());
    map.addControl(new GMapTypeControl());
    var center = map.getCenter();
    map.setCenter(new GLatLng(L,G), Zoom);
    map.setMapType( G_SATELLITE_MAP );
  }
}

W=screen.availWidth - 80
H=screen.availHeight-216

document.write("</head>")

document.write("<body bgcolor='#ECE8D8' background='../images/dacron.gif' text='#000000' link='#0000C0' vlink='#800000' ")
document.write("alink='#0000FF' topmargin=0 leftmargin=0 onload='load()' onunload='GUnload()'>")
document.write("<table border=0 cellpadding=0 cellspacing=0 width='100%' height='100%'>")
document.write("<tr><td align='center'><a href='../index.html'>")
document.write("<img src='../images/logored.gif' width=51  border=0 style='float: left' hspace=7></a>")
document.write("<a href='javascript:window.close()'><img src='../images/logored.gif' width=51  border=0 style='float:")
document.write(" right' hspace=7></a><font face='Verdana' size=2 color='#DD0000'><b><br>")
document.write("This Satelite picture is presented by <a href='../index.html'>the Micro Class</b></font></a></td></tr>")

document.write("<tr><td><hr color='#DD0000'></td></tr><tr><td align='center' valign='middle'><table border=2 ")
document.write("bordercolor='#C8B88C' bgcolor='#F5F3EB' cellspacing=0 cellpadding=4><tr><td><div id='map' style='width: ")
document.write(W+"px; height: "+H+"px; vertical-align: Middle'></div></td></tr></table></td></tr></table>")

document.write("<div id='shadow'>"+Location+"</div>")
document.write("<div id='body'  >"+Location+"</div>")
document.write("<div id='label' >"+Location+"</div>")
document.write("</body></html>")