function gotostore(selectObj){
	//你可以在这里做跳转;
	location = selectObj.value;
//	alert(selectObj.value);
	
}