// parala galeria de imagenes

function ventana(orden) { 
OpenWin = this.open("pop.asp?variable=" + orden, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=610,height=610"); 
}

var slideShowSpeed = 2000
// Duration of crossfade (seconds)
var crossFadeDuration = 3
var Pic
var preLoad = new Array()
var Picx = new Array(); 

p = Picx.length
for (i = 0; i < p; i++){
   preLoad[i] = new Image()
   preLoad[i].src = Picx[i]
}
function runSlideShow(imagen){
   if (document.all){
      document.images.SlideShow.style.filter="blendTrans(duration=2)"
      document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)"
      document.images.SlideShow.filters.blendTrans.Apply()      
   }
   document.images.SlideShow.src = preLoad[imagen].src
   if (document.all){
      document.images.SlideShow.filters.blendTrans.Play()
   }
}

//para el menu

function Irhome(){
	hojacss('home');
	top.contenido.location.href="home.html"
}
function Irhome2(){
	hojacss('home');
	Irtop2();
	top.contenido.location.href="home.html"
}



function Irquienes(){
		hojacss('quienes');
		top.contenido.location.href="quienes.html"
}
function Irquienes2(){
		hojacss('quienes');
		Irtop2();
		top.contenido.location.href="quienes.html"
}



function Irtop(){
	top.principal.location.href="menu2.html"
}
function Irtop2(){
	top.principal.location.href="menu1.html"
}


function Irmenu1(){
		hojacss('menu');
		Irtop();
		top.contenido.location.href="mariscos.html"
}

function Irmenu11(){
		top.contenido.location.href="mariscos.html"
}
function Irmenu2(){
		top.contenido.location.href="carnes.html"
}
function Irmenu3(){
		top.contenido.location.href="bebidas.html"
}
function Irmenu4(){
		hojacss('menu');
		Irtop();
		top.contenido.location.href="ejecutivo.html"
}



function Irlocales(){
	hojacss('locales');
	top.contenido.location.href="locales.html"
}
function Irlocales2(){
	hojacss('locales');
	Irtop2();
	top.contenido.location.href="locales.html"
}


function Irnoticias(){
	hojacss('noticias');
	top.contenido.location.href="noticias.html"
}
function Irnoticias2(){
	hojacss('noticias');
	Irtop2();
	top.contenido.location.href="noticias.html"
}


function Irgaleria(){
	hojacss('galeria');
	top.contenido.location.href="galeria.html"
}
function Irgaleria2(){
	hojacss('galeria');
	Irtop2();
	top.contenido.location.href="galeria.html"
}

function Ircontacto(){
	hojacss('contacto');
	top.contenido.location.href="wfContacto.aspx";
}
function Ircontacto2(){
	hojacss('contacto');
	Irtop2();
	top.contenido.location.href="wfContacto.aspx";
}


//funcion para el cambio de CSS


function hojacss(title) {
  var i, a, main;
  for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {
    if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) {
      a.disabled = true;
      if(a.getAttribute("title") == title) a.disabled = false;
    }
  }
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
