// JavaScript Document
function homepage(){
		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,29,0" width="810" height="515">');
        document.write('<param name="movie" value="intro.swf" />');
       document.write(' <param name="quality" value="high" />');
      document.write('  <embed src="intro.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" ');
	document.write('	type="application/x-shockwave-flash" width="810" height="515"></embed></object>');
}

function map(){
				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,29,0"');
							  document.write('width="684" height="559">');
              document.write('<param name="movie" value="flash/map.swf">');
              document.write('<param name="quality" value="high">');
              document.write('<embed src="flash/map.swf" quality="high" pluginspage=');
			document.write('"http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"');
			document.write('width="684" height="559"></embed>  </object>');
			}