// JavaScript Document

function canviMenu(apartat,altres,idioma) {
	   if (apartat == 0) {
	   	document.location = "?";
	   }
	   else if (apartat == 6){
		document.location = "?"+idioma;   
	   }
	   else {
	   	document.location = "?menu="+apartat+altres;
	   }
	   
	   
}

function canviMenuIntranet(apartat) {
	   if (apartat==0) {
	   	document.location = "llistaProjectes.php"
	   }
	   else if (apartat==1){
	   	document.location = "llistaCategories.php";
	   }
	   else if (apartat==2){
	   	document.location = "llistaEspaiBuit.php";
	   }
	   else if (apartat==3){
	   	document.location = "llistaCategoriesEspaiBuit.php";
	   }
	   else if (apartat==4){
	   	document.location = "afegirQuiSom.php";
	   }
	   
}

function canviGrupProjectes(grup) {
	   document.location = "?menu=1&categoria="+grup;	      
}
function canviGrupEspaiBuit(grup) {
	   document.location = "?menu=2&categoria="+grup;	      
}

function canviFblog(parametres) {
	   document.location = "?"+parametres;	      
}

function canviProjecte(parametres) {
	   document.location = "?"+parametres;	      
}

function canviCalaix(parametres) {
	   document.location = "?"+parametres;	      
}
