<!--  AD rotator script written entirely in JavaScript  -->
<!--  Written by WenWei, 2002/03/03. E-mail: wenwei@blueidea.com  -->
<!--  Member Of Blueidea Web Team. -->
<!--  Welcome to www.blueidea.com. -->

function MM_findObj(n, d) { //v4.01
  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=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_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; }
}

// AD Banner object
function ADBanner(){	
  this.htmlcode  = "";	// Non image banner's html code
  this.href      = "";	// Link's href attrib
  this.imgsrc    = "";	// Image's src attrib
  this.imgwidth  = "";	// Image's width attrib
  this.imgheight = "";	// Image's height attrib
  this.imgalt    = "";	// Image's alt attrib
  this.imgborder = "";	// Image's border attrib
  this.weight    = 1;	// Banner's show weight
  this.place     = 1	// Banner's place
  this.type      = 1;	// Banner's type
}

// Make Banner objects array
function CreatBanners(aBanners, aNum){
  for( var i=0; i<aNum; i++ ){
    aBanners[i] = new ADBanner();
  }
}

// Show banner
function showbanner(aPlace, aType, aBannerID)
{
  var amount = ADBanners.length;
  var includeList = new Array(amount);

  if (!document.usedBanners){
    document.usedBanners = new Array(amount);
	for (var i=0; i<amount; i++)
      document.usedBanners[i] = -1;
  }
 
  var usedList = document.usedBanners;

  if (arguments.length == 2){
    var j = 0;
    var sum = 0;
	for(var i=0; i<amount; i++){
		if (ADBanners[i].place == aPlace && ADBanners[i].type == aType){
			if (usedList[i] != i){
		  		includeList[j] = i;
	      			j++;
          			sum = sum + ADBanners[i].weight;
	    		}
	  	}
 	}
    if (sum <= 0)
	  return;
    var rndNum = Math.round(Math.random() * sum);

    i = 0;
    j = 0;
    while (true) {
      j = j + ADBanners[includeList[i]].weight;
      if (j >= rndNum)
        break;
      i++;
    }

    i = includeList[i];
  }
  else{
	if (aBannerID >= 0 && aBannerID < amount)
      i = aBannerID;
	else
	  return;
  }

  usedList[i] = i;

  if (ADBanners[i].htmlcode == "")
    document.write('<A HREF="'+ ADBanners[i].href +'" target=_blank><IMG SRC="'+ ADBanners[i].imgsrc +'" WIDTH="'+ ADBanners[i].imgwidth +'" HEIGHT="'+ ADBanners[i].imgheight +'" ALT="'+ ADBanners[i].imgalt +'" BORDER="'+ ADBanners[i].imgborder +'"></A>');
  else
    document.write(ADBanners[i].htmlcode);
}

var ADBanners = new Array();

CreatBanners(ADBanners, 45);

ADBanners[0].htmlcode  = '<p><b>蓝色理想专卖店开张</b><br><br><a href=http://www.blueidea.com/shop/ target=_blank><img src=/shop/img/black.jpg width=160 height=150 border=0></a></p><p>经典T恤热卖中……</p>';
ADBanners[0].weight    = 10;
ADBanners[0].place     = 4;
ADBanners[0].type      = 2;

ADBanners[1].imgsrc    = "/ad/51simple/banner1.gif";
ADBanners[1].href = "http://www.51simple.com";
ADBanners[1].imgwidth  = "468";
ADBanners[1].imgheight = "60";
ADBanners[1].imgalt    = "51simple.com";
ADBanners[1].weight    = 8;
ADBanners[1].place= 10;
ADBanners[1].type = 1;


ADBanners[2].imgsrc    = "/ad/fy/ceun_01.gif";
ADBanners[2].href = "http://www.ceun.com";
ADBanners[2].imgwidth  = "468";
ADBanners[2].imgheight = "60";
ADBanners[2].imgalt    = "世纪联合网";
ADBanners[2].weight    = 3;
ADBanners[2].place= 1;
ADBanners[2].type = 1;

ADBanners[3].imgsrc    = "/ad/blueidea/blueidea0624.gif";
ADBanners[3].href = "/bbs/NewsDetail.asp?id=522167";
ADBanners[3].imgwidth  = "468";
ADBanners[3].imgheight = "60";
ADBanners[3].imgalt    = "经典论坛 PS版与艺设版 联合举办 『设计四连击』 设计接龙";
ADBanners[3].weight    = 10;
ADBanners[3].place= 1;
ADBanners[3].type = 1;


ADBanners[4].imgsrc    = "/ad/fy/ceun_03.gif";
ADBanners[4].href = "http://www.ceun.com";
ADBanners[4].imgwidth  = "468";
ADBanners[4].imgheight = "60";
ADBanners[4].imgalt    = "世纪联合网";
ADBanners[4].weight    = 3;
ADBanners[4].place= 1;
ADBanners[4].type = 1;


ADBanners[5].imgsrc    = "/ad/blueidea/dwmx.gif";
ADBanners[5].href = "http://www.blueidea.com/bbs/NewsDetail.asp?id=449269";
ADBanners[5].imgwidth  = "468";
ADBanners[5].imgheight = "60";
ADBanners[5].imgalt    = "dreamweaver MX 功能探索";
ADBanners[5].weight    = 18;
ADBanners[5].place= 1;
ADBanners[5].type = 1;

//ADBanners[6].imgsrc    = "/ad/blueidea/house/house3.gif";
//ADBanners[6].href = "/bbs/";
//ADBanners[6].imgwidth  = "554";
//ADBanners[6].imgheight = "104";
//ADBanners[6].imgalt    = "蓝色经典恭祝您马到成功";
//ADBanners[6].weight    = 5;
//ADBanners[6].place= 10;
//ADBanners[6].type = 5;

ADBanners[6].htmlcode  = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="554" height="104"><param name=movie value="/design/quester/swf/4hits554x104.swf"><PARAM NAME=wmode VALUE=opaque><param name=quality value=high><embed src="/design/quester/swf/4hits554x104.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="554" height="104"></embed> </object>';
ADBanners[6].weight    = 12;
ADBanners[6].place= 3;
ADBanners[6].type = 5;

ADBanners[7].imgsrc    = "/ad/5dmedia/2002624219097879.gif";
ADBanners[7].href = "http://www.5dmedia.com/bbs/NewsDetail.asp?id=363505";
ADBanners[7].imgwidth  = "468";
ADBanners[7].imgheight = "60";
ADBanners[7].imgalt    = "5D多媒体标志设计大赛说明";
ADBanners[7].weight    = 5;
ADBanners[7].place= 10;
ADBanners[7].type = 1;

ADBanners[8].imgsrc    = "/ad/51simple/banner1.gif";
ADBanners[8].href = "http://www.51simple.com";
ADBanners[8].imgwidth  = "468";
ADBanners[8].imgheight = "60";
ADBanners[8].imgalt    = "51simple.com";
ADBanners[8].weight    = 1;
ADBanners[8].place= 1;
ADBanners[8].type = 1;

ADBanners[9].htmlcode  = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="468" height="60"><param name=movie value="/ad/blueidea/4hits.swf"><PARAM NAME=wmode VALUE=opaque><param name=quality value=high><embed src="/ad/blueidea/4hits.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="468" height="60"></embed> </object>';
ADBanners[9].weight    = 12;
ADBanners[9].place= 1;
ADBanners[9].type = 1;

	
ADBanners[10].imgsrc    = "/ad/chinavisual/cv_logo.gif";
ADBanners[10].href = "http://www.chinavisual.com";
ADBanners[10].imgwidth  = "88";
ADBanners[10].imgheight = "31";
ADBanners[10].imgalt    = "视觉中国";
ADBanners[10].weight    = 8;
ADBanners[10].place= 2;
ADBanners[10].type = 3;

ADBanners[11].htmlcode  = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="468" height="60"><param name=movie value="/ad/5dmedia/200262718231525951.swf"><PARAM NAME=wmode VALUE=opaque><param name=quality value=high><embed src="/ad/5dmedia/200262718231525951.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="468" height="60"></embed> </object>';
ADBanners[11].weight    = 10;
ADBanners[11].place= 1;
ADBanners[11].type = 1;

	
ADBanners[12].imgsrc    = "/ad/huya/huya_logo.gif";
ADBanners[12].href = "http://www.huya.net";
ADBanners[12].imgwidth  = "88";
ADBanners[12].imgheight = "31";
ADBanners[12].imgalt    = "huya";
ADBanners[12].weight    = 10;
ADBanners[12].place= 2;
ADBanners[12].type = 3;


ADBanners[13].imgsrc    = "/ad/pick/picklogo.gif";
ADBanners[13].href = "http://www.linksun.net";
ADBanners[13].imgwidth  = "88";
ADBanners[13].imgheight = "31";
ADBanners[13].imgalt    = "联生网盟";
ADBanners[13].weight    = 8;
ADBanners[13].place= 2;
ADBanners[13].type = 3;


ADBanners[14].imgsrc    = "/ad/1studio/1studio.gif";
ADBanners[14].href = "http://www.1studio.net";
ADBanners[14].imgwidth  = "88";
ADBanners[14].imgheight = "31";
ADBanners[14].imgalt    = "壹号工作室";
ADBanners[14].weight    = 8;
ADBanners[14].place= 2;
ADBanners[14].type = 3;


ADBanners[15].imgsrc    = "http://www.35city.com/images/V.gif";
ADBanners[15].href = "http://www.35city.com";
ADBanners[15].imgwidth  = "88";
ADBanners[15].imgheight = "31";
ADBanners[15].imgalt    = "网络互动联盟";
ADBanners[15].weight    = 2;
ADBanners[15].place= 10;
ADBanners[15].type = 3;


ADBanners[16].imgsrc    = "/ad/5dmedia/5dmedia.gif";
ADBanners[16].href = "http://www.5dmedia.com";
ADBanners[16].imgwidth  = "88";
ADBanners[16].imgheight = "31";
ADBanners[16].imgalt    = "5D多媒体";
ADBanners[16].weight    = 10;
ADBanners[16].place= 2;
ADBanners[16].type = 3;


ADBanners[17].imgsrc    = "/ad/mayto/may2logo.gif";
ADBanners[17].href = "http://www.mayto.com";
ADBanners[17].imgwidth  = "88";
ADBanners[17].imgheight = "31";
ADBanners[17].imgalt    = "→MAYTO.COM← INSPIRING CRE@TIVE";
ADBanners[17].weight    = 10;
ADBanners[17].place= 2;
ADBanners[17].type = 3;




ADBanners[18].htmlcode  = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="88" height="31"><param name=movie value="/ad/antshill/antshill_logo.swf"><PARAM NAME=wmode VALUE=opaque><param name=quality value=high><embed src="/ad/antshill/antshill_logo.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="88" height="31"></embed> </object>';
ADBanners[18].weight    = 10;
ADBanners[18].place= 2;
ADBanners[18].type = 3;

	
ADBanners[19].imgsrc    = "/ad/colorbird/colorbird_3.gif";
ADBanners[19].href = "http://www.colorbird.com";
ADBanners[19].imgwidth  = "88";
ADBanners[19].imgheight = "31";
ADBanners[19].imgalt    = "七色鸟设计空间";
ADBanners[19].weight    = 8;
ADBanners[19].place= 2;
ADBanners[19].type = 3;


ADBanners[20].imgsrc    = "/ad/deskcity/deskcity.gif";
ADBanners[20].href = "http://www.deskcity.com";
ADBanners[20].imgwidth  = "88";
ADBanners[20].imgheight = "31";
ADBanners[20].imgalt    = "桌面城市";
ADBanners[20].weight    = 10;
ADBanners[20].place= 2;
ADBanners[20].type = 3;


ADBanners[21].imgsrc    = "/ad/flashempire/flashempirelogo.gif";
ADBanners[21].href = "http://www.flashempire.com";
ADBanners[21].imgwidth  = "88";
ADBanners[21].imgheight = "31";
ADBanners[21].imgalt    = "闪客帝国";
ADBanners[21].weight    = 10;
ADBanners[21].place= 2;
ADBanners[21].type = 3;


ADBanners[22].imgsrc    = "/ad/fwcn/fire.gif";
ADBanners[22].href = "http://www.fwcn.com";
ADBanners[22].imgwidth  = "88";
ADBanners[22].imgheight = "31";
ADBanners[22].imgalt    = "点燃灵感";
ADBanners[22].weight    = 10;
ADBanners[22].place= 2;
ADBanners[22].type = 3;


ADBanners[23].imgsrc    = "http://www.goeway.com/adbanner/goeway_s.gif";
ADBanners[23].href = "http://www.goeway.com";
ADBanners[23].imgwidth  = "88";
ADBanners[23].imgheight = "31";
ADBanners[23].imgalt    = "goEway.com - 从不懂上网，到上网指南";
ADBanners[23].weight    = 10;
ADBanners[23].place= 2;
ADBanners[23].type = 3;


ADBanners[24].imgsrc    = "/ad/idnidea/idnidea_logo1.gif";
ADBanners[24].href = "http://www.idnidea.com";
ADBanners[24].imgwidth  = "88";
ADBanners[24].imgheight = "31";
ADBanners[24].imgalt    = "IdNIdEA.com";
ADBanners[24].weight    = 8;
ADBanners[24].place= 2;
ADBanners[24].type = 3;


ADBanners[25].imgsrc    = "/ad/lhcdg/wwwlhcdgnet.gif";
ADBanners[25].href = "http://www.lhcdg.net/";
ADBanners[25].imgwidth  = "88";
ADBanners[25].imgheight = "31";
ADBanners[25].imgalt    = "三生有幸";
ADBanners[25].weight    = 10;
ADBanners[25].place= 2;
ADBanners[25].type = 3;


ADBanners[26].imgsrc    = "/ad/pages/logo.gif";
ADBanners[26].href = "http://pages.blueidea.com";
ADBanners[26].imgwidth  = "88";
ADBanners[26].imgheight = "31";
ADBanners[26].imgalt    = "pages.think";
ADBanners[26].weight    = 8;
ADBanners[26].place= 2;
ADBanners[26].type = 3;


ADBanners[27].imgsrc    = "/ad/popunet/popunet.gif";
ADBanners[27].href = "http://www.popunet.com";
ADBanners[27].imgwidth  = "88";
ADBanners[27].imgheight = "31";
ADBanners[27].imgalt    = "大众网络报";
ADBanners[27].weight    = 6;
ADBanners[27].place= 2;
ADBanners[27].type = 3;


ADBanners[28].imgsrc    = "/ad/powerbest/powerbest.gif";
ADBanners[28].href = "http://www.powerbest.net/";
ADBanners[28].imgwidth  = "88";
ADBanners[28].imgheight = "31";
ADBanners[28].imgalt    = "哈尔滨网络原动力";
ADBanners[28].weight    = 8;
ADBanners[28].place= 2;
ADBanners[28].type = 3;


ADBanners[29].imgsrc    = "/ad/snowd/snowd.gif";
ADBanners[29].href = "http://www.snowd.com";
ADBanners[29].imgwidth  = "88";
ADBanners[29].imgheight = "31";
ADBanners[29].imgalt    = "";
ADBanners[29].weight    = 8;
ADBanners[29].place= 2;
ADBanners[29].type = 3;


ADBanners[30].imgsrc    = "/ad/sophoto/sophoto.gif";
ADBanners[30].href = "http://www.sophoto.net";
ADBanners[30].imgwidth  = "88";
ADBanners[30].imgheight = "31";
ADBanners[30].imgalt    = "搜图客";
ADBanners[30].weight    = 8;
ADBanners[30].place= 2;
ADBanners[30].type = 3;

ADBanners[31].imgsrc    = "http://sucai.bbt.com.cn/images/logo88.gif";
ADBanners[31].href = "http://www.sucaiw.com";
ADBanners[31].imgwidth  = "88";
ADBanners[31].imgheight = "31";
ADBanners[31].imgalt    = "素材精品屋";
ADBanners[31].weight    = 10;
ADBanners[31].place= 2;
ADBanners[31].type = 3;


ADBanners[32].imgsrc    = "/ad/topidea/topidealogo.jpg";
ADBanners[32].href = "http://www.topidea.org";
ADBanners[32].imgwidth  = "88";
ADBanners[32].imgheight = "31";
ADBanners[32].imgalt    = "头脑风暴";
ADBanners[32].weight    = 10;
ADBanners[32].place= 2;
ADBanners[32].type = 3;


ADBanners[33].imgsrc    = "/ad/websheji/logo.gif";
ADBanners[33].href = "http://www.websheji.com/";
ADBanners[33].imgwidth  = "88";
ADBanners[33].imgheight = "31";
ADBanners[33].imgalt    = "";
ADBanners[33].weight    = 8;
ADBanners[33].place= 2;
ADBanners[33].type = 3;


ADBanners[34].imgsrc    = "/ad/szdesign/szdesignlogo.gif";
ADBanners[34].href = "http://www.szdesign.org";
ADBanners[34].imgwidth  = "88";
ADBanners[34].imgheight = "31";
ADBanners[34].imgalt    = "欢迎来到设计联盟";
ADBanners[34].weight    = 10;
ADBanners[34].place= 2;
ADBanners[34].type = 3;


ADBanners[35].imgsrc    = "/ad/yesky/yeskylogo.gif";
ADBanners[35].href = "http://homepage.yesky.com/";
ADBanners[35].imgwidth  = "88";
ADBanners[35].imgheight = "31";
ADBanners[35].imgalt    = "天极网页陶吧";
ADBanners[35].weight    = 10;
ADBanners[35].place= 2;
ADBanners[35].type = 3;


ADBanners[36].imgsrc    = "/ad/aougu/aougu.gif";
ADBanners[36].href = "http://www.aougu.com";
ADBanners[36].imgwidth  = "88";
ADBanners[36].imgheight = "31";
ADBanners[36].imgalt    = "奥古多媒体";
ADBanners[36].weight    = 10;
ADBanners[36].place= 2;
ADBanners[36].type = 3;

ADBanners[37].imgsrc    = "/ad/chinavfx/vfxlogo.gif";
ADBanners[37].href = "http://www.chinavfx.com";
ADBanners[37].imgwidth  = "88";
ADBanners[37].imgheight = "31";
ADBanners[37].imgalt    = "CHINA-VFX";
ADBanners[37].weight    = 10;
ADBanners[37].place= 2;
ADBanners[37].type = 3;

ADBanners[38].htmlcode  = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="468" height="60"><param name=movie value="/ad/quester/Key_out.swf"><PARAM NAME=wmode VALUE=opaque><param name=quality value=high><embed src="/ad/quester/Key_out.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="468" height="60"></embed> </object>';
ADBanners[38].weight    = 1;
ADBanners[38].place= 1;
ADBanners[38].type = 1;

	
ADBanners[39].imgsrc    = "/ad/china/tech_logo.gif";
ADBanners[39].href = "http://tech.china.com";
ADBanners[39].imgwidth  = "88";
ADBanners[39].imgheight = "31";
ADBanners[39].imgalt    = "中华网科技频道";
ADBanners[39].weight    = 8;
ADBanners[39].place= 2;
ADBanners[39].type = 3;


ADBanners[40].imgsrc    = "/ad/huachu/huachu.gif";
ADBanners[40].href = "http://www.huachu.com.cn";
ADBanners[40].imgwidth  = "88";
ADBanners[40].imgheight = "31";
ADBanners[40].imgalt    = "华储网";
ADBanners[40].weight    = 15;
ADBanners[40].place= 2;
ADBanners[40].type = 3;

ADBanners[41].imgsrc    = "/ad/wangtong/banner.gif";
ADBanners[41].href = "http://king.cqcnc.com/";
ADBanners[41].imgwidth  = "468";
ADBanners[41].imgheight = "60";
ADBanners[41].imgalt    = "重庆网通预受理";
ADBanners[41].weight    = 1;
ADBanners[41].place= 1;
ADBanners[41].type = 1;


ADBanners[42].htmlcode  = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="468" height="60"><param name=movie value="/ad/mmc/banner2_chi.swf"><PARAM NAME=wmode VALUE=opaque><param name=quality value=high><embed src="/ad/mmc/banner2_chi.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="554" height="104"></embed> </object>';
ADBanners[42].weight    = 5;
ADBanners[42].place= 10;
ADBanners[42].type = 5;

ADBanners[43].imgsrc    = "/ad/blueidea/design/design01.gif";
ADBanners[43].href = "/top10";
ADBanners[43].imgwidth  = "554";
ADBanners[43].imgheight = "104";
ADBanners[43].imgalt    = "中文字元素设计交流活动";
ADBanners[43].weight    = 5;
ADBanners[43].place= 10;
ADBanners[43].type = 5;

ADBanners[44].imgsrc    = "http://www.invisionboard.com/adbanners/adview.php?what=ipsuser";
ADBanners[44].href = "http://www.invisionboard.com/adbanners/adclick.php";
ADBanners[44].imgwidth  = "468";
ADBanners[44].imgheight = "60";
ADBanners[44].imgalt    = "http://www.invisionpower.com/";
ADBanners[44].weight    = 5;
ADBanners[44].place= 1;
ADBanners[44].type = 1;

//<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width='88' height='31'><param name=movie value='/ad/antshill/antshill_logo.swf'><PARAM NAME=wmode VALUE=opaque><param name=quality value=high><embed src='/ad/antshill/antshill_logo.swf' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='88' height='31'></embed></object>
//'<table width=468 border=0 cellspacing=0 cellpadding=0 onMouseOver=MM_showHideLayers(\'adall\',\'\',\'show\') onMouseOut=MM_showHideLayers(\'adall\',\'\',\'hide\')><tr><td><div id=adall style=position:absolute; width:468; z-index:1; visibility: hidden><a href=http://www.hconline.com.cn/shop/showproduct.asp?productid=11083 target=_blank><img src=http://www.hconline.com.cn/ad/images/bannar06-1.jpg border=0></a></div></td></tr></table><img src=http://www.hconline.com.cn/ad/images/bannar06.gif onMouseOver=MM_showHideLayers(\'adall\',\'\',\'show\') border=0></a>'