function moveSub(sub) { 
  switch(sub) {
    case "A00" :	url="/gsjj";break;
    case "B00" :	url="/news";break;
    case "C00" :	url="/cpzs";break;
    case "D00" :	url="/cpml";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;
	}
  if(url !="") { 
    this.location.href=url;
	}
}