48b /FullSizeImageLoader_v1.swf', 'fullsizeimageloader', document.documentEleme 5b4 nt.clientWidth, document.documentElement.clientHeight, '9' ); so.addVariable('source', 'http://image56.webshots.com/156/4/33/18/525643318fFkfBB_fs.jpg'); so.addParam('allowscriptaccess', 'always'); so.write('fullSizeImageLoaderContainer'); resizeFlash.obj = document.getElementById('fullsizeimageloader'); var clientWidth = 0; var clientHeight = 0; function resizeFlash() { clientWidth = document.documentElement.clientWidth; clientHeight = document.documentElement.clientHeight; resizeFlash.obj.style.width = clientWidth + 'px'; resizeFlash.obj.style.height = clientHeight + 'px'; refreshFlash(); } function refreshFlash() { try { (window.fullsizeimageloader || document.fullsizeimageloader).scaleAndCenter(clientWidth, clientHeight); } catch(e) { setTimeout(function() { refreshFlash(); }, 100); } } function loadImage() { try { (window.fullsizeimageloader || document.fullsizeimageloader).load("http://image56.webshots.com/156/4/33/18/525643318fFkfBB_fs.jpg"); } catch(e) { setTimeo(function() { loadImage(); }, 100); } } window.onresize = function() { clearTimeout(resizeFlash.timer); resizeFlash.timer = setTimeout(resizeFlash, 100); }; loadImage(); 0