function lancerLang(l) {
	if (l == 0) return false;
	window.location.href = "countries/index_"+l+".asp"
}
function lancerProd(s) {
	if (s == 0) return false;
	switch (s) {
		case '1':
			x = "feelthesoleil.com"
			break
		case '2':
			x = "comfort3advance.com"
			break
		case '3':
			x = "luminerelighter.com"
			break
		case '4':
			x = "bicmarkit.com"
			break
		case '5':
			x = "bicmarking.com"
			break
		case '6':
			x = "50tipp-ex.com"
			break
		case '7':
			x = "bicecolutions.com"
			break
		}
	window.location.href = "http://www."+x
}