<!--
	function showFlashOrbit()
		{
			if ( MM_FlashCanPlay ) 
				{
					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(' ID="orbit" WIDTH="95" HEIGHT="120" ALIGN="left">');
					document.write(' <PARAM NAME=movie VALUE="flash/orbit.swf"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=salign VALUE=LT> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=bgcolor VALUE=#FFFFFF>  '); 
					document.write(' <EMBED src="flash/orbit.swf" menu=false quality=high salign=LT wmode=transparent bgcolor=#FFFFFF  ');
					document.write(' swLiveConnect=FALSE WIDTH="95" HEIGHT="120" NAME="orbit" ALIGN="left"');
					document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
					document.write(' </EMBED>');
					document.write(' </OBJECT>');
				} 	
			else
				{
					document.write('<IMG style="Z-INDEX: 134; LEFT: 38px; POSITION: absolute; TOP: 13px" src="images/daishsat_logo_ball.gif">');
				}			
						
		}		
	
//-->