		function formHandler(form) 
		{
        	var myindex = form.selectedIndex;
			if (form.options[myindex].value != "0")
			{
				location = form.options[myindex].value;			
			}
		}
