//Canvi d'idioma

function canviIdioma(codi,accio) {
	// preguntar a emili perquè???
	alert("error canvi index per home")
	/*
	formulari = document.getElementById('llenguatge');
	idioma = document.getElementById('idioma');
	
	var ubicacio = document.location.href
	
	//alert(ubicacio);
	
	if (ubicacio.charAt(ubicacio.length-1)=='/') {
		formulari.action = (document.location.href + "index.aspx")
	}
	if (accio){
		formulari.action = ("home.aspx")
	}	
	
	idioma.value=codi;
	//alert(idioma.value)
	formulari.submit();
	*/
}

function marcar(familia){
	//document.getElementById(familia).className = "selected";
}
function openPopupWH (url, aW, aH ) {
	window.open(absHREF(url),'finestra','width='+aW+',height='+aH+',resizable=yes,scrollbars=yes,status=yes');
}


function openQuickProductSearch(language) {
	//window.open(absHREF('secciones/webshop/webshop.aspx'),'quickProductSearch','left=100,top=100,width=750,height=600');
	window.open('http://mobproductsearch.yourpromotionalshop.com/home.mvc/language/'+language,'quickProductSearch','scrollbars=yes,resizable=yes,left=0,top=0,width='+ screen.availWidth+',height='+screen.availHeight);
}