﻿function MostrarIdiomes(pagina)
{
if (pagina=='' || pagina=='presentacio')
{
str='<tr height="40" valign=center>';
str+='<td width="42" class="idiomes"><a class="idiomes" href="default.aspx?id=cat"><img src="img/cat.gif" border="0" alt="català" /></a></td>';
str+='<td width="42" class="idiomes"><a class="idiomes" href="default.aspx?id=esp"><img src="img/esp.gif" border="0" alt="castellano" /></a></td>';
str+='<td width="42" class="idiomes"><a class="idiomes" href="default.aspx?id=eng"><img src="img/eng.gif" border="0" alt="english" /></a></td>';
str+='<td width="381" class="petit">&nbsp;</td>';
str+='</tr>';
}else{
str='<tr>';
str+='<td width="19"><a href="default.aspx"><img src="img/home.gif" border="0" alt="Campus Hotel" /></a></td>';
str+='<td width="36" class="idiomes"><a class="idiomes" href="default.aspx">Home</a></td>';
str+='<td class="petit" width="496">&nbsp;</td>';
str+='</tr>';
}

document.write(str);
}



function PintarImatge(apartat)
{
document.write('<img src="img/'+apartat+'1.jpg">');
}


//function LogoSerhs()
//{
////logo serhs
//logo_on = new Image()
//logo_on.src = "img/serhs_on.gif"
//logo_off = new Image()
//logo_off.src = "img/serhs_off.gif"  
//}


function LogoHotels()
{
//logo hotels
logo_on1 = new Image()
logo_on1.src = "img/UAB_p_on.gif"
logo_off1 = new Image()
logo_off1.src = "img/UAB_p_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+"");
 }
