// ********************************************
// **        Flashmaps DB Mapper 1.1         **
// **  JavaScript Variables Initialization   **
// ********************************************
// **  Please DO NOT make any changes here.  **
// **  Call this code after the map object.  **
// ********************************************
// **      (c)2006 Flashmaps Geospatial      **
// **        http://www.flashmaps.com        **
// ********************************************

var fmPOIsLoaded = false;
var fmPOIsURL = "";

var fmMcPath = "map_mc.";
var fmMapObj1 = document.fmDBMEngine;


//start the process that will check for the app to be loaded.
var appStartInterval = window.setInterval("loadSecondaryData()",500);
var poisLoadedInterval = null;
