
if (AC_FL_RunContent == 0 || DetectFlashVer == 0) {
	alert("This page requires AC_RunActiveContent.js.");
} else {
	var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
	if(hasRightVersion) {  // if we've detected an acceptable version
		// embed the flash movie
		AC_FL_RunContent(
			'codebase', 'http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab',
			'width', '960',
			'height', '724',
			'src', '/fla/portal092811',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'devicefont', 'false',
			'id', 'portal',
			'bgcolor', '#ffffff',
			'name', 'portal',
			'menu', 'false',
			'allowScriptAccess','sameDomain',
			'allowFullScreen','false',
			'movie', '/fla/portal092811',
			'salign', ''
			); //end AC code
	} else {  // flash is too old or we can't detect the plugin
		var alternateContent = '<img src="images/noflash.jpg" alt="noflash" width="960" height="724" border="0" usemap="#Map" />'
+'<map name="Map" id="Map"><area shape="rect" coords="228,481,402,584" href="http://www.arconnections.com/kids/" alt="Kids Stuff" />'
+'<area shape="rect" coords="541,488,715,592" href="http://www.arcmoves.com" alt="Client/Transferee Log In here" />'
+'<area shape="rect" coords="563,167,787,280" href="http://www.arconnections.com/HRPro/?page=about" alt="I am an HR/Relocation Professional" />'
+'<area shape="rect" coords="268,77,442,178" href="http://www.arconnections.com/Individuals/?page=about" alt="I am an Individual Relocating" />'
+'<area shape="rect" coords="5,288,959,417" href="http://www.adobe.com/go/getflashplayer" alt="Download Flash - Get Flash Player" />'
+'</map>'
+'';
	document.write(alternateContent);  // insert non-flash content
	}
}



