// JavaScript Document

<!--

var MM_contentVersion = 6;

var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;

if ( plugin ) {

		var words = navigator.plugins["Shockwave Flash"].description.split(" ");

	    for (var i = 0; i < words.length; ++i)

	    {

		if (isNaN(parseInt(words[i])))

		continue;

		var MM_PluginVersion = words[i]; 

	    }

	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;

}

else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 

   && (navigator.appVersion.indexOf("Win") != -1)) {

	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag

	document.write('on error resume next \n');

	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');

	document.write('</SCR' + 'IPT\> \n');

}

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="top" WIDTH="800" HEIGHT="300" ALIGN="">');

	document.write(' <PARAM NAME=movie VALUE="top.swf"> ');

	document.write('<PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#CCCCCC>  ');

	document.write(' <PARAM NAME=FlashVars VALUE="frame_id=');

	document.write(frame_id_h);

	document.write('&frame_img=');

	document.write(frame_img_h);

	document.write('&free_tx=');

	document.write(free_tx_h);

	document.write('&cimg_no=208');

//	document.write(cimg_no_h);

	document.write('">');

	document.write(' <EMBED NAME="top" src="top.swf" FlashVars="frame_id=' );

	document.write(frame_id_h);

	document.write('&free_tx=');

	document.write(free_tx_h);

	document.write('&frame_img=');

	document.write(frame_img_h);

	document.write('&cimg_no=208');

//	document.write(cimg_no_h);

	document.write('" quality=high bgcolor=#CCCCCC  ');

	document.write(' swLiveConnect=FALSE WIDTH="800" HEIGHT="300" ALIGN=""');

	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');

	document.write(' </EMBED>');

	document.write(' </OBJECT>');

} else{

	document.write('<img src="img/title_1.jpg" width="800" height="196" usemap="#top1" border=0>');
	document.write('<br><img src="img/title_2.jpg" name="top2" width="160" height="104" border="0" usemap="#top2Map" id="top2">');
	document.write('<img src="img/');
	document.write(title_img);
	document.write('" width="640" height="104">');
	document.write('<map name="top1" id="top1">');
    document.write('<area shape="rect" coords="1,102,160,136" href="ab.html">');
    document.write('<area shape="rect" coords="3,137,162,166" href="ac.html">');
    document.write('<area shape="rect" coords="3,167,160,194" href="ad.html">');
    document.write('<area shape="rect" coords="-6,71,159,102" href="index2.html">');
    document.write('<area shape="rect" coords="171,74,409,129" href="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank">');
    document.write('</map>');
    document.write('<map name="top2Map">');
  	document.write('<area shape="rect" coords="0,0,158,31" href="jsp.html">');
  	document.write('<area shape="rect" coords="1,30,157,65" href="cl.html">');
  	document.write('<area shape="rect" coords="1,64,158,95" href="contactus.html">');
	document.write('</map>');
	
	

}

//-->