
function formHandler(){

var URL = document.form.site.options[document.form.site.selectedIndex].value;

window.location.href = URL;

// End -->

}

function SendIt(Area){
		document.Country.Area.value=Area;
		document.Country.submit();
	}
