//v1.1
//Copyright 2006 Adobe Systems, Inc. All rights reserved.
function DrawFlashMenu(Height)
{
var FlashCookie  = readCookie__("FlashVersionCookie");
var FlashMenu = document.getElementById("FlashMenuTD")
if (FlashCookie != null){
if (FlashCookie == "ToFlash"){
	if (FlashMenu){
	Height = 400
				document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="AJIFlashMenu" width="133" height="'+Height+'" align="top">');
				document.write('<param name="allowScriptAccess" value="sameDomain" />');
				document.write('<param name="movie" value="/News/Controls/AJIFlashMenu068.swf" />');
				document.write('<param name="menu" value="false" />');
				document.write('<param name="quality" value="high" />');
				document.write('<PARAM NAME="Play" value="-1">\n');
				document.write('<PARAM NAME="Loop" value="-1">\n');
				document.write('<param name="scale" value="noscale" />');
				document.write('<param name="salign" value="t" />');
				document.write('<param name="wmode" value="transparent" />');
				document.write('<param name="bgcolor" value="#f0f0f0" />');
				document.write('<embed src="/News/Controls/AJIFlashMenu068.swf" menu="false" quality="high" scale="noscale" salign="t" wmode="transparent" bgcolor="#f0f0f0" width="133" height="'+Height+'" swLiveConnect=true id="AJIFlashMenu" name="AJIFlashMenu" align="top" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
				document.write('</object>');
				document.write('<table width="100%" border="0"><tr><td style="PADDING-RIGHT: 5px;" id="FlashTDMain" class="NlMainSubsections" width="110px" align="right"><a onmouseover="Highlightlogin(\'FlashLink\',\'FlashTD\')" onmouseout="DEHighlightlogin(\'FlashLink\',\'FlashTD\')" id="FlashLink" href="javascript:SetFlashCookie();" style="font-size:11px;">HTML</a></td><td id="FlashTD" width="9px"></td><td id="TDIDFlash"></td></tr></table>');
			
	}
		}
	}
			
	
}

function DrawFlashNews()
{
	var FlashCookie  = readCookie__("FlashVersionCookie");
	var FlashVersion = document.getElementById("FlashVersionTD")
	if (FlashCookie != null){
		if (FlashCookie == "ToFlash"){
			if (FlashVersion){
				document.write('<OBJECT id="AJIFlashStoriesSWF" codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"\n');
				document.write('height="427" width="557" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" VIEWASTEXT>\n');
				document.write('<PARAM NAME="_cx" VALUE="14129">\n');
				document.write('<PARAM NAME="_cy" VALUE="11139">\n');
				document.write('<PARAM NAME="FlashVars" VALUE="">\n');
				document.write('<PARAM NAME="Movie" VALUE="/News/Controls/container.swf">\n');
				document.write('<PARAM NAME="Src" VALUE="/News/Controls/container.swf">\n');
				document.write('<PARAM NAME="WMode" VALUE="Transparent">\n');
				document.write('<PARAM NAME="Play" VALUE="0">\n');
				document.write('<PARAM NAME="Loop" VALUE="-1">\n');
				document.write('<PARAM NAME="Quality" VALUE="High">\n');
				document.write('<PARAM NAME="SAlign" VALUE="t">\n');
				document.write('<PARAM NAME="Menu" VALUE="-1">\n');
				document.write('<PARAM NAME="Base" VALUE="">\n');
				document.write('<PARAM NAME="AllowScriptAccess" VALUE="">\n');
				document.write('<PARAM NAME="Scale" VALUE="noScale">\n');
				document.write('<PARAM NAME="DeviceFont" VALUE="0">\n');
				document.write('<PARAM NAME="EmbedMovie" VALUE="0">\n');
				document.write('<PARAM NAME="BGColor" VALUE="">\n');
				document.write('<PARAM NAME="SWRemote" VALUE="">\n');
				document.write('<PARAM NAME="MovieData" VALUE="">\n');
				document.write('<PARAM NAME="SeamlessTabbing" VALUE="1">\n');
				document.write('<PARAM NAME="Profile" VALUE="0">\n');
				document.write('<PARAM NAME="ProfileAddress" VALUE="">\n');
				document.write('<PARAM NAME="ProfilePort" VALUE="0">\n');
				document.write('<embed id="AJIFlashStoriesSWF2" src="/News/Controls/container.swf" name="AJIFlashStoriesSWF" quality="high"\n');
				document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"\n');
				document.write('width="557" height="427" scale="noscale" salign="t" swliveconnect="true" allowscriptaccess="sameDomain"> </embed>\n');
				document.write('</OBJECT>\n');
				
			}
		}
	}


}