function gotoPage(obj) {

	if(obj.options[obj.selectedIndex].value != "/")
    
		window.location.href = obj.options[obj.selectedIndex].value;

}
