﻿// JavaScript Document

var nonie4 = "noneie.htm";
//设置非ie4++以上版本浏览器的连接页面；因为改菜单只适用于IE4++；
var bAnimate = true;
//是否动态展开效果true false
var nStep = 20;
//动态效果速度
var nDelay = 20;
//动态效果延迟时间
var nChunk; 
var useragent = navigator.userAgent;


//主函数,3个参数分别是ID标志，x,y轴坐标；
function doMenu(id, x, y) {
var thisMenu = document.all(id);


if (thisMenu == AnimatedMenu) {
window.event.cancelBubble = true;
return false;
}


if (AnimatedMenu != null) AnimatedMenu.style.display = "none";

window.event.cancelBubble = true;

// 设置MENU的位置坐标

if( x < 0) {
x = document.body.clientWidth + x;
}
thisMenu.style.left = x;
thisMenu.style.top = y;
document.body.clientWidth 

AnimatedMenu = thisMenu;

if (bAnimate) {
// 如果前面设置了动态显示，先初始化一些参数；
thisMenu.style.clip = "rect(0 0 0 0)";
thisMenu.style.display = "block";
nChunk = nStep;
window.setTimeout("showMenu()", nDelay);
}
else {
// 不是动态显示，仅显示之；
AnimatedMenu.style.display = "";
}
}

function showMenu() {
AnimatedMenu.style.clip = "rect(0 "+ nChunk + "% " + nChunk + "% 0)"
nChunk += nStep;
nChunk<=100?window.setTimeout("showMenu()",nDelay):null 
}

function hideMenu(){
AnimatedMenu.style.display = "none";
AnimatedMenu = StartMenu;
window.event.cancelBubble = true;
}

function keepMenu(){
window.event.cancelBubble = true;
}

document.onmouseover = hideMenu; 


document.writeln("<style type=\'text\/css\'>");
document.writeln(".menu a:link , .menu a:visited {text-decoration:none;display:block;color:#F38058;font-size:16px;font-weight:bold;height:35px;line-height:35px;filter: DropShadow(Color=#000000, OffX=0, OffY=0);}");
document.writeln(".menu a:hover , .menu  {text-decoration:none;display:block;color:#F38058;font-size:16px;font-weight:bold;background-repeat:no-repeat;background-position:center;height:35px;line-height:35px;}");
document.writeln(".menu_index a:link , .menu_index a:visited {text-decoration: none;display:block;color: #F38058;font-size:16px;font-weight:bold;height:35px;line-height:35px;width:55px;filter: DropShadow(Color=#000000, OffX=0, OffY=0);}");
document.writeln(".menu_index a:hover , .menu_index a:active {text-decoration: none;display:block;color: #006600;font-size:16px;font-weight:bold;background-repeat:no-repeat;background-position:center;height:35px;line-height:35px;width:55px;}");
document.writeln(" ");
document.writeln("\/* 二级菜单 *\/");
document.writeln(".menu_2 a:link , .menu_2 a:visited {text-decoration: none;color: #187218;}");
document.writeln(".menu_2 a:hover , .menu_2 a:active {text-decoration: underline;	color: #2F589D;}");
document.writeln(".menu_2_red a:link , .menu_2_red a:visited {text-decoration: none;color: #CE4D06;}");
document.writeln(".menu_2_red a:hover , .menu_2_red a:active {text-decoration: underline;color: #2F589D;}");
document.writeln("<\/style>")



document.writeln("<span id=\'StartMenu\' style=\"display:none; position:absolute;\"><\/span>");
document.writeln("	<table width=\"100%\" height=\"35\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("      <tr>");
document.writeln("        <td align=\"center\" class=\"menu_index\"><a href=\"\/gyszx\/720575940379279360\">首页<\/a><\/td>");
document.writeln("        <td  align=\"center\" background=\"http:\/\/www.gygov.gov.cn\/TLimages\/gygov\/root\/menu_bgline.gif\" class=\"menu\"><a onMouseover=\"x=0;y=0;el=this;while(el){x += el.offsetLeft;y += el.offsetTop;el=el.offsetParent;};doMenu(\'menu1\', x+1, y+15)\">政协概况<\/a><\/td>");
document.writeln("        <td  align=\"center\" background=\"http:\/\/www.gygov.gov.cn\/TLimages\/gygov\/root\/menu_bgline.gif\" class=\"menu\"><a  onMouseover=\"x=0;y=0;el=this;while(el){x += el.offsetLeft;y += el.offsetTop;el=el.offsetParent;};doMenu(\'menu2\', x+1, y+18)\">动态新闻<\/a><\/td>");
document.writeln("        <td  align=\"center\" background=\"http:\/\/www.gygov.gov.cn\/TLimages\/gygov\/root\/menu_bgline.gif\" class=\"menu\"><a href='/\gyszx\/721983315262832640' onMouseover=\"x=0;y=0;el=this;while(el){x += el.offsetLeft;y += el.offsetTop;el=el.offsetParent;};doMenu(\'menu3\', x+1, y+25)\">政协提案<\/a><\/td>");
document.writeln("        <td  align=\"center\" background=\"http:\/\/www.gygov.gov.cn\/TLimages\/gygov\/root\/menu_bgline.gif\" class=\"menu\"><a href='\/gyszx\/722546265216253952' onMouseover=\"x=0;y=0;el=this;while(el){x += el.offsetLeft;y += el.offsetTop;el=el.offsetParent;};doMenu(\'menu4\', x+1, y+25)\">视察调研<\/a><\/td>");
document.writeln("        <td  align=\"center\" background=\"http:\/\/www.gygov.gov.cn\/TLimages\/gygov\/root\/menu_bgline.gif\" class=\"menu\"><a href='\/gyszx\/727612814797045760' onMouseover=\"x=0;y=0;el=this;while(el){x += el.offsetLeft;y += el.offsetTop;el=el.offsetParent;};doMenu(\'menu5\', x+1, y+25)\">机关工作<\/a><\/td>");
document.writeln("        <td  align=\"center\" background=\"http:\/\/www.gygov.gov.cn\/TLimages\/gygov\/root\/menu_bgline.gif\" class=\"menu\"><a onMouseover=\"x=0;y=0;el=this;while(el){x += el.offsetLeft;y += el.offsetTop;el=el.offsetParent;};doMenu(\'menu6\', x+1, y+18)\">互动专题<\/a><\/td>");
document.writeln("        <td  align=\"center\" background=\"http:\/\/www.gygov.gov.cn\/TLimages\/gygov\/root\/menu_bgline.gif\" class=\"menu\"><a href=\"/\gyszx\/725923964936781824\">网站地图<\/a><\/td>");
document.writeln("       ");
document.writeln("      <\/tr>");
document.writeln("    <\/table>");
document.writeln("");

var AnimatedMenu =StartMenu;

document.writeln("");
document.writeln("<SPAN ID=\"menu1\" onMouseover=\"keepMenu();\" CLASS=\"menubox\" STYLE=\"display:none; position:absolute; width: 144px;\">");
document.writeln("<!-- 二级菜单 【林城贵阳】 start -->");
document.writeln("<table width=\"100\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\" bgcolor=\"#653825\" style=\"border:#F37B2C 0px solid;\">");
document.writeln("  <tr>");
document.writeln("    <td valign=\"top\" bgcolor=\"#F2F9F0\">");
document.writeln("	");
document.writeln("	<table width=\"100\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"3\" style=\"margin:5px 0 5px 0\">");
document.writeln("          <tr>");
document.writeln("            <td height=\"21\" align=\"center\"><a href='\/gyszx\/720857415355990016'>走进政协<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("          <tr>");
document.writeln("            <td height=\"21\" align=\"center\"><a href='\/gyszx\/721138890332700672'>政协资料<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("          <tr>");
document.writeln("            <td height=\"21\" align=\"center\"><a href='\/gyszx\/727049864843624448'>知情参政<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("          ");
document.writeln("      <\/table>");
document.writeln("	");
document.writeln("	");
document.writeln("	<\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table><!-- 二级菜单 【林城贵阳】 end -->");
document.writeln("<\/SPAN>");
document.writeln("");
document.writeln("");
document.writeln("<SPAN ID=\"menu2\" onMouseover=\"keepMenu();\" CLASS=\"menubox\" STYLE=\"display:none; position:absolute; width: 231px;\">");
document.writeln("<!-- 二级菜单 【信息公开】 start -->");
document.writeln("<table width=\"230\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\" bgcolor=\"#653825\" style=\"border:#653825;\">");
document.writeln("  <tr>");
document.writeln("    <td width=\"301\" valign=\"top\" bgcolor=\"#F2F9F0\"><table width=\"193\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"3\" style=\"margin:5px 0 0 0\">");
document.writeln("      <tr>");
document.writeln("        <td width=\"85\" height=\"21\" align=\"left\"><a href='\/gyszx\/721420365309411328'>新闻动态<\/a><\/td>");
document.writeln("        <td width=\"99\" align=\"left\"><a href='\/gyszx\/724516590053228544'>音视频新闻<\/a><\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"21\" align=\"left\"><a href='\/gyszx\/721701840286121984'>重要会议<\/a><\/td>");
document.writeln("        <td align=\"left\"><a href='\/gyszx\/723390690146385920'>民主党派工商联<\/a><\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"21\" align=\"left\"><a href='\/gyszx\/723109215169675264'>区市县政协<\/a><\/td>");
document.writeln("        <td align=\"left\"><a href='\/gyszx\/723672165123096576'>委员之家<\/a><\/td>");
document.writeln("      <\/tr>");
document.writeln("    <\/table>	<\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
document.writeln("<!-- 二级菜单 【信息公开】 end -->");
document.writeln("<\/SPAN>");
document.writeln("");
document.writeln("");
document.writeln("<SPAN ID=\"menu3\" onMouseover=\"keepMenu();\" CLASS=\"menubox\" STYLE=\"display:none; position:absolute; left: 196px;\">");
document.writeln("<!-- 二级菜单 【网上办事】 start -->");
document.writeln("<table width=\"236\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\" bgcolor=\"#653825\" style=\"border:#F37B2C 0px solid;\">");
document.writeln("  <tr>");
document.writeln("    <td width=\"230\" valign=\"top\" bgcolor=\"#F2F9F0\"><table width=\"197\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"4\" style=\"margin:5px 0 5px 0\">");
document.writeln("      <tr>");
document.writeln("        <td width=\"115\" height=\"21\" align=\"left\"><a href='\/gyszx\/721984414774460416'>提案知识<\/a><\/td>");
document.writeln("        <td width=\"115\" align=\"left\"><a href='\/gyszx\/721985514286088192'>提案制度<\/a><\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"21\" align=\"left\"><a href='\/gyszx\/721986613797715968'>提案工作信息<\/a><\/td>");
document.writeln("        <td align=\"left\"><a href='\/gyszx\/721987713309343744'>工作动态<\/a><\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"21\" align=\"left\"><a href='\/gyszx\/721989912332599296'>提案选登<\/a><\/td>");
document.writeln("        <td align=\"left\"><a href='\/gyszx\/721988812820971520'>网上提案<\/a><\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"21\" align=\"left\"><a href='\/gyszx\/721991011844227072'>提案点评<\/a><\/td>");
document.writeln("        <td align=\"left\">&nbsp;<\/td>");
document.writeln("      <\/tr>");
document.writeln("    <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
document.writeln("<!-- 二级菜单 【网上办事】 end -->");
document.writeln("<\/SPAN>");
document.writeln("");
document.writeln("");
document.writeln("<SPAN ID=\"menu4\" onMouseover=\"keepMenu();\" CLASS=\"menubox\" STYLE=\"display:none; position:absolute; width: 149px;\">");
document.writeln("<!-- 二级菜单 【政民互动】 start -->");
document.writeln("<table width=\"100\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\" bgcolor=\"#653825\" style=\"border:#F37B2C 0px solid;\">");
document.writeln("  <tr>");
document.writeln("    <td width=\"100\" valign=\"top\" bgcolor=\"#F2F9F0\"><table width=\"100\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"4\" style=\"margin:5px 0 5px 0\">");
document.writeln("      <tr>");
document.writeln("        <td width=\"100\" height=\"21\" align=\"center\"><a href='\/gyszx\/722547364727881728'>建言立论<\/a><\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"21\" align=\"center\"><a href='\/gyszx\/722548464239509504'>专委会动态<\/a><\/td>");
document.writeln("      <\/tr>");
document.writeln("    <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
document.writeln("<!-- 二级菜单 【政民互动】 end -->");
document.writeln("<\/SPAN>");
document.writeln("");
document.writeln("");

document.writeln("<SPAN ID=\"menu5\" onMouseover=\"keepMenu();\" CLASS=\"menubox\" STYLE=\"display:none; position:absolute; left: 221px;\">");
document.writeln("<!-- 二级菜单 【公共服务】 start -->");
document.writeln("<table width=\"100\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\" bgcolor=\"#653825\" style=\"border:#F37B2C 0px solid;\">");
document.writeln("  <tr>");
document.writeln("    <td width=\"100\" valign=\"top\" bgcolor=\"#F2F9F0\"><table width=\"92\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"4\" style=\"margin:5px 0 5px 0\">");
document.writeln("      <tr>");
document.writeln("        <td width=\"84\" height=\"21\" align=\"center\"><a href='\/gyszx\/727615013820301312'>机关党建<\/a><\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"21\" align=\"center\"><a href='\/gyszx\/720865111937384448'>秘书园地<\/a><\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"21\" align=\"center\"><a href='\/gyszx\/721987713309343744'>工作动态<\/a><\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"21\" align=\"center\"><a href='\/gyszx\/721429161402433536'>友好往来<\/a><\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"21\" align=\"center\"><a href='\/gyszx\/727618312355184640'>老干工作<\/a><\/td>");
document.writeln("      <\/tr>");
document.writeln("    <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
document.writeln("<!-- 二级菜单 【公共服务】 end -->");
document.writeln("<\/SPAN>");
document.writeln("");
document.writeln("")
document.writeln("<SPAN ID=\"menu6\" onMouseover=\"keepMenu();\" CLASS=\"menubox\" STYLE=\"display:none; position:absolute; left: 221px;\">");
document.writeln("<!-- 二级菜单 【公共服务】 start -->");
document.writeln("<table width=\"100\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\" bgcolor=\"#653825\" style=\"border:#F37B2C 0px solid;\">");
document.writeln("  <tr>");
document.writeln("    <td width=\"100\" valign=\"top\" bgcolor=\"#F2F9F0\"><table width=\"92\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"4\" style=\"margin:5px 0 5px 0\">");
document.writeln("      <tr>");
document.writeln("        <td width=\"84\" height=\"21\" align=\"center\"><a href='\/gyszx\/726768389866913792'>专题报道<\/a><\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td height=\"21\" align=\"center\"><a href='http://219.141.18.71/zxbbs/forum/index.jsp'>互动专栏<\/a><\/td>");
document.writeln("      <\/tr>");
document.writeln("    <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
document.writeln("<!-- 二级菜单 【公共服务】 end -->");
document.writeln("<\/SPAN>");
document.writeln("");
document.writeln("")
