
function disco(fitxer)
{
 
   elventana = window.open(fitxer,"MUEMA","top=0,left=0,width=680,height=600,scrollbars=yes");
   elventana.focus(); 
  
} 


function carrito(fitxer)
{
 
   elventana = window.open(fitxer + '#final',"MUEMA","top=0,left=0,width=600,height=600,scrollbars=yes");
   elventana.focus(); 
  
} 
 