function TuneHeight5(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.s5.location="http://u-link.nbb.tw/linkx5.php?id=170&bm="+document.charset;