function MyCheckForm2(thisform) {
	var selectedindex = thisform.country.selectedIndex;
	var countryvalue = thisform.country[selectedindex].value;

	if (countryvalue == "AT") {
		location.href="http://www.unicef.or.at/"; 
		return false;
	} 
 	else if (countryvalue == "FI") {
		location.href="http://www.unicef.fi/";
		return false;
	}
 	else if (countryvalue == "DE") {
		location.href="https://www.unicef.de/bankeinzug.html?ac=156141";
		return false;
	}
 	else if (countryvalue == "IT") {
		location.href="http://www.unicef.it/";
		return false;
	}
 	else if (countryvalue == "NL") {
		location.href="http://www.unicef.nl/unicef/show/id=42127/sc=7ea1bf";
		return false;
	}
 	else if (countryvalue == "PT") {
		location.href="http://www.loja.unicef.pt/popup.donativo.php?cp=ESCOLAS%20PARA%20AFRICA";
		return false;
	}
 	else if (countryvalue == "ES") {
		location.href="https://servidorseguro.unicef.es/web/donacion.html";
		return false;
	}
 	else if (countryvalue == "CH") {
		location.href="http://www.unicef-suisse.ch/update/d/";
		return false;
	}
	else if (countryvalue == "NZ") {
		location.href="http://www.unicef.org.nz/help/donations.html";
		return false;
	}
	else if (countryvalue == "NO") {
		location.href="http://www.unicef.no/donation/donation.asp";
		return false;
	}
	else if (countryvalue == "DK") {
		location.href="http://www.unicef.dk/script/site/page.asp?mod=shop&func=show&id=242&WT.mc_id=unigen";
		return false;
	}
	else if (countryvalue == "SE") {
		location.href="http://www.unicef.se/stod_oss/ge_en_gava_har/?ad=8SPCA";
		return false;
	}
	else if (countryvalue == "IS") {
		location.href="https://secure.unicef.is/";
		return false;
	}
	else {
		thisform.action="http://www.supportunicef.org/site/lookup.asp?c=iuI1LdP0G&b=263502"; 
	}
 	
 	return true;
} 



