// ********************************************
// **        Flashmaps PinPoint! 1.0         **
// **  JavaScript Variables Initialization   **
// ********************************************
// ** Please DO NOT make any changes here.   **
// ** Call this code after the map object.   **
// ********************************************
// **      (c)2004 Flashmaps Geospatial      **
// **        http://www.flashmaps.com        **
// ********************************************

// Make the map object accesible from different browsers 
var fmMapObj1;
if (parseInt(navigator.appVersion) >= 4) {
	if (navigator.appName == "Netscape") {
		fmMapObj1 = document.embeds.fmMapObj1;
  	} else {
    		fmMapObj1 = document.fmMapObj1;
	}
}

// The map IS NOT available yet
var fmMapReady = false;

