// JavaScript Document

if (Fyes != -1 && (n6Ver != 6)) {
		if(ImHere == "index.htm")
		{
			//document.body.style.backgroundImage = 'url(image/clouds.jpg)';
			document.write("<link rel='stylesheet' type='text/css' href='css01/ftech_04.css'>");   <!--this css loads the cloud background-->
			//loadBackground()
			//loadFlashHome();
			loadFlashSite();
		}else
			{
				if(isALPHA == "true")
				{
					document.write("<link rel='stylesheet' type='text/css' href='css01/ftech_03.css'>");
				}else {
					document.write("<link rel='stylesheet' type='text/css' href='css01/ftech_02.css'>");
					}
				//alert("go else swf");
				DoSWF();
			}
	}else {
	// DoHTM
		//alert("doing fno");
		checkBrowser();
		if(isALPHA == "true"){
			document.write("<link rel='stylesheet' type='text/css' href='css01/header_03.css'>");
			document.write("<link rel='stylesheet' type='text/css' href='css01/ftech_03.css'>");
			//document.write("Is Alpha");
			//DoNav();
		}else {
			document.write("<link rel='stylesheet' type='text/css' href='css01/header_02.css'>");
			document.write("<link rel='stylesheet' type='text/css' href='css01/ftech_02.css'>");
			//document.write("Is NOT Alpha");
			//DoNav();
		}
		
			doCounter();
			DoNav();	//loads the function to display the javascript menu for non-flash pages
			
			clearCnt = 100;
			findHTM();
		   	chkClearCnt();
	}


function DoSWF() //loads the flash menu on the page
{
	document.write("<div  align='left' style='width:740px; '>");
	document.write("<table border='0' cellpadding='0' cellspacing='0'>");
	document.write("  <tr>");
	document.write("	<td height='90'>&nbsp;</td>");
	document.write("  </tr>");
	document.write("</table>");
	document.write("</div>");
	document.write("<div style='position:absolute; top:0;left:0;'>");
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='780' height='120' id='n3web04' align='top'>");
	document.write("<param name='allowScriptAccess' value='sameDomain' />");
  	//document.write("<param name='movie' value='n3web04_at.swf?URhere=blank.htm' />");
	document.write("<param name='movie' value='n3web04_at.swf?URhere=" + ImHere + "' />");
	//alert("just passed variable to flash" + ImHere);
	document.write("<param name='quality' value='high' />");
	document.write("<param name='salign' value='lt' />");
	document.write("<param name='wmode' value='transparent' />");
	document.write("<param name='bgcolor' value='#ffffff' />");
	document.write("<embed src='n3web04_at.swf' quality='high' salign='lt' wmode='transparent' bgcolor='#ffffff' width='780' height='120' name='n3web03' align='top' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	document.write("</object>");
	document.write("</div>");
}




