
window.defaultStatus="Fincas Altubel";


function high(which2)
  {
	theobject=which2;
	highlighting=setInterval("highlightit(theobject)",50);
  }

function low(which2)
  {
	clearInterval(highlighting);
	which2.filters.alpha.opacity=60
  }

function highlightit(cur2)
  {
	if (cur2.filters.alpha.opacity<100)
	{
	  cur2.filters.alpha.opacity+=5;
	}
	else if (window.highlighting)
	{
	  clearInterval(highlighting)
	}
  }



function AbrirVentana(URL,ancho,alto)
{ 

var Izquierda = (screen.width) ? (screen.width-ancho)/2 : 0;
var Top = (screen.height) ? (screen.height-alto)/2 : 0;

if (screen.width <=800)
{
	ancho = ancho * 0.8;
	alto = alto * 0.8;
}

var ventana = null;
ventana = window.open("/detalleimagen.shtml?"+URL+"&Imagen%20detallada&" + ancho +"&" + alto, "_Blank", "toolbar=no,location=no,status=no,menubar=no,scrollbars=no, left='+Izquierda+',top='+Top+', width="+ancho+",height="+alto);

}

function AbrirPanoramica(URL)
{ 

var Izquierda = (screen.width) ? (screen.width-600)/2 : 0;
var Top = (screen.height) ? (screen.height-415)/2 : 0;

var ventana = null;
ventana = window.open("/apar/panoramica.shtml?"+URL, "_Blank", "toolbar=no,location=no,status=no,menubar=no,scrollbars=no, left='+Izquierda+',top='+Top+', width=600,height=420");

}

function AbrirPanoramicaPen()
{ 

var Izquierda = (screen.width) ? (screen.width-600)/2 : 0;
var Top = (screen.height) ? (screen.height-415)/2 : 0;

var ventana = null;
ventana = window.open("/apar/panoramicapenis.shtml", "_Blank", "toolbar=no,location=no,status=no,menubar=no,scrollbars=no, left='+Izquierda+',top='+Top+', width=600,height=420");

}

function OpenWindow(url,nombre,settings) 
{ 

  window.open(url,nombre,settings); 

}

function CalcularRuta(origen,destino)
{
if (origen == '') 
	alert('Debe indicar un origen para calcular la ruta');
else { 
var w = 800, h = 600;
if (document.all || document.layers) {
   w = screen.availWidth;
   h = screen.availHeight;
}
var popW = 799, popH = 559;
var leftPos = (w-popW)/2, topPos = (h-popH)/2;
var maparuta="http://www.campsa.es/esp/infinito/gcampsa/ruta/calcular/resolv_iti.asp?origen="+escape(origen)+"&destino="+escape(destino)+"";
window.open(maparuta,'mapapop','scrollbars=yes,width='+popW+',height='+popH+',left='+leftPos+',top='+topPos+',toolbar=yes,menubar=no,personalbar=no,resizable=yes');
}
return false;	

}

function openWindow() 
{
  window.open('/formulario.shtml','windowRef','scrollbars=yes,width=800,height=600');
}


function openWindowOfertas() 
{
  window.open('/ofertas.shtml','windowRef','scrollbars=yes,width=800,height=600');
}


function openWindowen() 
{
  window.open('/en/formulario.shtml','windowRef','scrollbars=yes,width=800,height=600');
}

function openWindowfr() 
{
  window.open('/fr/formulario.shtml','windowRef','scrollbars=yes,width=800,height=600');
}