function initArray() {
 this.length = initArray.arguments.length;
 for (var i = 0; i < this.length; i++) {
  this[i] = initArray.arguments[i];
    }
}
var ctext = "发评论赢大奖";
var speed = 1000;
var x = 0;
var color = new initArray( "yellow", "white");
if (navigator.appVersion.indexOf("MSIE") != -1)
{
 document.write('');
}
function showLayers(i)
 {
   eval("document.all.layer" + i + ".style.visibility='visible';");
  }
 function hideLayers(i)
{
   eval("document.all.layer" + i + ".style.visibility='hidden';");
  }
  function navbarOver(src, clrOver) {
  if(!src.contains(event.fromElement)) {
      src.bgColor = clrOver;
   }
  }
  function navbarOut(src, clrIn) {;
    if(!src.contains(event.toElement)){
    src.bgColor = clrIn;
    }
  }
  var newWindow=null;
function windowOpener(loadpos){
	if(!newWindow||newWindow.closed){
		newWindow=window.open(loadpos,'surveywin','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=50,left=350,width=320,height=280');
	}else{
		newWindow.focus();
	}
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function findObj(n, d) { 
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function showHide() { 
  var i,p,v,obj,args=showHide.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=findObj(args[i]))!=null) {v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function hideAll() {
	
	showHide('test1','','hide','test1Hide','','hide','test1Buffer','','hide');

	ns4 = (document.layers)? true:false
	ie4 = (document.all)? true:false
		if (ns4) {
			document.allmenu.document.test1.visibility = "hidden"
		}
		else if (ie4) {
			document.all.test1.style.visibility = "hidden"
		}
	}
	
	if (document.layers) {
	if(!window.saveInnerWidth) {
	window.onresize = resizeIt;
	window.saveInnerWidth = window.innerWidth;
	window.saveInnerHeight = window.innerHeight;
	}
	
function resizeIt() {
	if (saveInnerWidth < window.innerWidth || 
	saveInnerWidth > window.innerWidth || 
	saveInnerHeight > window.innerHeight || 
	saveInnerHeight < window.innerHeight ) 
	{window.history.go(0);}
	}
}	

function hideOverLay(x) {
	var xBuffer = x+'Buffer'
	var xHide = x+'Hide'
	
	showHide(xHide,'','hide',xBuffer,'','hide')
	}

function showOverLay(x) {
	var xBuffer = x+'Buffer'
	var xHide = x+'Hide'
	
	showHide('test1Hide','','hide','test1Buffer','','hide')
	showHide(xHide,'','show',xBuffer,'','show')
	}

function FormCheck()
{

	var name;
	
	name=document.getElementById("accountName").value;
	
	if(name == ""){
		alert("请填用户名");
		
		//alert(document.getElementById("accountName").focus());
		//document.getElementById("accountName").focus();
		return false;
	}


	var i;
	var char;
	var badword;
	badword= ';|<>`&!*(~^)-#? :"/$=\\'+"'"

	for(i=0;i<name.length;i++){
			char=name.charAt(i);

		if(char == " "){
			alert("用户名中存在空格，把它去掉好吗？");
			//document.getElementById("accountName").focus();
			return false;
		}

		if (badword.indexOf(char)>=0) {
			alert ("在用户名中存在  "+char+"  把它去掉好吗？");
			//document.getElementById("accountName").focus();
			return false;
		}
	}

	if (name.length<1) {
	alert("用户名不能少于1个字符");
	//document.getElementById("accountName").focus();
	return false;
	}

	document.getElementById("account").value = name;

	frmLogin.action = "http://price.ccidnet.com/vendor/loginAction.do?account="+name+"&password="+document.getElementById("password").value;
	
	return true;
}
function show()
{
  form1.action="/vendor/showIndexPageAction.do?vendor_id="+form1.vendor_id;
  form1.submit();
  }
  function regiester()
{

 window.open("http://price.ccidnet.com/product/vendor_register.htm");
  }
document.writeln("<table width=\"760\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"margin-top:0px\">");
document.writeln("  <tr>");
document.writeln("    <td width=\"160\"><a href=\"http:\/\/product.ccidnet.com\" target=\"_blank\"><img src=\"http:\/\/product.ccidnet.com\/images\/newproduct\/index\/logo.gif\" width=\"160\" height=\"56\" border=\"0\"\/><\/td>");
document.writeln("    <td width=\"600\" valign=\"top\">");
function change1(temp){
	document.getElementById("body1").style.display = "none";
	document.getElementById("body2").style.display = "none";
	document.getElementById("body3").style.display = "none";
	document.getElementById("body4").style.display = "none";
	document.getElementById("body5").style.display = "none";
	document.getElementById("body6").style.display = "none";
	document.getElementById("body7").style.display = "none";
	document.getElementById("body8").style.display = "none";
	document.getElementById("body9").style.display = "none";
	
	if(temp == 1) {
		div1.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_b2.gif)";
		div2.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div3.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div4.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div5.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div6.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div7.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div8.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div9.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		document.getElementById("body1").style.display = "block";
	}
	if(temp == 2) {
		div1.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div2.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_b2.gif)";
		div3.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div4.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div5.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div6.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div7.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div8.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div9.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		document.getElementById("body2").style.display = "block";
	}
	if(temp == 3) {
		div1.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div2.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div3.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_b2.gif)";
		div4.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div5.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div6.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div7.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div8.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div9.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		document.getElementById("body3").style.display = "block";
	}
	if(temp == 4) {
		div1.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div2.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div3.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div4.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_b2.gif)";
		div5.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div6.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div7.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div8.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div9.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		document.getElementById("body4").style.display = "block";
	}
	if(temp == 5) {
		div1.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div2.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div3.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div4.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div5.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_b2.gif)";
		div6.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div7.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div8.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div9.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		document.getElementById("body5").style.display = "block";
    }
	if(temp == 6) {
		div1.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div2.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div3.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div4.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div5.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div6.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_b2.gif)";
		div7.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div8.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div9.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		document.getElementById("body6").style.display = "block";
    }
	if(temp == 7) {
		div1.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div2.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div3.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div4.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div5.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div6.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div7.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_b2.gif)";
		div8.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div9.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		document.getElementById("body7").style.display = "block";
    }
	if(temp == 8) {
		div1.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div2.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div3.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div4.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div5.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div6.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div7.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div8.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_b2.gif)";
		div9.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		document.getElementById("body8").style.display = "block";
    }
	if(temp == 9) {
		div1.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div2.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div3.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div4.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div5.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div6.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div7.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div8.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_a2.gif)";
		div9.style.background = " url(http://product.ccidnet.com/images/newproduct/index/button_b2.gif)";
		document.getElementById("body9").style.display = "block";	
	}
	
}
document.writeln("<div id=\'layeral01\' style=\'position:absolute; width:100px;z-index:100; height:1px;\'>");
document.writeln(" <div id=\'layer88\' onMouseOver=\"javascript:showLayers(88)\" onMouseOut=\"javascript:hideLayers(88)\" style=\'position:absolute;visibility=hidden;z-index:100;left: 550px; top: 26px;; width:100\'> ");
document.writeln("   <table width=\"92\" border=\'0\' cellspacing=\'1\' cellpadding=\'2\' bgcolor=\'C5C5C5\' class=\"ccidnetcontent\">");
document.writeln("     <tr bgcolor=\"#FFFFFF\"> ");
document.writeln("       <td onMouseOver=\"javascript:navbarOver(this,\'#DEDEDE\')\" onMouseOut=\"javascript:navbarOut(this,\'#FFFFFF\')\" height=20 bgcolor=\"#FFFFFF\">·<A href=\"http:\/\/bbs.ccidnet.com\/thread.php?fid=78\" target=\"_blank\" class=\"ccidnetcontent\" >台式机<\/A><\/td>");
document.writeln("     <\/tr>");
document.writeln("     <tr bgcolor=\"#FFFFFF\"> ");
document.writeln("       <td onMouseOver=\"javascript:navbarOver(this,\'#DEDEDE\')\" onMouseOut=\"javascript:navbarOut(this,\'#FFFFFF\')\" height=20 bgcolor=\"#FFFFFF\">·<a href=\"http:\/\/gop.ezit.com.cn\/allthread.php?fid=168&page=1\" target=\"_blank\" class=\"ccidnetcontent\">笔记本<\/a><\/td>");
document.writeln("     <\/tr>");
document.writeln("     <tr bgcolor=\"#FFFFFF\">");
document.writeln("       <td onMouseOver=\"javascript:navbarOver(this,\'#DEDEDE\')\" onMouseOut=\"javascript:navbarOut(this,\'#FFFFFF\')\" height=9 bgcolor=\"#FFFFFF\">·<a href=\"http:\/\/bbs.ccidnet.com\/thread.php?fid=79\" target=\"_blank\" target=\"_blank\" class=\"ccidnetcontent\">服务器<\/a><\/td>");
document.writeln("     <\/tr>");
document.writeln("     <tr bgcolor=\"#FFFFFF\">");
document.writeln("       <td onMouseOver=\"javascript:navbarOver(this,\'#DEDEDE\')\" onMouseOut=\"javascript:navbarOut(this,\'#FFFFFF\')\" height=10 bgcolor=\"#FFFFFF\">·<a href=\"http:\/\/bbs.ccidnet.com\/thread.php?fid=80\" target=\"_blank\" class=\"ccidnetcontent\">打印机<\/a><\/td>");
document.writeln("     <\/tr>");
document.writeln("     <tr bgcolor=\"#FFFFFF\">");
document.writeln("       <td onMouseOver=\"javascript:navbarOver(this,\'#DEDEDE\')\" onMouseOut=\"javascript:navbarOut(this,\'#FFFFFF\')\" height=20 bgcolor=\"#FFFFFF\">·<a href=\"http:\/\/bbs.ccidnet.com\/thread.php?fid=92\" target=\"_blank\" class=\"ccidnetcontent\">投影机<\/a><\/td>");
document.writeln("     <\/tr>");
document.writeln("   <\/table>");
document.writeln(" <\/div><\/div>");
document.writeln("<div id=\'layeral0128\' style=\'position:absolute; width:100px;z-index:100; height:1px;\'>");
document.writeln(" <div id=\'layer8828\' onMouseOver=\"javascript:showLayers(8828)\" onMouseOut=\"javascript:hideLayers(8828)\" style=\'position:absolute;visibility=hidden;z-index:100;left: 260px; top: 52px;; width:100\'> ");
document.writeln("<table width=130 border=\'0\' cellspacing=\'1\' cellpadding=\'0\' bgcolor=\'dddddd\' class=\"content\">");
document.writeln("<tr bgcolor=\"#FBFCFF\"> ");
document.writeln("<td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/24_0.shtml\">&nbsp;&nbsp;- 集线器<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr bgcolor=\"#FBFCFF\"> ");
document.writeln("<td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/28_0.shtml\">&nbsp;&nbsp;- 网卡<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr bgcolor=\"#FBFCFF\"> ");
document.writeln("<td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/1852_0.shtml\">&nbsp;&nbsp;- UPS<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr bgcolor=\"#FBFCFF\"> ");
document.writeln("<td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"\/product\/pub\/class\/1853_0.shtml\">&nbsp;&nbsp;- 交换机<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr bgcolor=\"#FBFCFF\"> ");
document.writeln("<td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/2576_0.shtml\">&nbsp;&nbsp;- 路由器<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr bgcolor=\"#FBFCFF\"> ");
document.writeln("<td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/2577_0.shtml\">&nbsp;&nbsp;- 网络计算机<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr bgcolor=\"#FBFCFF\"> ");
document.writeln("<td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/2580_0.shtml\">&nbsp;&nbsp;- 光纤<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr bgcolor=\"#FBFCFF\"> ");
document.writeln("<td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/2581_0.shtml\">&nbsp;&nbsp;- 机柜<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr bgcolor=\"#FBFCFF\"> ");
document.writeln("<td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/2582_0.shtml\">&nbsp;&nbsp;- 收发器<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr bgcolor=\"#FBFCFF\"> ");
document.writeln("<td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/2592_0.shtml\">&nbsp;&nbsp;- 电视盒<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr bgcolor=\"#FBFCFF\"> ");
document.writeln("<td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/3368_0.shtml\">&nbsp;&nbsp;- 模块接口卡<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr bgcolor=\"#FBFCFF\"> ");
document.writeln("<td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/3547_0.shtml\">&nbsp;&nbsp;- 无线上网卡<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <\/div><\/div>");
document.writeln("<div id=\'layera2095\' style=\'position:absolute; width:100px;z-index:100; height:1px;\'>");
document.writeln(" <div id=\'layer2095\' onMouseOver=\"javascript:showLayers(2095)\" onMouseOut=\"javascript:hideLayers(2095)\" style=\'position:absolute;visibility=hidden;z-index:100;left: 230px; top: 52px;; width:100\'> ");
document.writeln("<table width=130 border=\'0\' cellspacing=\'1\' cellpadding=\'0\' bgcolor=\'dddddd\' class=\"content\">");
document.writeln("                                <tr bgcolor=\"#FBFCFF\">");
document.writeln("                                  <td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/2095_0.shtml\">&nbsp;&nbsp;- 磁带机<\/a><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr bgcolor=\"#FBFCFF\">");
document.writeln("                                  <td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/2593_0.shtml\">&nbsp;&nbsp;- 磁盘阵列<\/a><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr bgcolor=\"#FBFCFF\">");
document.writeln("                                  <td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/3689_0.shtml\">&nbsp;&nbsp;- 磁带库<\/a><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr bgcolor=\"#FBFCFF\">");
document.writeln("                                  <td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/3932_0.shtml\">&nbsp;&nbsp;- NAS网络存储器<\/a><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr bgcolor=\"#FBFCFF\">");
document.writeln("                                  <td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/3961_0.shtml\">&nbsp;&nbsp;- SCSI卡<\/a><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                              <\/table>");
document.writeln(" <\/div><\/div>");
document.writeln("<div id=\'layeral0156\' style=\'position:absolute; width:100px;z-index:100; height:1px;\'>");
document.writeln(" <div id=\'layer3356\' onMouseOver=\"javascript:showLayers(3356)\" onMouseOut=\"javascript:hideLayers(3356)\" style=\'position:absolute;visibility=hidden;z-index:100;left: 305px; top: 52px;; width:100\'> ");
document.writeln("<table width=130 border=\'0\' cellspacing=\'1\' cellpadding=\'0\' bgcolor=\'dddddd\' class=\"content\">");
document.writeln("                                <tr bgcolor=\"#FBFCFF\">");
document.writeln("                                  <td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/3356_0.shtml\">&nbsp;&nbsp;- 防火墙<\/a><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr bgcolor=\"#FBFCFF\">");
document.writeln("                                  <td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/3600_0.shtml\">&nbsp;&nbsp;- 避雷器<\/a><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr bgcolor=\"#FBFCFF\">");
document.writeln("                                  <td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/3849_0.shtml\">&nbsp;&nbsp;- 安全隔离卡<\/a><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr bgcolor=\"#FBFCFF\">");
document.writeln("                                  <td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/3850_0.shtml\">&nbsp;&nbsp;- 防火防磁文件柜<\/a><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr bgcolor=\"#FBFCFF\">");
document.writeln("                                  <td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/3851_0.shtml\">&nbsp;&nbsp;- 消磁机<\/a><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr bgcolor=\"#FBFCFF\">");
document.writeln("                                  <td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/3888_0.shtml\">&nbsp;&nbsp;- 网络防毒<\/a><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr bgcolor=\"#FBFCFF\">");
document.writeln("                                  <td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/3889_0.shtml\">&nbsp;&nbsp;- 安防监控<\/a><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr bgcolor=\"#FBFCFF\">");
document.writeln("                                  <td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/3943_0.shtml\">&nbsp;&nbsp;- 邮件安全<\/a><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr bgcolor=\"#FBFCFF\">");
document.writeln("                                  <td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/3847_0.shtml\">&nbsp;&nbsp;- VPN<\/a><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                              <\/table>");
document.writeln(" <\/div><\/div>");
document.writeln("<div id=\'layeral5\' style=\'position:absolute; width:100px;z-index:100; height:1px;\'>");
document.writeln(" <div id=\'layer5\' onMouseOver=\"javascript:showLayers(5)\" onMouseOut=\"javascript:hideLayers(5)\" style=\'position:absolute;visibility=hidden;z-index:100;left: 340px; top: 52px;; width:100\'> ");
document.writeln("<table width=130 border=\'0\' cellspacing=\'1\' cellpadding=\'0\' bgcolor=\'dddddd\' class=\"content\">");
document.writeln("                                <tr bgcolor=\"#FBFCFF\">");
document.writeln("                                  <td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/4_0.shtml\">&nbsp;&nbsp;- 喷墨打印机<\/a><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr bgcolor=\"#FBFCFF\">");
document.writeln("                                  <td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/21_0.shtml\">&nbsp;&nbsp;- 多功能一体机<\/a><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                                <tr bgcolor=\"#FBFCFF\">");
document.writeln("                                  <td onMouseOver=\"javascript:navbarOver(this,\'#FFFFFF\')\" onMouseOut=\"javascript:navbarOut(this,\'#FBFCFF\')\" height=16 bgcolor=\"#FBFCFF\"><a class=\"a9c_1\" target=\"_blank\" href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/5_0.shtml\">&nbsp;&nbsp;- 激光打印机<\/a><\/td>");
document.writeln("                                <\/tr>");
document.writeln("                              <\/table>");
document.writeln(" <\/div><\/div>");
document.writeln(" <div id=\"layeral02\" style=\"position:absolute; width:100px;z-index:100; height:1px;\">");
document.writeln(" <div id=\"layer888\" onMouseOver=\"javascript:showLayers(888)\" onMouseOut=\"javascript:hideLayers(888)\" style=\"position:absolute;visibility=hidden;z-index:100;left: 450px; top: 50px;; width:100\"> ");
document.writeln(" <form name=\"frmLogin\" method=\"post\" onSubmit=\"return  FormCheck();\" action=\"\"  style=\"margin:0px\" >");
document.writeln("<input type=\"hidden\" name=\"account\" value=\"\">");
document.writeln("<table width=\"212\" border=\"0\" cellspacing=\"1\" cellpadding=\"2\" bgcolor=\"C5C5C5\" class=\"ccidnetcontent\">");
document.writeln("     <tr bgcolor=\"#FFFFFF\">");
document.writeln("       <td  height=20 bgcolor=\"#FFFFFF\" align=\"center\" class=\"a22\">用户名:<\/td> ");
document.writeln("       <td  height=20 bgcolor=\"#FFFFFF\" >&nbsp;<input type=\"text\" id=\"accountName\" style = \"border-top-width:1px;height:17px;border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-color:#8FC1E8; border-style:solid\" size=\"13\" ><\/td>");
document.writeln("     <\/tr>");
document.writeln("     <tr bgcolor=\"#FFFFFF\">");
document.writeln("       <td  height=9 bgcolor=\"#FFFFFF\" align=\"center\" class=\"a22\">密码:<\/td>");
document.writeln("       <td  height=9 bgcolor=\"#FFFFFF\" >&nbsp;<input type=\"password\" id=\"password\" style = \"border-top-width:1px; height:17px;border-left-width:1px;border-right-width:1px;border-bottom-width:1px;border-color:#8FC1E8; border-style:solid\"  size=\"13\" ><\/td>");
document.writeln("     <\/tr>");
document.writeln("<tr bgcolor=\"#FFFFFF\">");
document.writeln("       <td height=\"10\" colspan=\"2\" align=\"center\" bgcolor=\"#FFFFFF\" class=\"a22\"><input type=\"submit\" name=\"sumbit\" value=\"登录\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type=\"button\" name=\"sumbit\" onClick=\"regiester()\" value=\"注册\"><\/td>");
document.writeln("<\/tr>");
document.writeln("   <\/table>");
document.writeln("     <\/form>");
document.writeln(" <\/div><\/div>");
document.writeln("");
document.writeln("	<table width=\"600\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("      <tr>");
document.writeln("        <td width=\"64\" height=\"30\" align=\"right\" valign=\"bottom\" background=\"http:\/\/product.ccidnet.com\/images\/newproduct\/index\/button_b2.gif\" onmouseover=\"change1(1)\" id=\"div1\">");
document.writeln("		<table width=\"96%\" height=\"15\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("          <tr>");
document.writeln("            <td width=\"61%\" height=\"20\" align=\"center\" valign=\"top\" class=\"a28a\"><a href=\"http:\/\/product.ccidnet.com\" target=\"_blank\" class=\"a27b\"><strong>首页<\/strong><\/a><\/td>");
document.writeln("          <\/tr>");
document.writeln("        <\/table><\/td>");
document.writeln("        <td width=\"3\" background=\"http:\/\/product.ccidnet.com\/images\/newproduct\/index\/bg_4.gif\"><\/td>");
document.writeln("        <td width=\"64\" height=\"30\" align=\"right\" valign=\"bottom\" background=\"http:\/\/product.ccidnet.com\/images\/newproduct\/index\/button_a2.gif\" onmouseover=\"change1(2)\" id=\"div2\">");
document.writeln("		<table width=\"95%\" height=\"15\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("          <tr>");
document.writeln("            <td width=\"61%\" height=\"20\" align=\"center\" valign=\"top\" class=\"a28a\"><a  class=\"a27b\"><strong>整机<\/strong><\/a><\/td>");
document.writeln("          <\/tr>");
document.writeln("        <\/table><\/td>");
document.writeln("        <td width=\"3\" background=\"http:\/\/product.ccidnet.com\/images\/newproduct\/index\/bg_4.gif\"><\/td>");
document.writeln("        <td width=\"64\" height=\"30\" align=\"right\" valign=\"bottom\" background=\"http:\/\/product.ccidnet.com\/images\/newproduct\/index\/button_a2.gif\" onmouseover=\"change1(3)\" id=\"div3\"><table width=\"96%\" height=\"15\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("          <tr>");
document.writeln("            <td width=\"61%\" height=\"20\" align=\"center\" valign=\"top\" class=\"a28a\"><a href=\"http:\/\/product.ccidnet.com\/server\" target=\"_blank\" class=\"a27b\"><strong>服务器<\/strong><\/a><\/td>");
document.writeln("          <\/tr>");
document.writeln("        <\/table><\/td>");
document.writeln("        <td width=\"3\" background=\"http:\/\/product.ccidnet.com\/images\/newproduct\/index\/bg_4.gif\"><\/td>");
document.writeln("        <td width=\"64\" height=\"30\" align=\"right\" valign=\"bottom\" background=\"http:\/\/product.ccidnet.com\/images\/newproduct\/index\/button_a2.gif\" onmouseover=\"change1(4)\" id=\"div4\"><table width=\"96%\" height=\"15\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("          <tr>");
document.writeln("            <td width=\"61%\" height=\"20\" align=\"center\" valign=\"top\" class=\"a28a\"><a href=\"http:\/\/product.ccidnet.com\/storage\" target=\"_blank\" class=\"a27b\"><strong>存储<\/strong><\/a><\/td>");
document.writeln("          <\/tr>");
document.writeln("        <\/table><\/td>");
document.writeln("        <td width=\"3\" background=\"http:\/\/product.ccidnet.com\/images\/newproduct\/index\/bg_4.gif\"><\/td>");
document.writeln("        <td width=\"64\" height=\"30\" align=\"right\" valign=\"bottom\" background=\"http:\/\/product.ccidnet.com\/images\/newproduct\/index\/button_a2.gif\" onmouseover=\"change1(5)\" id=\"div5\"><table width=\"96%\" height=\"15\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("          <tr>");
document.writeln("            <td width=\"61%\" height=\"20\" align=\"center\" valign=\"top\" class=\"a28a\"><a href=\"http:\/\/product.ccidnet.com\/net\" target=\"_blank\" class=\"a27b\"><strong>网络<\/strong><\/a><\/td>");
document.writeln("          <\/tr>");
document.writeln("        <\/table><\/td>");
document.writeln("        <td width=\"3\" background=\"http:\/\/product.ccidnet.com\/images\/newproduct\/index\/bg_4.gif\"><\/td>");
document.writeln("        <td width=\"64\" height=\"30\" align=\"right\" valign=\"bottom\" background=\"http:\/\/product.ccidnet.com\/images\/newproduct\/index\/button_a2.gif\" onmouseover=\"change1(6)\" id=\"div6\"><table width=\"96%\" height=\"15\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("          <tr>");
document.writeln("            <td width=\"61%\" height=\"20\" align=\"center\" valign=\"top\" class=\"a28a\"><a href=\"http:\/\/product.ccidnet.com\/safe\" target=\"_blank\" class=\"a27b\"><strong>安全<\/strong><\/a><\/td>");
document.writeln("          <\/tr>");
document.writeln("        <\/table><\/td>");
document.writeln("        <td width=\"3\" background=\"http:\/\/product.ccidnet.com\/images\/newproduct\/index\/bg_4.gif\"><\/td>");
document.writeln("        <td width=\"64\" height=\"30\" align=\"right\" valign=\"bottom\" background=\"http:\/\/product.ccidnet.com\/images\/newproduct\/index\/button_a2.gif\" onmouseover=\"change1(7)\" id=\"div7\"><table width=\"96%\" height=\"15\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("          <tr>");
document.writeln("            <td width=\"61%\" height=\"20\" align=\"center\" valign=\"top\" class=\"a28a\"><a href=\"http:\/\/product.ccidnet.com\/oa\/\" target=\"_blank\" class=\"a27b\"><strong>办公<\/strong><\/a><\/td>");
document.writeln("          <\/tr>");
document.writeln("        <\/table><\/td>");
document.writeln("        <td width=\"3\" background=\"http:\/\/product.ccidnet.com\/images\/newproduct\/index\/bg_4.gif\"><\/td>");
document.writeln("        <td width=\"64\" height=\"30\" align=\"right\" valign=\"bottom\" background=\"http:\/\/product.ccidnet.com\/images\/newproduct\/index\/button_a2.gif\" onmouseover=\"change1(8)\" id=\"div8\"><table width=\"96%\" height=\"15\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("          <tr>");
document.writeln("            <td width=\"61%\" height=\"20\" align=\"center\" valign=\"top\" class=\"a28a\"><a href=\"http:\/\/v.ccidnet.com\" target=\"_blank\" class=\"a27b\"><strong>虚拟化<\/strong><\/a><\/td>");
document.writeln("          <\/tr>");
document.writeln("        <\/table><\/td>");
document.writeln("        <td width=\"3\" background=\"http:\/\/product.ccidnet.com\/images\/newproduct\/index\/bg_4.gif\"><\/td>");
document.writeln("        <td width=\"64\" height=\"30\" align=\"right\" valign=\"bottom\" background=\"http:\/\/product.ccidnet.com\/images\/newproduct\/index\/button_a2.gif\" onmouseover=\"change1(9)\" id=\"div9\"><table width=\"96%\" height=\"15\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("          <tr>");
document.writeln("            <td width=\"61%\" height=\"20\" align=\"center\" valign=\"top\" class=\"a28a\"><a href=\"http:\/\/price.ccidnet.com\" target=\"_blank\" class=\"a27b\"><strong>产品库<\/strong><\/a><\/td>");
document.writeln("          <\/tr>");
document.writeln("        <\/table><\/td>");
document.writeln("      <\/tr>");
document.writeln("    <\/table>");
document.writeln("      <table width=\"600\" height=\"26\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-left:1px solid #DFDFDF;border-bottom:1px solid #DFDFDF;border-right:1px solid #DFDFDF;\">");
document.writeln("        <tr>");
document.writeln("          <td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("            <tr>");
document.writeln("              <td width=\"3%\">&nbsp;<\/td>");
document.writeln("              <td width=\"97%\" align=\"left\">");
document.writeln("			  <table width=\"92%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=\"body1\">");
document.writeln("                <tr>");
document.writeln("                  <td width=\"50\" align=\"left\"><a href=\"http:\/\/product.ccidnet.com\/nb\" target=\"_blank\" class=\"a9c\">笔记本<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"50\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/pc\" target=\"_blank\" class=\"a9c\">台式机<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"50\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/server\" target=\"_blank\" class=\"a9c\">服务器<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"50\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/storage\" target=\"_blank\" class=\"a9c\">存储<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"50\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/net\" target=\"_blank\" class=\"a9c\">网络<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"50\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/safe\" target=\"_blank\" class=\"a9c\">安全<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"50\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/print\" target=\"_blank\" class=\"a9c\">打印机<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"50\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/projector\" target=\"_blank\" class=\"a9c\">投影机<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"50\" align=\"center\"><a href=\"http:\/\/price.ccidnet.com\" target=\"_blank\" class=\"a9c\">产品库<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"50\" align=\"center\"><a href=\"http:\/\/www.ezit.com.cn\" target=\"_blank\" class=\"a9c\">ezIT<\/a><\/td>");
document.writeln("                <\/tr>");
document.writeln("              <\/table>");
document.writeln("			  <table width=\"92%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=\"body2\" style=\"display:none\">");
document.writeln("                <tr>");
document.writeln("                  <td width=\"50\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/nb\" target=\"_blank\" class=\"a9c\">笔记本<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"50\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/pc\" target=\"_blank\" class=\"a9c\">台式机<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"60\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/5455\/5455.html\" target=\"_blank\" class=\"a9c\">商务笔记本<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"60\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/5457\/5457.html\" target=\"_blank\" class=\"a9c\">娱乐笔记本<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"60\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/5453\/5453.html\" target=\"_blank\" class=\"a9c\">家用笔记本<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"60\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/5349\/5349.html\" target=\"_blank\" class=\"a9c\">商务台式机<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"60\" align=\"right\"><a href=\"http:\/\/product.ccidnet.com\/col\/10311\/10311.html\" target=\"_blank\" class=\"a9c\">中小企业PC<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"60\" align=\"right\"><a href=\"http:\/\/product.ccidnet.com\/col\/10383\/10383.html\" target=\"_blank\" class=\"a9c\">行业应用PC<\/a><\/td>");
document.writeln("                <\/tr>");
document.writeln("              <\/table>");
document.writeln("			  <table width=\"96%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=\"body3\" style=\"display:none\">");
document.writeln("                <tr>");
document.writeln("                  <td width=\"45\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/18765\/18765.html\" target=\"_blank\" class=\"a9c\"><font color=\"red\">虚拟化<\/font><\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/3443\/3443.html\" target=\"_blank\" class=\"a9c\">滚动<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/3369\/3369.html\" target=\"_blank\" class=\"a9c\">资讯<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/3371\/3371.html\" target=\"_blank\" class=\"a9c\">新品<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/5785\/5785.html\" target=\"_blank\" class=\"a9c\">行情<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/3373\/3373.html\" target=\"_blank\" class=\"a9c\">导购<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/3483\/3483.html\" target=\"_blank\" class=\"a9c\">应用<\/a><\/td>");
document.writeln("                  <td align=\"left\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"72\" align=\"right\"><a href=\"http:\/\/product.ccidnet.com\/col\/5425\/5425.html\" target=\"_blank\" class=\"a9c\">刀片式服务器<\/a><\/td>");
document.writeln("                  <td align=\"left\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"60\" align=\"right\"><a href=\"http:\/\/product.ccidnet.com\/col\/5423\/5423.html\" target=\"_blank\" class=\"a9c\">塔式服务器<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"72\" align=\"right\"><a href=\"http:\/\/product.ccidnet.com\/col\/5421\/5421.html\" target=\"_blank\" class=\"a9c\">机架式服务器<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"40\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/5419\/5419.html\" target=\"_blank\" class=\"a9c\">专题<\/a><\/td>");
document.writeln("                <\/tr>");
document.writeln("                <\/tr>");
document.writeln("              <\/table>");
document.writeln("			  <table width=\"92%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=\"body4\" style=\"display:none\">");
document.writeln("                <tr>");
document.writeln("                  <td width=\"30\" align=\"left\"><a href=\"http:\/\/product.ccidnet.com\/col\/6601\/6601.html\" target=\"_blank\" class=\"a9c\">滚动<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/9233\/9233.html\" target=\"_blank\" class=\"a9c\">资讯<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"72\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/9413\/9413.html\" target=\"_blank\" class=\"a9c\">存储软件<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"72\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6589\/6589.html\" target=\"_blank\" class=\"a9c\">存储硬件<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6599\/6599.html\" target=\"_blank\" class=\"a9c\">应用<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"72\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6591\/6591.html\" target=\"_blank\" class=\"a9c\">网络存储<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"72\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6583\/6583.html\" target=\"_blank\" class=\"a9c\">数据恢复<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"72\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6587\/6587.html\" target=\"_blank\" class=\"a9c\">磁盘阵列<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6603\/6603.html\" target=\"_blank\" class=\"a9c\">专题<\/a><\/td>");
document.writeln("                <\/tr>");
document.writeln("              <\/table>");
document.writeln("			  <table width=\"92%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=\"body5\" style=\"display:none\">");
document.writeln("                <tr>");
document.writeln("                  <td width=\"30\" align=\"left\"><a href=\"http:\/\/product.ccidnet.com\/col\/6439\/6439.html\" target=\"_blank\" class=\"a9c\">滚动<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6429\/6429.html\" target=\"_blank\" class=\"a9c\">资讯<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/9411\/9411.html\" target=\"_blank\" class=\"a9c\">新品<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6423\/6423.html\" target=\"_blank\" class=\"a9c\">行情<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6431\/6431.html\" target=\"_blank\" class=\"a9c\">技巧<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"65\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6443\/6443.html\" target=\"_blank\" class=\"a9c\">有线设备<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"65\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6425\/6425.html\" target=\"_blank\" class=\"a9c\">无线设备<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"65\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6427\/6427.html\" target=\"_blank\" class=\"a9c\">综合布线<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6435\/6435.html\" target=\"_blank\" class=\"a9c\">专题<\/a><\/td>");
document.writeln("                <\/tr>");
document.writeln("              <\/table>");
document.writeln("			  <table width=\"92%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=\"body6\" style=\"display:none\">");
document.writeln("                <tr>");
document.writeln("                  <td width=\"30\" align=\"left\"><a href=\"http:\/\/product.ccidnet.com\/col\/6561\/6561.html\" target=\"_blank\" class=\"a9c\">滚动<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6563\/6563.html\" target=\"_blank\" class=\"a9c\">资讯<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"72\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6579\/6579.html\" target=\"_blank\" class=\"a9c\">病毒播报<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6567\/6567.html\" target=\"_blank\" class=\"a9c\">硬件<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6569\/6569.html\" target=\"_blank\" class=\"a9c\">软件<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6559\/6559.html\" target=\"_blank\" class=\"a9c\">技巧<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"72\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/10327\/10327.html\" target=\"_blank\" class=\"a9c\">网络防毒<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"72\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/10329\/10329.html\" target=\"_blank\" class=\"a9c\">入侵监控<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"40\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6577\/6577.html\" target=\"_blank\" class=\"a9c\">防火墙<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/6573\/6573.html\" target=\"_blank\" class=\"a9c\">专题<\/a><\/td>");
document.writeln("                <\/tr>");
document.writeln("              <\/table>");
document.writeln("			  <table width=\"92%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=\"body7\" style=\"display:none\">");
document.writeln("                <tr>");
document.writeln("                  <td width=\"70\" align=\"left\"><a href=\"http:\/\/product.ccidnet.com\/laser\" target=\"_blank\" class=\"a9c\">激光打印机<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"80\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/inkjet\" target=\"_blank\" class=\"a9c\">喷墨打印机<\/a><\/td>");
document.writeln("                  <td align=\"left\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"80\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/projector\" target=\"_blank\" class=\"a9c\">商务投影机<\/a><\/td>");
document.writeln("                  <td align=\"left\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"80\" align=\"center\"><a href=\"http:\/\/product.ccidnet.com\/col\/5409\/5409.html\" target=\"_blank\" class=\"a9c\">商用一体机<\/a><\/td>");
document.writeln("                  <td align=\"left\" class=\"a9c\">&nbsp;<\/td>");
document.writeln("                <\/tr>");
document.writeln("              <\/table>");
document.writeln("			  <table width=\"92%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=\"body8\" style=\"display:none\">");
document.writeln("                <tr>");
document.writeln("                  <td width=\"\" align=\"left\"><a href=\"http:\/\/v.ccidnet.com\/col\/18767\/18767.html\" target=\"_blank\" class=\"a9c\">虚拟化资讯<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"\" align=\"center\"><a href=\"http:\/\/v.ccidnet.com\/col\/18769\/18769.html\" target=\"_blank\" class=\"a9c\">虚拟化技术<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"\" align=\"center\"><a href=\"http:\/\/v.ccidnet.com\/col\/18771\/18771.html\" target=\"_blank\" class=\"a9c\">虚拟化分析<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"\" align=\"center\"><a href=\"http:\/\/v.ccidnet.com\/col\/18773\/18773.html\" target=\"_blank\" class=\"a9c\">虚拟化硬件<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"\" align=\"center\"><a href=\"http:\/\/v.ccidnet.com\/col\/18775\/18775.html\" target=\"_blank\" class=\"a9c\">虚拟化软件<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"\" align=\"center\"><a href=\"http:\/\/v.ccidnet.com\/col\/18785\/18785.html\" target=\"_blank\" class=\"a9c\">虚拟化案例<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"\" align=\"center\"><a href=\"http:\/\/v.ccidnet.com\/col\/18787\/18787.html\" target=\"_blank\" class=\"a9c\">虚拟化白皮书<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"\" align=\"center\"><a href=\"http:\/\/v.ccidnet.com\/col\/19313\/19313.html\" target=\"_blank\" class=\"a9c\">专家观点<\/a><\/td>");
document.writeln("                <\/tr>");
document.writeln("              <\/table>");
document.writeln("			  <table width=\"92%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=\"body9\" style=\"display:none\">");
document.writeln("                <tr>");
document.writeln("                  <td width=\"45\" align=\"left\"><a href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/1_0.shtml\" target=\"_blank\" class=\"a9c\">笔记本<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"45\" align=\"center\"><a href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/3_0.shtml\" target=\"_blank\" class=\"a9c\">台式机<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\"><a href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/15_0.shtml\" target=\"_blank\" class=\"a9c\">手机<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"45\" align=\"center\"><a href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/2_0.shtml\" target=\"_blank\" class=\"a9c\">服务器<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\" onMouseOver=\"javascript:showLayers(2095)\" onMouseOut=\"javascript:hideLayers(2095)\"><a  class=\"a9c\">存储<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\" onMouseOver=\"javascript:showLayers(8828)\" onMouseOut=\"javascript:hideLayers(8828)\"><a class=\"a9c\">网络<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"35\" align=\"center\" onMouseOver=\"javascript:showLayers(3356)\" onMouseOut=\"javascript:hideLayers(3356)\"><a  class=\"a9c\">安全<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"45\" align=\"center\" onMouseOver=\"javascript:showLayers(5)\" onMouseOut=\"javascript:hideLayers(5)\"><a  class=\"a9c\">打印机<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"45\" align=\"center\"><a href=\"http:\/\/price.ccidnet.com\/product\/pub\/class\/1854_0.shtml\" target=\"_blank\" class=\"a9c\">投影机<\/a><\/td>");
document.writeln("                  <td align=\"center\" class=\"a9c\" width=\"6\">|<\/td>");
document.writeln("                  <td width=\"100\" align=\"center\" onMouseOver=\"javascript:showLayers(888)\" onMouseOut=\"javascript:hideLayers(888)\"><a  class=\"a9c\">经销商登录\/注册<\/a><\/td>");
document.writeln("                <\/tr>");
document.writeln("              <\/table>");
document.writeln("			  <\/td>");
document.writeln("            <\/tr>");
document.writeln("          <\/table><\/td>");
document.writeln("        <\/tr>");
document.writeln("      <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
document.writeln("");