function jump(type){
	var url = document.form1.shop.options[document.form1.shop.selectedIndex].value;
	if(url==""){
		var error = String.fromCharCode(24215,33303,12434,36984,25246,12375,12390,12367,12384,12373,12356,12290);
		alert (error);
	}else{
		location.href = "/shop/"+url+"/"+type+"/"; 
	}
	
}

