function shout()
{
this.style.display = 'block';
}
function shut(){
this.style.display = 'none';
// delete this.onmouseout;
}
function writeMenu(what)
{
lyr = document.getElementById('menu');
if(!menu[what].name_es)
{
lyr.style.display = 'none';
}else{
texte = '';
lyr.style.width = '130px'
cls = "opcions"
if(what == 1)
{
lyr.style.width = '390px'
cls = "opcions2"
}
for(i=0;i