//=======================================================
//==	generic.js
//==	Alexandre Busquets Triola - 3V2.NET
//==	07082004
//=======================================================



function popup(url, sx, sy)
{
	var winl = (screen.width-sx)/2;
	var wint = (screen.height-sy)/2;
	var finestra = 'Tibet';
	popupwin=window.open(url,finestra,"scrollbars=no, resizable=no, toolbar=no, location=no, directories=no, status=no, menubar=no, top="+wint+",left="+winl+",width="+sx+",height="+sy+"");
}

function favoritoscat(){
window.external.addFavorite('http://www.hoteltramuntana.com','Hotel Tramuntana ***')
}

function favoritoses(){
window.external.addFavorite('http://www.hoteltramuntana.com','Hotel Tramuntana ***')
}

function favoritosfr(){
window.external.addFavorite('http://www.hoteltramuntana.com','Hotel Tramuntana ***')
}

function favoritosang(){
window.external.addFavorite('http://www.hoteltramuntana.com','Hotel Tramuntana ***')
}

function favoritosde(){
window.external.addFavorite('http://www.hoteltramuntana.com','Hotel Tramuntana ***')
}