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="wdm.swf">');
document.write('<param name="quality" value="high">');
document.write('<embed src="wdm.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_wdm.jpg" alt="WDM FTTx System" width="730" height="450" border="0" usemap="#Map"><br>');
	document.write('<MAP name="Map">');
	document.write('<area shape="rect" coords="23,128,277,157" href="../pro/fh_fa_21xx.htm" alt="Multi-port Optical Amplifier [OA-BASE [8/16/32/64 port type]]">');
	document.write('<area shape="rect" coords="28,160,279,218" href="../pro/fh_fa_13xx.htm" alt="High power and Multi-port Optical Amplifier [OA-PLUS [64 port/4 slot type]]">');
	document.write('<area shape="rect" coords="5,261,155,308" href="../pro/fh_ot_8601b.htm" alt="DWDM External Modulation Optical Transmitter">');
	document.write('<area shape="rect" coords="332,303,411,406" href="../pro/fh_ot_7707.htm" alt="AM-FDM Optical Transmitter">');
	document.write('<area shape="rect" coords="415,326,481,428" href="../pro/fh_ot_7707an.htm" alt="Narrow Cast Optical Transmitter">');
	document.write('<area shape="rect" coords="482,306,561,406" href="../pro/fh_or_052.htm" alt="Optical Receiver [WDM FTTx system]">');
	document.write('<area shape="rect" coords="566,310,674,406" href="../pro/fh_wf_a0506.htm" alt="WDM Filter Unit">');
	document.write('<area shape="rect" coords="614,234,717,301" href="../pro/f7b_mf_u16r1.htm" alt="Multi Function Amplifier">');
	document.write('<area shape="rect" coords="485,219,584,291" href="../pro/f7b_tr_un3.htm" alt="WDM Optical Node">');
	document.write('<area shape="rect" coords="393,219,480,289" href="../pro/f7b_tr_uc1.htm" alt="Optical Node">');
	document.write('<area shape="rect" coords="494,16,645,90" href="../pro/fy_hrn006c.htm" alt="WDM Optical Node">');
	document.write('</MAP>');
}