
function geturl(obj){
	var Zlink = obj.options[obj.selectedIndex].value;
	this.location.href=Zlink;
	
	}