	// check for root path
	navDataArray = navData.split(":");
	rootPath = navDataArray[2];

	// flash settings -> 'src,width,height,quality,bgcolor,scale'
	flashSetup = rootPath + 'resources/top_header.swf,721,84,best,#FFFFFF,exactfit';
	// optional variables to pass
	flashVars = 'navData=' + navData;
	// static html code
	staticCode = '<img src="' + rootPath + 'images/common/top_header.gif" width="721" height="84" border="0" usemap="#top_header">';
	// run the detection script
	loadFlash (flashSetup, flashVars, staticCode);
