/************************************************\
vBulletin Image Resizer With HighSlide Effect.   |
Modefied by: alz3abi, AKA "Hz", "NLP"            |
URL : http://www.almotmaiz.net                   |
*************************************************/
Math.easeInBack=function(t,b,c,d,s){if(s==undefined){s=1.70158;}return c*(t/=d)*t*((s+1)*t-s)+b;};Math.easeOutBack=function(t,b,c,d,s){if(s==undefined){s=1.70158;}return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;};if(!hs){var hs={lang:{},vB_Image:function(iMg){if(iMg.height>Hz.height||iMg.width>Hz.width){$("#"+iMg.id).wrap('<a href="'+iMg.src+'" class="highslide" title="'+hs.lang.fullExpandTitle+'" onclick="return hs.expand(this)" ></a>');}if(Hz.width>0&&iMg.width>Hz.width){iMg.width=Hz.width;iMg.height=(Hz.width/iMg.width)*iMg.height;}if(Hz.height>0&&iMg.height>Hz.height){iMg.height=Hz.height;iMg.width=(Hz.height/iMg.height)*iMg.width;}},graphicsDir:"clientscript/vB_Image/",expandCursor:"zoomin.cur",restoreCursor:"zoomout.cur",easing:"easeInBack",easingClose:"easeOutBack",expandDuration:250,restoreDuration:250,marginLeft:15,marginRight:15,marginTop:15,marginBottom:15,zIndexCounter:1001,loadingOpacity:0.75,dimmingOpacity:0.75,allowMultipleInstances:true,numberOfImagesToPreload:5,outlineWhileAnimating:1,outlineStartOffset:3,padToMinWidth:true,fullExpandPosition:"bottom right",fullExpandOpacity:1,showCredits:false,enableKeyListener:true,openerTagNames:["a"],dragByHeading:true,minWidth: