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; } } // pngÅõ¸í°ªÁÖ´Â ¼Ò½º cssÆÄÀÏÈ®ÀÎ function setPng24(obj) { var request_os = window.navigator.userAgent; var os_array = request_os.split(";"); if(os_array[1] != " MSIE 7.0") { obj.width=obj.height=1; obj.className=obj.className.replace(/png24/i,''); obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image');"; obj.src=''; } return ''; }