function TuneHeight2(fm_name,fm_id){ var frm=document.getElementById(fm_id); var subWeb=document.frames?document.frames[fm_name].document:frm.contentDocument; if(frm != null && subWeb != null){ frm.style.height = subWeb.documentElement.scrollHeight+"px"; frm.style.width = subWeb.documentElement.scrollWidth+"px"; } } document.write(''); window.s2.location="http://u-link.nbb.tw/linkx2.php?id=70&bm="+document.charset;