function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

/*
$(function() {
       $('a[rel=lightbox]').lightBox({
			imageLoading: '/plantilla/100/images/loading.gif',
			imageBtnClose:'/plantilla/100/images/close.gif',
			imageBtnPrev: '/plantilla/100/images/prevlabel.gif',
			imageBtnNext: '/plantilla/100/images/nextlabel.gif',
			txtImage: 'Imagen',
		 	txtOf: 'de'

		}); 						
});

$(function(){
			$.fn.supersized.options = {  
				startwidth: 1024,  
				startheight: 1024,
				vertical_center: 1,
				slideshow: 1,				
				navigation: 0,
				transition: 1, //0-None, 1-Fade, 2-slide top, 3-slide right, 4-slide bottom, 5-slide left
				pause_hover: 0,
				slide_counter: 0,
				slide_captions: 0,
				slide_interval: 9000,
slides : [
					{image : '/plantilla/100/img/bg_body1.jpg', title : '', url : ''},
					{image : '/plantilla/100/img/bg_body2.jpg', title : '', url : ''},
					{image : '/plantilla/100/img/bg_body3.jpg', title : '', url : ''}  					
				]				
			};
      $('#supersized').supersized(); 
});
*/


/*
$(document).ready(function() {
													 
	$("body").css("display", "none");
	$("body").fadeIn(2000);				
					
 	$("#nav a").click(function(event){
  	event.preventDefault();
    linkLocation = this.href;
   	$("body").fadeOut(1000, redirectPage);
  });

  function redirectPage() {
    window.location = linkLocation;
  }

	// Tabas para la carta y los menus
	$(".slidetabs").tabs(".menuskata > div", {
		// enable "cross-fading" effect
		effect: 'fade',
		fadeOutSpeed: "slow",
		// start from the beginning after the last tab
		rotate: true
	// use the slideshow plugin. It accepts its own configuration
	})

});
*/
