var ShowLoop = 0; var ShowLoopLimit = 15; var reducePhoto = 75; var zOOmInterval =1000;
$(document).ready(function(){if (!document.getElementById('bLock')){$('body').prepend('<div id="bLock"><div id="bLock1"><div id="fotoBox"><div id="closer"></div><img id="fotoObj" src="" /></div></div></div>');}});
$("a").live("click", function(event){if($(this).attr("href") && $(this).attr("href").search(HOmeDir)===0){if($(this).attr("href").search("uploads")<=0 && $(this).attr("href").search("download-monitor")<=0 && $(this).attr("href").search("wp-admin")<=0){}else{if($(this).attr("href").search("uploads")>0){zOOm($(this).attr("href"));event.preventDefault();}else{$(this).attr("target", "_blank");}}}});
function bLock(){$(".flashBox").css("display", "none");$("#bLock").fadeIn(speed,function(){$("#bLock1").fadeIn(speed);});}
function MostraFoto(fOtO){$("#fotoObj").removeAttr("width");$("#fotoObj").removeAttr("height");if(navigator.userAgent.indexOf("MSIE")<0){var NewWidth = $("#fotoObj").attr("width");var NewHeight = $("#fotoObj").attr("height");}else{$("#fotoObj").attr("src",fOtO);$('#fotoBox').css('display','block');var NewWidth = $("#fotoObj").attr("width");var NewHeight = $("#fotoObj").attr("height");$('#fotoBox').css('display','none');}if (NewWidth<=0 || NewHeight<=0){if (ShowLoop<=ShowLoopLimit){ShowLoop++;window.setTimeout("MostraFoto('"+fOtO+"');", 500);return;}else{ShowLoop = 0;}}var rApporto = 1;if($(window).width()<=$("#fotoObj").attr("width")){var rApporto = Math.round((($(window).width()-reducePhoto) / $("#fotoObj").attr("width"))*100)/100;}if ($(window).height()<=$("#fotoObj").attr("height")){var rApporto = Math.round((($(window).height()-reducePhoto) / $("#fotoObj").attr("height"))*100)/100;}NewWidth = Math.round(NewWidth*rApporto);NewHeight = Math.round(NewHeight*rApporto);$("#fotoObj").attr("width", NewWidth);$("#fotoObj").attr("height", NewHeight);var tOp = Math.abs(($(window).height()-NewHeight)/2);var lEft = Math.round(($(window).width()-NewWidth)/2);$('#fotoBox').css('width', NewWidth);$('#fotoBox').css('height', NewHeight);$('#fotoBox').css('left', lEft);$('#fotoBox').css('top', tOp);$('#fotoBox').fadeIn(speed);}
function uNLock(){$('#fotoBox').fadeOut(speed, function(){$("#bLock1").fadeOut(speed,function(){$("#bLock").fadeOut(speed);});});}
function zOOm(fOtO){bLock();$("#fotoObj").removeAttr("src");$("#fotoObj").attr("src", fOtO);window.setTimeout("MostraFoto('"+fOtO+"');", zOOmInterval);}

