Im fairly new to this.
I have a kml file that i want to call from .js file and show these
shapes on google map.
my .js file looks like this
var map;
var geoXml;
function init()
{ if (GBrowserIsCompatible())
{
var map ;
map= new GMap2(document.getElementById( "map"));
geoXml = new GGeoXml("new3.kml");