function goSelection(obj) {
	page = obj.options[obj.selectedIndex].value;
	if(page) {
		document.location.href = page;
	}
} 
