function showDate(){ date = "2024年4月28日 星期日"; document.write(date); } function showHeader(URL){ document.writeln (""); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln ("
"); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln ("
"); document.writeln (""); document.writeln ("
"); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln ("
"); document.writeln (""); showDate(); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln ("
首页居民企业投资者旅游者
"); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln ("
"); document.writeln (""); document.writeln (""); document.writeln (""); document.writeln ("
"); document.writeln ("
"); } function showBottom(URL){ document.write("") document.write("") document.write("") document.write("") document.write("") document.write("\n"); document.write("") document.write("
\n"); document.write("\n"); document.write("版权所有 ©海南省人民政府网  主办:海南省人民政府办公厅
\n"); document.write("协办:海南省工业和信息化厅 开发维护:海南信息岛技术服务中心
\n"); document.write("法律声明网站地图联系我们琼ICP备05000041号
\n"); document.write("(建议显示屏分辨率调整为 1024 X 768)\n"); document.write("
") }var stationfile="../../data/station.txt"; function checkQuanwenForm(){ if(document.quanwenform.queryString.value=="" || document.quanwenform.searchword.value=="全文检索"){ alert("请填写搜索的关键词!"); document.quanwenform.queryString.focus(); return false; } document.charset='utf-8'; return true; } function showFontSizeSwitch(){ document.write("字体:【 】\n"); } function doZoom(size){ //document.getElementById('neirongText').style.fontSize=size+'px' var content = document.getElementById('neirongText'); doChangeFontSize(content,size) } function doChangeFontSize(content,size){ content.style.fontSize=size+'px'; var all = content.all.length; if (all>0){ for (var i=0; i 760){ img.style.width=760; } return false; }