////////////////////////////////////////////////
// MENÚ
////////////////////////////////////////////////
var Bdoc = '154px';
var Bpro = '241px';
var Brep = '365px';
var Breg = '476px';
var Bspo = '535px';
var Bmul = '677px';


var Blogo = '760px';

function menuOver(idBarra){
	document.getElementById('barraMenu').style.width = idBarra;
}

function menuOut(){
	menuOver(seccioActual);
}

function menuActiu(id) {
	menuOver(seccioActual);
	document.getElementById(id).firstChild.className = 'actiu';
}


////////////////////////////////////////////////
// VÍDEO 
////////////////////////////////////////////////
function insertVideo(url,w,h) {
	var str='';
	str+='<object width="'+ w +'" height="'+ h +'">';
	str+='<param name="allowfullscreen" value="true" />';
	str+='<param name="allowscriptaccess" value="always" />';
	str+='<param name="movie" value="'+ url +'" />';
	str+='<embed src="'+ url +'" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="'+ w +'" height="'+ h +'"></embed>';
	str+='</object>';
	document.write(str);
}

////////////////////////////////////////////////
// MOSTRA / AMAGA 
////////////////////////////////////////////////

//mostra
//amaga










