function selectcountry(arg) {
 if (arg.options[arg.selectedIndex].value != "xxx") {
	   window.location = 'worldwide.html#' + arg.options[arg.selectedIndex].value ;
	}
}
