﻿document.writeln("<script type=\"text\/javascript\">");
document.writeln("	var changeInfoNum;");
document.writeln("function changeInfo(no)");
document.writeln("{	");
document.writeln("");
document.writeln("		");
document.writeln("		if(no ==1)");
document.writeln("		{		    ");
document.writeln("		 ");
document.writeln("			document.getElementById(\"sy_tag\").className = \"p14_black_bold\";");
document.writeln("			document.getElementById(\"zfxxgk_tag\").className = \"p14_white_c\";");
document.writeln("			document.getElementById(\"wsbs_tag\").className = \"p14_white_c\";");
document.writeln("			document.getElementById(\"gzcy_tag\").className = \"p14_white_c\";");
document.writeln("			document.getElementById(\"gkzx_tag\").className = \"p14_white_c\";");
document.writeln("			");
document.writeln("			document.getElementById(\"sy_table\").style.display = \"\";		");
document.writeln("			document.getElementById(\"zfxxgk_table\").style.display = \"none\";		 ");
document.writeln("			document.getElementById(\"wsbs_table\").style.display = \"none\";");
document.writeln("			document.getElementById(\"gzcy_table\").style.display = \"none\";		 ");
document.writeln("			document.getElementById(\"gkzx_table\").style.display = \"none\";");
document.writeln("			");
document.writeln("							");
document.writeln("	    }");
document.writeln("		if(no ==2)");
document.writeln("		{		    ");
document.writeln("		 ");
document.writeln("			document.getElementById(\"sy_tag\").className = \"p14_white_c\";");
document.writeln("			document.getElementById(\"zfxxgk_tag\").className = \"p14_black_bold\";");
document.writeln("			document.getElementById(\"wsbs_tag\").className = \"p14_white_c\";");
document.writeln("			document.getElementById(\"gzcy_tag\").className = \"p14_white_c\";");
document.writeln("			document.getElementById(\"gkzx_tag\").className = \"p14_white_c\";");
document.writeln("			");
document.writeln("			document.getElementById(\"sy_table\").style.display = \"none\";	");
document.writeln("			document.getElementById(\"zfxxgk_table\").style.display = \"\";		 ");
document.writeln("			document.getElementById(\"wsbs_table\").style.display = \"none\";");
document.writeln("			document.getElementById(\"gzcy_table\").style.display = \"none\";		 ");
document.writeln("			document.getElementById(\"gkzx_table\").style.display = \"none\";");
document.writeln("			");
document.writeln("							");
document.writeln("	    }");
document.writeln("			if(no ==3)");
document.writeln("		{		    ");
document.writeln("		 ");
document.writeln("			document.getElementById(\"sy_tag\").className = \"p14_white_c\";");
document.writeln("			document.getElementById(\"zfxxgk_tag\").className = \"p14_white_c\";");
document.writeln("			document.getElementById(\"wsbs_tag\").className = \"p14_black_bold\";");
document.writeln("			document.getElementById(\"gzcy_tag\").className = \"p14_white_c\";");
document.writeln("			document.getElementById(\"gkzx_tag\").className = \"p14_white_c\";");
document.writeln("			");
document.writeln("			document.getElementById(\"sy_table\").style.display = \"none\";				");
document.writeln("			document.getElementById(\"zfxxgk_table\").style.display =\"none\";		 ");
document.writeln("			document.getElementById(\"wsbs_table\").style.display = \"\";");
document.writeln("			document.getElementById(\"gzcy_table\").style.display = \"none\";		 ");
document.writeln("			document.getElementById(\"gkzx_table\").style.display = \"none\";");
document.writeln("			");
document.writeln("							");
document.writeln("	    }");
document.writeln("		if(no ==4)");
document.writeln("		{		    ");
document.writeln("		 ");
document.writeln("			document.getElementById(\"sy_tag\").className = \"p14_white_c\";");
document.writeln("			document.getElementById(\"zfxxgk_tag\").className = \"p14_white_c\";");
document.writeln("			document.getElementById(\"wsbs_tag\").className = \"p14_white_c\";");
document.writeln("			document.getElementById(\"gzcy_tag\").className = \"p14_black_bold\";");
document.writeln("			document.getElementById(\"gkzx_tag\").className = \"p14_white_c\";");
document.writeln("			");
document.writeln("			document.getElementById(\"sy_table\").style.display = \"none\";				");
document.writeln("			document.getElementById(\"zfxxgk_table\").style.display = \"none\";		 ");
document.writeln("			document.getElementById(\"wsbs_table\").style.display = \"none\";");
document.writeln("			document.getElementById(\"gzcy_table\").style.display = \"\";		 ");
document.writeln("			document.getElementById(\"gkzx_table\").style.display = \"none\";");
document.writeln("			");
document.writeln("							");
document.writeln("	    }");
document.writeln("		if(no ==5)");
document.writeln("		{		    ");
document.writeln("		 ");
document.writeln("			document.getElementById(\"sy_tag\").className = \"p14_white_c\";");
document.writeln("			document.getElementById(\"zfxxgk_tag\").className = \"p14_white_c\";");
document.writeln("			document.getElementById(\"wsbs_tag\").className = \"p14_white_c\";");
document.writeln("			document.getElementById(\"gzcy_tag\").className = \"p14_white_c\";");
document.writeln("			document.getElementById(\"gkzx_tag\").className = \"p14_black_bold\";");
document.writeln("			");
document.writeln("			document.getElementById(\"sy_table\").style.display = \"none\";				");
document.writeln("			document.getElementById(\"zfxxgk_table\").style.display = \"none\";		 ");
document.writeln("			document.getElementById(\"wsbs_table\").style.display = \"none\";");
document.writeln("			document.getElementById(\"gzcy_table\").style.display = \"none\";		 ");
document.writeln("			document.getElementById(\"gkzx_table\").style.display = \"\";");
document.writeln("			");
document.writeln("							");
document.writeln("	    }");
document.writeln("	");
document.writeln("	");
document.writeln("		");
document.writeln("}");
document.writeln("");
document.writeln("function setDelayTime(no,Dtime){");
document.writeln("	changeInfoNum=setTimeout(\"changeInfo(\"+no+\")\",Dtime);");
document.writeln("}");
document.writeln("");
document.writeln("function setClearnTime(){");
document.writeln("	clearTimeout(changeInfoNum);");
document.writeln("}");
document.writeln("<\/script>");
document.writeln("<script src=\"http://www.portxiamen.gov.cn:86/\Services/\Counter.jsp?Type=Total&ID=216&args=total_hit\" type=\"text/\javascript\"><\/script>");
document.writeln("<table width=\"1000\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td valign=\"top\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("      <tr>");
document.writeln("        <td height=\"150\" background=\"\/images\/header_banner.jpg\">&nbsp;<\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td valign=\"top\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("          <tr>");
document.writeln("            <td height=\"38\" valign=\"top\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("              <tr>");
document.writeln("                <td width=\"21\" height=\"38\" background=\"\/images\/bg9.gif\">&nbsp;<\/td>");
document.writeln("                <td  class=\"p14_white_c\" width=\"100\" id=sy_tag onmouseover=setDelayTime(1,100) style=\"CURSOR: hand\" onmouseout=setClearnTime()><a href=\"\/index.htm\">首页<\/a><\/td>");
document.writeln("                <td width=\"8\" background=\"\/images\/bg10.gif\">&nbsp;<\/td>");
document.writeln("                <td width=\"100\"  class=\"p14_white_c\" id=zfxxgk_tag onmouseover=setDelayTime(2,100) style=\"CURSOR: hand\" onmouseout=setClearnTime()><a href=\"\/zhfxxgk\/\">政府信息公开<\/a><\/td>");
document.writeln("                <td width=\"8\" background=\"\/images\/bg10.gif\">&nbsp;<\/td>");
document.writeln("                <td width=\"100\" class=\"p14_white_c\" id=wsbs_tag onmouseover=setDelayTime(3,100) style=\"CURSOR: hand\" onmouseout=setClearnTime()><a href=\"\/wshbsh\/\">网上办事<\/a><\/td>");
document.writeln("                <td width=\"8\" background=\"\/images\/bg10.gif\">&nbsp;<\/td>");
document.writeln("                <td width=\"100\"  class=\"p14_white_c\" id=gzcy_tag onmouseover=setDelayTime(4,100) style=\"CURSOR: hand\" onmouseout=setClearnTime()><a href=\"\/gzhcy\/\">政民互动<\/a><\/td>");
document.writeln("                <td width=\"8\" background=\"\/images\/bg10.gif\">&nbsp;<\/td>");
document.writeln("                <td width=\"100\"  class=\"p14_white_c\" id=gkzx_tag onmouseover=setDelayTime(5,100) style=\"CURSOR: hand\" onmouseout=setClearnTime()><a href=\"\/gkzx\/\">港口资讯<\/a><\/td>");
document.writeln("                <td width=\"134\" class=\"p14_white_c\"><a href=\"http://www.portxiamen.gov.cn:85\" style=\"color:#ffffff;\" target=\"_blank\">旧版回顾<\/a><\/td>");
document.writeln("				<td width=\"100\" background=\"\/images\/bg9.gif\"><\/td>");
document.writeln("				<td class=\"p14_white_c\">");
document.writeln("				<SCRIPT language=JavaScript>");
document.writeln("<!---");
document.writeln("today=new Date();");
document.writeln("var hours = today.getHours();");
document.writeln("var minutes = today.getMinutes();");
document.writeln("var seconds = today.getSeconds();");
document.writeln("function initArray(){");
document.writeln("this.length=initArray.arguments.length");
document.writeln("for(var i=0;i<this.length;i++)");
document.writeln("this[i+1]=initArray.arguments[i] }");
document.writeln("var d=new initArray(\"星期日\",\"星期一\",\"星期二\",\"星期三\",\"星期四\",\"星期五\",\"星期六\");");
document.writeln("document.write(today.getYear(),\"年\",today.getMonth()+1,\"月\",today.getDate(),\"日 \",d[today.getDay()+1]);");
document.writeln("\/\/-->");
document.writeln("<\/SCRIPT>");
document.writeln("				<\/td>");
document.writeln("                <td background=\"\/images\/bg9.gif\">&nbsp;<\/td>");
document.writeln("              <\/tr>");
document.writeln("            <\/table><\/td>");
document.writeln("          <\/tr>");
document.writeln("          <tr>");
document.writeln("            <td  valign=\"top\" height=\"30\" background=\"\/images\/bg12.gif\">");
document.writeln("			<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"sy_table\">");
document.writeln("			<tr><td height=\"5\"><\/td><\/tr>");
document.writeln(" <form action=\"http:\/\/www.portxiamen.gov.cn:86\/Search\/Result.jsp\" target=\"_blank\" name=\"qform\" id=\"qform\">");
document.writeln("  <tr>");
document.writeln("  <td width=\"10\"><\/td>");
document.writeln("    <td valign=\"middle\">全文检索：");
document.writeln("    <input name=\"query\" type=\"text\" id=\"query\" class=\"zjj_header_search_input\" \/><\/td>");
document.writeln("	<input type=\"hidden\" name=\"site\" value=\"216\" \/>");
document.writeln("    <td  style=\"padding-top:2px\"><input name=\"\" type=\"image\" src=\"\/images\/ico_ss.gif\"  align=\"middle\"\/><\/td>");
document.writeln("    <td  style=\"padding-top:2px\"><a href=\"http:\/\/www.portxiamen.gov.cn:86\/Search\/AdvanceResult.jsp\" target=\"_blank\"><img src=\"http:\/\/www.portxiamen.gov.cn\/images\/ico_gjss.gif\" border=\"0\"><\/a><\/td>");
document.writeln("    <td  style=\"padding-top:2px\" width=\"600\"> <\/td>");
document.writeln("  <\/tr>");
document.writeln("  <\/form>");
document.writeln("<\/table>");
document.writeln("			<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=zfxxgk_table   style=\"display:none;\">");
document.writeln("              <tr>");
document.writeln("                <td width=\"22\" height=\"30\">&nbsp;<\/td>");
document.writeln("                <td width=\"122\" class=\"p14_c\"><a href=\"\/zhfxxgk\/zhfxxgkzhn\/\" class=\"a14\">政府信息公开指南<\/a><\/td>");
document.writeln("                <td width=\"141\" class=\"p14_c\"><a href=\"\/zhfxxgk\/zhfxxgkml\/\" class=\"a14\">政府信息公开目录<\/a><\/td>");
document.writeln("                <td width=\"118\" class=\"p14_c\"><a href=\"\/zhfxxgk\/xxgkzhd\/\" class=\"a14\">信息公开制度<\/a><\/td>");
document.writeln("                <td width=\"143\" class=\"p14_c\"><a href=\"\/zhfxxgk\/xxgkndbg\/\" class=\"a14\">信息公开年度报告<\/a><\/td>");
document.writeln("                <td width=\"84\" class=\"p14_c\"><a href=\"\/zhfxxgk\/yshqgk\/\" class=\"a14\">依申请公开<\/a><\/td>");
document.writeln("                <td width=\"134\" class=\"p14_c\"><a href=\"\/zhfxxgk/zhfxxgkyjx/index.htm\" class=\"a14\">政府信息公开意见箱<\/a><\/td>");
document.writeln("                <td width=\"236\">&nbsp;<\/td>");
document.writeln("              <\/tr>");
document.writeln("            <\/table>");
document.writeln("			<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=wsbs_table style=\"display:none;\">");
document.writeln("              <tr>");
document.writeln("                <td width=\"22\" height=\"30\">&nbsp;<\/td>");
document.writeln("                <td width=\"90\" class=\"p14_c\"><a href=\"\/wshbsh\/bshzhn\/\" class=\"a14\">办事指南<\/a><\/td>");
document.writeln("                <td width=\"90\" class=\"p14_c\"><a href=\"\/wshbsh\/bgxz\/\" class=\"a14\">表格下载<\/a><\/td>");
document.writeln("				 <td width=\"90\" class=\"p14_c\"><a href=\"\/wshbsh\/ywzx\/\" class=\"a14\">业务资讯<\/a><\/td>");
document.writeln("				  <td width=\"90\" class=\"p14_c\"><a href=\"\/wshbsh\/wshshb\/\" class=\"a14\">网上申报<\/a><\/td>");
document.writeln("				   <td width=\"90\" class=\"p14_c\"><a href=\"\/wshbsh\/wshshp\/\" class=\"a14\">网上审批<\/a><\/td>");
document.writeln("                <td width=\"90\">&nbsp;<\/td>");
document.writeln("                <td width=\"90\">&nbsp;<\/td>");
document.writeln("                <td>&nbsp;<\/td>");
document.writeln("              <\/tr>");
document.writeln("            <\/table>");
document.writeln("			<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=gzcy_table  style=\"display:none;\">");
document.writeln("              <tr>");
document.writeln("                <td width=\"22\" height=\"30\">&nbsp;<\/td>");
document.writeln("                <td width=\"90\" class=\"p14_c\"><a href=\"\/gzhcy\/jzhxx\/\" class=\"a14\">局长信箱<\/a><\/td>");
document.writeln("                <td width=\"90\" class=\"p14_c\"><a href=\"\/gzhcy\/zxzx\/\" class=\"a14\">在线咨询<\/a><\/td>");
document.writeln("                <td width=\"90\" class=\"p14_c\"><a href=\"\/gzhcy\/tsjb\/\" class=\"a14\">投诉举报<\/a><\/td>");
document.writeln("                <td width=\"90\" class=\"p14_c\"><a href=\"\/gzhcy\/zxft\/\" class=\"a14\">在线访谈<\/a><\/td>");
document.writeln("                <td width=\"90\" class=\"p14_c\"><a href=\"\/gzhcy\/wshdch\/\" class=\"a14\">网上调查<\/a><\/td>");
document.writeln("                <td width=\"90\" class=\"p14_c\"><a href=\"\/gzhcy\/bmfw\/\" class=\"a14\">便民服务<\/a><\/td>");
document.writeln("                <td>&nbsp;<\/td>");
document.writeln("              <\/tr>");
document.writeln("            <\/table>");
document.writeln("			<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=gkzx_table   style=\"display:none;\">");
document.writeln("              <tr>");
document.writeln("                <td width=\"22\" height=\"30\">&nbsp;<\/td>");
document.writeln("                <td width=\"90\" class=\"p14_c\"><a href=\"\/gkzx\/gkjj\/\"  class=\"a14\">港口简介<\/a><\/td>");
document.writeln("                <td width=\"90\" class=\"p14_c\"><a href=\"\/gkzx\/gkgh\/\"  class=\"a14\">港口规划<\/a><\/td>");
document.writeln("                <td width=\"90\" class=\"p14_c\"><a href=\"\/gkzx\/gkxw\/\"  class=\"a14\">港口新闻<\/a><\/td>");
document.writeln("                <td width=\"90\" class=\"p14_c\"><a href=\"\/gkzx\/shpdb\/\"  class=\"a14\">视频点播<\/a><\/td>");
document.writeln("                <td width=\"90\" class=\"p14_c\"><a href=\"\/gkzx\/gkgb\/\"  class=\"a14\">港口公报<\/a><\/td>");
document.writeln("				<td width=\"90\" class=\"p14_c\"><a href=\"\/gkzx\/gkfg\/\"  class=\"a14\">港口风光<\/a><\/td>");
document.writeln("				<td width=\"90\" class=\"p14_c\"><a href=\"\/gkzx\/zhtlm\/\"  class=\"a14\">专题栏目<\/a><\/td>");
document.writeln("				<td width=\"95\" class=\"p14_c\"><a href=\"\/gkzx\/shmgjb\/\"  class=\"a14\">厦门港简报<\/a><\/td>");
document.writeln("                <td>&nbsp;<\/td>");
document.writeln("              <\/tr>");
document.writeln("            <\/table>");
document.writeln("			<\/td>");
document.writeln("          <\/tr>");
document.writeln("        <\/table><\/td>");
document.writeln("      <\/tr>");
document.writeln("    <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>")
