<!--

function openNewWindow(URLtoOpen, windowName, windowFeatures) {
   	newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}

function doredirect(){
	if (document.flogin.countryselect.options[document.flogin.countryselect.selectedIndex].value != "none") {
		location = document.flogin.countryselect.options[document.flogin.countryselect.selectedIndex].value
	}
}

// -->