function open_new_page(selected) {
	eval("parent.location='"+selected.options[selected.selectedIndex].value+"'");
}
