// titulo
var barrabajo = '       Bodegas López Jiménez S.L.'; 
function barra(){window.status = barrabajo;	timerID= setTimeout("barra()", 15);
}

function detenerError(){
return true
}
window.onerror=detenerError


// Degradee
function high(which2)
{
theobject=which2;
highlighting=setInterval("highlightit(theobject)",50);
	
}
function low(which2)
{
clearInterval(highlighting);
which2.filters.alpha.opacity=50;
}
function highlightit(cur2)
{
if(cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=15
else if(window.highlighting)
clearInterval(highlighting)
}

// Salida y entrada
ns4 = (document.layers)? true:false
ie4 = (document.all)? true:false

function opwin(url,barra,scrol,ancho,alto){
open(""+url+"","vent","menubar="+barra+",top=0,left=0,width="+ancho+", height="+alto+", scrollbars="+scrol+", top="+((winH/2)-(alto))+", left="+((winW/2)-(ancho/2))+"")}

ns4=(document.layers)? true:false
ie4=(document.all)? true:false

var b=0
function blir(){
if (ie4){
b=b+10;
if(b<105){
eval(b)
escudo.filters.alpha.opacity=b
setTimeout("blir()",10)}}

}
function openeng(){
if ((navigator.appVersion.indexOf("Mac") != -1)) { tot_window = open("introduce.html", "test",	"scrollbars=no,fullscreen=no")
document.location="end.html"
  }
else {
 tot_window = open("introduce.html", "test",	"scrollbars=no,fullscreen=no")
document.location="end.html"
  }
}

function open_tot(){
if ((navigator.appVersion.indexOf("Mac") != -1)) { tot_window = open("presenta.html", "test",	"scrollbars=no,fullscreen=no")
document.location="despedida.html"
  }
  else if (ns4){tot_window = open("presenta.html", "test",	"scrollbars=no,fullscreen=no")
document.location="despedida.html"}
else {
 tot_window = open("presenta.html", "test",	"scrollbars=no,fullscreen=no")
document.location="despedida.html"
  }
}