// JavaScript Document

function redirectPage(obj)
{
	var url = obj.options[obj.selectedIndex].value;
	window.location = url;
}