//滑动门
function nTabs(thisObj,Num){
if(thisObj.className == "active")return;
var tabObj = thisObj.parentNode.id;
var tabList = document.getElementById(tabObj).getElementsByTagName("li");
for(i=0; i <tabList.length; i++)
{
  if (i == Num)
  {
   thisObj.className = "active"; 
      document.getElementById(tabObj+"_Content"+i).style.display = "block";
  }else{
   tabList[i].className = "normal"; 
   document.getElementById(tabObj+"_Content"+i).style.display = "none";
  }
}
}

//FLASH调用
function i(ur,w,h){
document.write('<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="'+w+'" height="'+h+'"> ');
document.write('<param name="movie" value="'+ur+'">');
document.write('<param name="quality" value="high"> ');
document.write('<param name="wmode" value="transparent"> ');
document.write('<param name="menu" value="false"> ');
document.write('<embed src="'+ur+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed> ');
document.write('</object> ');
}

//FLV播放器调用
function x(url,flv_width,flv_height,texts){
			document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+ flv_width +'" height="'+ flv_height +'">');
			document.write('<param name="movie" value="images/flvPlayer.swf"><param name="quality" value="high">');
			document.write('<param name="menu" value="false"><param name="allowFullScreen" value="true" />');
			document.write('<param name="FlashVars" value="vcastr_file='+url+'&vcastr_title='+texts+'&IsAutoPlay=1&BarPosition=1&IsShowBar=1&BarTransparent=30">');
			document.write('<embed src="images/flvPlayer.swf" allowFullScreen="true" FlashVars="vcastr_file='+url+'&vcastr_title='+texts+'&IsAutoPlay=1&BarPosition=1&IsShowBar=1&BarTransparent=30" menu="false" quality="high" width="'+ flv_width +'" height="'+ flv_height +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
			document.write('</object>');
}

//导航菜单链接//
function nav1() {//首页//
window.location='index.asp'
}

function nav2() {//关于我们//
window.location='show.asp?cid=168&lang=zh-cn'
}

	function nav2_1() {
	window.location='show.asp?lang=zh-cn&cid=174&parentid=168'
	}
	function nav2_2() {
	window.location='show.asp?lang=zh-cn&cid=175&parentid=168'
	}
	function nav2_3() {
	window.location='show.asp?lang=zh-cn&cid=176&parentid=168'
	}
	function nav2_4() {
	window.location='show.asp?lang=zh-cn&cid=177&parentid=168'
	}

function nav3() {//产品中心//
window.location='show.asp?cid=169&lang=zh-cn'
}

	function nav3_1() {
	window.location='show.asp?lang=zh-cn&cid=178&parentid=169'
	}
	function nav3_2() {
	window.location='show.asp?lang=zh-cn&cid=179&parentid=169'
	}
	function nav3_3() {
	window.location='show.asp?lang=zh-cn&cid=180&parentid=169'
	}

function nav4() {//代理专区//
window.location='dls/index.asp'
}

function nav5() {//新闻中心//
window.location='show.asp?cid=171&lang=zh-cn'
}

	function nav5_1() {
	window.location='show.asp?cid=191&lang=zh-cn'
	}
	function nav5_2() {
	window.location='show.asp?cid=192&lang=zh-cn'
	}

function nav6() {//客户留言//
window.location='show.asp?cid=172&lang=zh-cn'
}

function nav7() {//联系我们//
window.location='show.asp?cid=173&lang=zh-cn'
}