var UseFlash = 0;FlaVersion=5;
if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] ) {
	// Check for Flash version 5 or greater in Netscape
	var plugin = navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin;
	if (plugin && parseInt(plugin.description.substring(plugin.description.indexOf(".")-1))>=5){
		UseFlash = 1;}
} else if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && 
	  navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	// Assume any Windows IE except for Windows 3.1 supports the OBJECT tag
	UseFlash = 1;
}
if(UseFlash){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="730" height="450">');
document.write('<param name="movie" value="gepon.swf">');
document.write('<param name="quality" value="high">');
document.write('<embed src="gepon.swf" quality="high" width="730" height="450" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash"></embed></object>');
}else{
	document.write('<img src="img/t_gepon.jpg" alt="E-PON System" width="730" height="450" border="0" usemap="#Map"><br>');
	document.write('<MAP name="Map">');
	document.write('<area shape="rect" coords="536,298,626,352" href="../pro/d_onu.htm" alt="E-PON ONU for Communication">');
	document.write('<area shape="rect" coords="442,177,532,231" href="../pro/d_onu.htm" alt="E-PON ONU for Communication">');
	document.write('<area shape="rect" coords="339,85,429,139" href="../pro/d_onu.htm" alt="E-PON ONU for Communication">');
	document.write('<area shape="rect" coords="44,4,270,110" href="../pro/ag.htm" alt="E-PON ONU Operation Support System">');
	document.write('<area shape="rect" coords="360,258,476,345" href="../pro/ag100.htm" alt="E-PON Extender, 1ch">');
	document.write('<area shape="rect" coords="129,169,272,270" href="../pro/ag1600.htm" alt="E-PON Optical Line Terminal[3U Type]">');
	document.write('</MAP>');
}