// Activate the map without having to click on it first. 8/3/2006
//
// Programmed by Douglas Holt

//function swfmc(movie, width, height)
//{
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');

	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
	document.write('WIDTH="550" HEIGHT="425" id="PhoenixMap" ALIGN="">');
	document.write('<PARAM NAME=movie VALUE="PhoenixMap.swf"> <PARAM NAME=quality VALUE=High> ');
	document.write('<PARAM NAME=bgcolor VALUE=FFFFFF>');
	document.write('<param name="_cx" value="14552">');
	document.write('<param name="_cy" value="11245">');
	document.write('<param name="FlashVars" value>');
	document.write('<param name="Src" value="PhoenixMap.swf">');
	document.write('<param name="WMode" value="Window">');
	document.write('<param name="Play" value="0">');
	document.write('<param name="Loop" value="-1">');
	document.write('<param name="SAlign" value>');
	document.write('<param name="Menu" value="-1">');
	document.write('<param name="Base" value>');
	document.write('<param name="AllowScriptAccess" value="always">');
	document.write('<param name="Scale" value="ShowAll">');
	document.write('<param name="DeviceFont" value="0">');
	document.write('<param name="EmbedMovie" value="0">');
	document.write('<param name="SWRemote" value>');
	document.write('<param name="MovieData" value>');
	document.write('<param name="SeamlessTabbing" value="1">');
	
	document.write('<EMBED src="PhoenixMap.swf" quality=high bgcolor=#FFFFFF  WIDTH="550" HEIGHT="425" NAME="PhoenixMap" ALIGN=""');
	document.write('TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');

	document.write('</OBJECT>');
//}