//function LoadFlv(strFlash,strWidth,strHeight,strObj)
//{
//	var fla ="<object"+" classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0'"+
//                "width='"+strWidth+"' height='"+strHeight+"'>"+
//                "<param name='movie' value='../../Flash/"+strFlash+"' />"+
//                "<param name='quality' value='high' />"+
//                "<param name='SCALE' value='noborder' />"+
//                "<embed src='Fla/"+strFlash+"'width='"+strWidth+"' height='"+strHeight+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer'"+
//       	         "    type='application/x-shockwave-flash' scale='noborder'></embed>"+
//            "</object>";
//			if(typeof($(strObj))!= "undefined" &&$(strObj)!=null&&$(strObj)!="")
//			{
//				$(strObj).innerHTML=fla;
//			}
//}
//window.onload=function()
//{
//    debugger;
//    var f = "", n = navigator;
//    if (n.plugins && n.plugins.length) {
//        for (var ii = 0; ii < n.plugins.length; ii++) {
//              if (n.plugins[ii].name.indexOf('Shockwave Flash') != -1) { 
//                  
//                  break; 
//             } 
//        } 
//    } else if (window.ActiveXObject) { 
//         for (var ii = 15; ii >= 2; ii--) { 
//            try { 
//               var fl = eval("new ActiveXObject('ShockwaveFlash.ShockwaveFlash." + ii + "');"); 
//               if (fl) { 
//                   $("ImgZr").style.display="block";
//                   LoadFlv("index.swf","983","604","divMian");
//                  break; 
//               }
//            } catch (e) { } 
//       } 
//} 

//function aa()
//{
//    var MM_contentVersion = 6;
//    debugger;
//    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"].descrīption.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) ) 
//        {
//        //FS hide this from IE4.5 Mac by splitting the tag
//            document.write('<SCR' + 'IPT LANGUAGE=VBscrīpt\> \n');
//            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 ) 
//        {
//            $("ImgZr").style.display="block";
//            LoadFlv("index.swf","983","604","divMian");
//        } 
//    else
//        {
//            $("ImgZr").style.display="none";
//            $("btngo").style.display="block";
//            $("span_jz").style.display="none";
//        }
//LoadFlv("index.swf","983","604","divMian");
//}

function godown()
{
    window.location="http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax.exe";
}

//function fa()
//{
//    var key = $("key").alt;
//    if(key=="点击打开资讯")
//   {
//        $("note").style.display="block";
//        $("key").alt="点击关闭资讯";
//        $("key").src="Images/ShowHall/top.gif";
//        document.documentElement.scrollTop=1000;
//        if(GetCookie("ZxState")!=null||GetCookie("ZxState")!="colse")
//        {
//            DeleteCookie("ZxState");
//            SetCookie("ZxState","open");
//        }
//   } 
//   else
//   {
//        $("note").style.display="none";
//        $("key").alt="点击打开资讯";
//        $("key").src="Images/ShowHall/bot.gif";
//         document.documentElement.scrollTop=100;
//         if(GetCookie("ZxState")==null||GetCookie("ZxState")=="open")
//        {
//            SetCookie("ZxState","colse");
//        }
//   }
//}
function Mouse(strObj,type)
{
	var str="";
	var obj=document.getElementById(strObj);
	if(type=='over')
	{
		str="<img src=\"../../Images/Index/"+strObj+".gif\"/>";
	}
	else
	{
		str="<img src=\"../../Images/Index/"+strObj+strObj+".gif\"/>";
	}
	obj.innerHTML=str;
}
