function redirect(selectObj) {
	parent.location = selectObj.options[selectObj.selectedIndex].value;
}

