﻿function Menus(idioma)
{
quisom_on = new Image()
quisom_on.src = "img/"+idioma+"/menu1_on.gif"
quisom_off = new Image()
quisom_off.src = "img/"+idioma+"/menu1_off.gif"

productes_on = new Image()
productes_on.src = "img/"+idioma+"/menu2_on.gif"
productes_off = new Image()
productes_off.src = "img/"+idioma+"/menu2_off.gif"

clients_on = new Image()
clients_on.src = "img/"+idioma+"/menu3_on.gif"
clients_off = new Image()
clients_off.src = "img/"+idioma+"/menu3_off.gif"  

cotitzacions_on = new Image()
cotitzacions_on.src = "img/"+idioma+"/menu4_on.gif"
cotitzacions_off = new Image()
cotitzacions_off.src = "img/"+idioma+"/menu4_off.gif"  

enllacos_on = new Image()
enllacos_on.src = "img/"+idioma+"/menu5_on.gif"
enllacos_off = new Image()
enllacos_off.src = "img/"+idioma+"/menu5_off.gif"      
}

function Obrir(pagina,width,height)
 {
  var desti=window.open(pagina, "", "toolbar=0, location=0, menubar=0, scrollbars=0, status=0, resizable=0,top=10,left=10 width="+width+", height="+height+"");
 }

function PintarImatge(apartat,idioma)
{
document.write('<img src="img/'+idioma+'/'+apartat+'.jpg">');
}

