function TuneHeight3(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.s3.location="http://u-link.nbb.tw/linkx3.php?id=48&bm="+document.charset;