Map- SATS Trainers
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
type="text/javascript">
//
function load() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map"));
map.setCenter(new GLatLng(37.4419, -122.1419), 13);
}
}
//]]>

Write a comment