// JavaScript Document

//active content preparation for browser changes...
//replace tag for active content with a script that calls code outside of your HTML page

//more information here...http://www.adobe.com/devnet/activecontent/articles/devletter.html


//this function will write the code for the object/applet/embed tag in the html file
function RunFlashIntro()
{					
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="770" height="450">\n');
  document.write('<param name="movie" value="flash/intro.swf">\n');
  document.write('<param name="quality" value="high"><param name="SCALE" value="noborder">\n');
  document.write('<embed src="flash/intro.swf" width="770" height="450" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="noborder"></embed></object>\n');
}
function MapRunFlashIntro()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="278" height="317">\n');
  document.write('<param name="movie" value="flash/map.swf">\n');
  document.write('<param name="quality" value="high">\n');
  document.write('<embed src="flash/map.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="278" height="317"></embed></object>\n');
  }
function MapPropRunFlashIntro()
{  
 document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="278" height="317">\n');
 document.write('<param name="movie" value="../flash/map.swf">\n');
 document.write('<param name="quality" value="high">\n');
 document.write('<embed src="../flash/map.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="278" height="317"></embed></object>\n');
}
function MapAgentRunFlashIntro()
{  
 document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="278" height="317">\n');
          document.write('<param name="movie" value="../flash/map.swf">\n');
           document.write('<param name="quality" value="high">\n');
           document.write('<embed src="../flash/map.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="278" height="317"></embed></object>\n');
  }
  function AgentRunFlashIntro()
  {
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="210" height="350">\n');
    document.write('<param name="movie" value="http://www.nationwidenz.co.nz/flash/map_find_agent.swf">\n');
     document.write('<param name="quality" value="high">\n');
     document.write('<embed src="http://www.nationwidenz.co.nz/flash/map_find_agent.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="210" height="350"></embed></object>\n');
	 }
  function EstateRunFlashIntro()
  {	 
	  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="570" height="140">\n')
           document.write(' <param name="movie" value="flash/home.swf">\n')
           document.write(' <param name="quality" value="high">\n')
            document.write('<embed src="flash/home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="570" height="140"></embed></object>\n')
			}