var pub='http://www.labels-accessory.com';
home =pub+"/index.html";
main =pub+"/index.html";

// 
sub01=pub+"/info_detail.asp?id=362&tl=公司简介&el=Introduce"; 
sub02=pub+"/info.asp?cl=28&tl=公司新闻&el=Company news"; 
sub03=pub+"/product_home.asp"; 
sub06=pub+"/product_list.asp?catalogid=2&tl=最新产品&el=New Products";
sub04=pub+"/info.asp?cl=51&tl=人才招聘&el=Recruit"; 
sub05=pub+"/info_detail.asp?id=363&tl=联系我们&el=Contact us"; 
//

function vh(a,el,mh){
		var b = document.getElementById(a[0]).scrollHeight;
		for (i=0; i<a.length; i++){
			if(b < document.getElementById(a[i]).scrollHeight){
			   b = document.getElementById(a[i]).scrollHeight;
			}
		}
		for (i=0; i<a.length; i++){
			if(b<mh){b = mh}
			document.getElementById(a[i]).style.height = b+el+"px";
		}
	}
	
function GoUrl(name, mode) {
	if (eval(name) == '') {
		alert("wrrong");
		return;	
	} else {
		if (!mode) {
    		document.location.href = eval(name);
		}
	}	
}