\n');
}
var sXMLFile = GetUrlParam("xmlfile");
var sDeploymentPhase = GetUrlParam("deploymentPhase");
sFlashVars = "";
sFlashVars += "bRunningInBrowser=true";
sFlashVars += "&sXmlFile=" + ((sXMLFile.length)?sXMLFile:"codebase.xml");
sFlashVars += "&deploymentPhase=" + ((sDeploymentPhase.length)?sDeploymentPhase:3);
sFlashVars += "&bDebug=" + DEBUG;
//alert(sFlashVars);
if (g_oCodeTrack && CODE_TRACK) updateJsLog("FlashVars: "+sFlashVars);
if (DEBUG) updateJsLog("Opening flash & passing variables:[" + sFlashVars + "]");