function emptyfield(field) {
	field.value='';
}

function openURL(theform) {
	var newIndex = theform.countryswitch.selectedIndex; 
	targetURL = theform.countryswitch.options[ newIndex ].value; 
	if (targetURL.length > 8) window.location.assign( targetURL ); 
}


