﻿var oh,ow;var mth=0;var zoom=1.5;function imgo(a){var c=document.createElement("div");c.id="div_"+a.id;c.style.width=a.width+"px";c.style.height=a.height+"px";c.style.overflow="hidden";c.style.display="block";c.style.position="relative";a.style.left="0px";a.style.top="0px";a.style.width=a.width+"px";a.style.height=a.height+"px";a.style.position="absolute";a.style.display="block";a.style.overflow="hidden";a.style.margin="0px";a.style.border="none";ow=a.width;oh=a.height;c.className=a.className;a.removeAttribute("class");var b=a.parentNode;b.insertBefore(c,a);c.appendChild(a);imga(a)}function imga(b){var c=1;var a=b.style;if(mth==0){a.top=parseInt(a.top)-c+"px";a.left=parseInt(a.left)-c+"px";a.width=parseInt(a.width)+2*c+"px";a.height=parseInt(a.height)+2*c+"px";if(oh*zoom<=parseInt(a.height)){mth=1}}if(mth==1){a.top=parseInt(a.top)+c+"px";a.left=parseInt(a.left)+c+"px";a.width=parseInt(a.width)-2*c+"px";a.height=parseInt(a.height)-2*c+"px";if(oh>=parseInt(a.height)){mth=-1}}if(mth==2){a.top=parseInt(a.top)-0+"px";a.left=parseInt(a.left)-0+"px";a.width=parseInt(a.width)+2*c+"px";a.height=parseInt(a.height)+2*c+"px";if(oh*zoom<=parseInt(a.height)){mth=3}}if(mth==3){a.top=parseInt(a.top)+0+"px";a.left=parseInt(a.left)+0+"px";a.width=parseInt(a.width)-2*c+"px";a.height=parseInt(a.height)-2*c+"px";if(oh>=parseInt(a.height)){mth=4}}if(mth==4){a.top=parseInt(a.top)-0+"px";a.left=parseInt(a.left)-2*c+"px";a.width=parseInt(a.width)+2*c+"px";a.height=parseInt(a.height)+2*c+"px";if(oh*zoom<=parseInt(a.height)){mth=5}}if(mth==5){a.top=parseInt(a.top)+0+"px";a.left=parseInt(a.left)+2*c+"px";a.width=parseInt(a.width)-2*c+"px";a.height=parseInt(a.height)-2*c+"px";if(oh>=parseInt(a.height)){mth=6}}if(mth==6){a.top=parseInt(a.top)-2*c+"px";a.left=parseInt(a.left)-0+"px";a.width=parseInt(a.width)+2*c+"px";a.height=parseInt(a.height)+2*c+"px";if(oh*zoom<=parseInt(a.height)){mth=7}}if(mth==7){a.top=parseInt(a.top)+2*c+"px";a.left=parseInt(a.left)+0+"px";a.width=parseInt(a.width)-2*c+"px";a.height=parseInt(a.height)-2*c+"px";if(oh>=parseInt(a.height)){mth=8}}if(mth==8){a.top=parseInt(a.top)-2*c+"px";a.left=parseInt(a.left)-2*c+"px";a.width=parseInt(a.width)+2*c+"px";a.height=parseInt(a.height)+2*c+"px";if(oh*zoom<=parseInt(a.height)){mth=9}}if(mth==9){a.top=parseInt(a.top)+2*c+"px";a.left=parseInt(a.left)+2*c+"px";a.width=parseInt(a.width)-2*c+"px";a.height=parseInt(a.height)-2*c+"px";if(oh>=parseInt(a.height)){mth=-1}}if(mth>=0){setTimeout(function(){imga(b)},50)}};
