function moveSub(sub) { 
  switch(sub) {
    case "A00" :	url="/";break;
    case "B00" :	url="/news";break;
    case "C00" :	url="/cpzs";break;
    case "D00" :	url="/pzcl";break;
    case "E00" :	url="/job";break;
    case "F00" :	url="/khfw/khfk.asp";break;
    case "G00" :	url="/khfw/lxwm.asp";break;
//    case "F00" :    url="";window.open('/aaa.html');break;

    case "cpzs00" :	url="/cpzs";break;
    case "cpzs01" :	url="/product_list.asp?classid=10";break;
    case "cpzs02" :	url="/product_list.asp?classid=11";break;
    case "cpzs03" :	url="/product_list.asp?classid=12";break;
    case "cpzs04" :	url="/product_list.asp?classid=13";break;
    case "cpzs05" :	url="/product_list.asp?classid=14";break;
    case "cpzs06" :	url="/product_list.asp?classid=15";break;
    case "cpzs07" :	url="/product_list.asp?classid=16";break;

	//case "TOP01" :	url="javascript:void(document.links[0].style.behavior='url(#default#homepage)');void(document.links[0].setHomePage('http://www.shijicable.com'));";break;
    case "TOP02" :	url="javascript:window.external.AddFavorite('http://www.shijicable.com','上海世基特种电缆有限公司')";break;
	case "TOP03" :	url="";break;

	}
  if(url !="") { 
    this.location.href=url;
	}
}
//javascript:moveSub(\'F00\')