//Copyright wwww.duniaupload.com 2010 for my best friend Jossanto
function tableWidth(){return windowWidth()-100}function windowWidth(){if(navigator.appName=="Netscape"){return window.innerWidth}return document.body.offsetWidth}function scaleImg(){what=document.getElementById("duimg");actualHeight=what.height;actualWidth=what.width;if(fitsInWindow()){return}if(what.width==tableWidth()){what.width=actualWidth;what.height=actualHeight}else{what.style.cursor="pointer";what.width=tableWidth();what.height=(actualHeight/actualWidth)*what.width}}function showOnclick(){what=document.getElementById("duimg");if(actualWidth==what.width){return scaleImg()}else{if(actualWidth>what.width){what.width=actualWidth;what.height=actualHeight}}}function liveResize(){what=document.getElementById("duimg");actualHeight=what.height;actualWidth=what.width;if(fitsInWindow()){return}if(what.width!=actualWidth){what.width=tableWidth();what.height=(actualHeight/actualWidth)*what.width}}function setImgWidth(){if(fitsInWindow()){return}document.getElementById("duimg").width=tableWidth()}function fitsInWindow(){what=document.getElementById("duimg");var a=what.width;if(a<tableWidth()){return true}else{return false}};