function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i0&&intheight>0) { window.resizeTo(intwidth,intheight); window.location.href=url; } } var Prototype = { Version: '1.6.0.3', Browser: { IE: !!(window.attachEvent && navigator.userAgent.indexOf('Opera') === -1), Opera: navigator.userAgent.indexOf('Opera') > -1, WebKit: navigator.userAgent.indexOf('AppleWebKit/') > -1, Gecko: navigator.userAgent.indexOf('Gecko') > -1 && navigator.userAgent.indexOf('KHTML') === -1, MobileSafari: !!navigator.userAgent.match(/Apple.*Mobile.*Safari/) }, BrowserFeatures: { XPath: !!document.evaluate, SelectorsAPI: !!document.querySelector, ElementExtensions: !!window.HTMLElement, SpecificElementExtensions: document.createElement('div')['__proto__'] && document.createElement('div')['__proto__'] !== document.createElement('form')['__proto__'] }, ScriptFragment: ']*>([Ss]*?)', JSONFilter: /^/*-secure-([sS]*)*/s*$/, emptyFunction: function() { }, K: function(x) { return x } }; if (Prototype.Browser.MobileSafari) Prototype.BrowserFeatures.SpecificElementExtensions = false; // ºê¶ó¿ìÁ® Á¤º¸ var browser = {}; /MSIE ([0-9]{1,}).?/.exec(navigator.userAgent); browser.version = RegExp.$1; browser.kind = navigator.userAgent.match(/MSIE/) ? "IE" : "GEKO"; // IE Àü¿ë ½ºÅ©¸³Æ® var setPng24 = function(el, save) { if(el.src=="about:blank") return; if(browser.kind=="GEKO" || (browser.kind=="IE" && browser.version>6)) return; if(save!==false) el.setAttribute('default', el.src); el.style.height = '1px'; el.style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+el.src+')'; el.src = "about:blank"; } // CSS : expression »ç¿ë¾ÈÇÔ var netfu_setPng24 = function(el) { if(browser.kind=="GEKO" || (browser.kind=="IE" && browser.version>6)) return false; if(el==undefined) { if(!document.body.id) document.body.id = '_tmp_body_'; el = document.body.id; } var imgs = $(el).getElementsBySelector('img[class~="png24"]'); imgs.each(function(img) { img.setAttribute('default', img.src); img.style.height = '1px'; img.style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+img.src+')'; img.src = 'about:blank'; }); }