<!-- //
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
 
function CargarFoto(img, ancho, alto){
  derecha=(screen.width-ancho)/2;
  arriba=(screen.height-alto)/2;
  string="toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width="+ancho+",height="+alto+",left="+derecha+",top="+arriba+"";
  fin=window.open(img,"",string);
}
 
function mmLoadMenus() { mm_menu_0104151129_0.writeMenus(); } // mmLoadMenus()
function cambio (flag,img) {
   if (document.images) {
        if (document.images[img].permloaded) {
            if (flag==1) document.images[img].src = document.images[img].perm.src
            else document.images[img].src = document.images[img].perm.oldsrc
        }
   }
}
function precarga (img,adresse) {
   if (document.images) {
        img.onload = null;
        img.perm = new Image ();
        img.perm.oldsrc = img.src;
        img.perm.src = adresse;
        img.permloaded = true;
   }
}

$(document).ready(function() {
	$("a.zoom1").fancybox({
		'overlayOpacity'	:	0.6,
		'overlayColor'		:	'#103984'
	});
	$("a.iframe").fancybox({
		'overlayOpacity'	:	0.6,
		'overlayColor'		:	'#103984'
	});
});

// -->
 
