﻿/**
 * 广州市软件协会网站头部
**/
document.writeln("<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD XHTML 1.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-transitional.dtd\">");
document.writeln("<html xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\">");
document.writeln("<head>");
document.writeln("<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>");
document.writeln("<meta name=\"keywords\" content=\"\" \/>");
document.writeln("<meta name=\"description\" content=\"\" \/>");
document.writeln("<title><\/title>");
document.writeln("<link href=\"css\/css2.css\" rel=\"stylesheet\" type=\"text\/css\" \/>");
document.writeln("<script>");
document.writeln("\/\/初始化");
document.writeln("var def=\"1\";");
document.writeln("function mover(object){");
document.writeln("  \/\/主菜单");
document.writeln("  var mm=document.getElementById(\"m_\"+object);");
document.writeln("  mm.className=\"m_li_a\";");
document.writeln("  \/\/初始主菜单先隐藏效果");
document.writeln("  if(def!=0){");
document.writeln("    var mdef=document.getElementById(\"m_\"+def);");
document.writeln("    mdef.className=\"m_li\";");
document.writeln("  }");
document.writeln("  \/\/子菜单");
document.writeln("  var ss=document.getElementById(\"s_\"+object);");
document.writeln("  ss.style.display=\"block\";");
document.writeln("  \/\/初始子菜单先隐藏效果");
document.writeln("  if(def!=0){");
document.writeln("    var sdef=document.getElementById(\"s_\"+def);");
document.writeln("    sdef.style.display=\"none\";");
document.writeln("  }");
document.writeln("}");
document.writeln("");
document.writeln("function mout(object){");
document.writeln("  \/\/主菜单");
document.writeln("  var mm=document.getElementById(\"m_\"+object);");
document.writeln("  mm.className=\"m_li\";");
document.writeln("  \/\/初始主菜单还原效果");
document.writeln("  if(def!=0){");
document.writeln("    var mdef=document.getElementById(\"m_\"+def);");
document.writeln("    mdef.className=\"m_li_a\";");
document.writeln("  }");
document.writeln("  \/\/子菜单");
document.writeln("  var ss=document.getElementById(\"s_\"+object);");
document.writeln("  ss.style.display=\"none\";");
document.writeln("  \/\/初始子菜单还原效果");
document.writeln("  if(def!=0){");
document.writeln("    var sdef=document.getElementById(\"s_\"+def);");
document.writeln("    sdef.style.display=\"block\";");
document.writeln("  }");
document.writeln("}");
document.writeln("<\/script>");
document.writeln("<\/head>");
document.writeln("<body>");
document.writeln("");
document.writeln("<div id=\"menu\">");
document.writeln("  <ul>");
document.writeln("    <li id=\"m_1\" class=\'m_li_a\'><a href=\"/index.htm\">网站首页<\/a><\/li>");
document.writeln("    <li id=\"m_2\" class=\'m_li\' onmouseover=\'mover(2);\' onmouseout=\'mout(2);\'><a href=\"#\">新闻中心<\/a><\/li>");
document.writeln("    <li id=\"m_3\" class=\'m_li\' onmouseover=\'mover(3);\' onmouseout=\'mout(3);\'><a href=\"#\">政策法规<\/a><\/li>");
document.writeln("    <li id=\"m_4\" class=\'m_li\' onmouseover=\'mover(4);\' onmouseout=\'mout(4);\'><a href=\"#\">会员园地<\/a><\/li>");
document.writeln("    <li id=\"m_5\" class=\'m_li\' onmouseover=\'mover(5);\' onmouseout=\'mout(5);\'><a href=\"/comInfoforWeb!listforproscenium.action?flag=proscenium\">广州软件黄页<\/a><\/li>");
document.writeln("    <li id=\"m_6\" class=\'m_li\' onmouseover=\'mover(6);\' onmouseout=\'mout(6);\'><a href=\"#\">企业认证<\/a><\/li>");
document.writeln("    <li id=\"m_7\" class=\'m_li\' onmouseover=\'mover(7);\' onmouseout=\'mout(7);\'><a href=\"#\">重点推荐<\/a><\/li>");
document.writeln("    <li id=\"m_8\" class=\'m_li\' onmouseover=\'mover(8);\' onmouseout=\'mout(8);\'><a href=\"#\">支撑平台<\/a><\/li>");
document.writeln("    <li id=\"m_9\" class=\'m_li\' onmouseover=\'mover(9);\' onmouseout=\'mout(9);\'><a href=\"#\">统计信息<\/a><\/li>");
document.writeln("    <li id=\"m_10\" class=\'m_li\' onmouseover=\'mover(10);\' onmouseout=\'mout(10);\'><a href=\"/gyxh/index.htm\">关于协会<\/a><\/li>");
document.writeln("    <li id=\"m_11\" class=\'m_li\' onmouseover=\'mover(11);\' onmouseout=\'mout(11);\'><a href=\"/wzdh.html\">网站导航<\/a><\/li>");
document.writeln("  <\/ul>");
document.writeln("<\/div>");
document.writeln("<div class=\"ssmenu\">");
document.writeln("   <ul class=\"smenu\">");
//首页
document.writeln("     <li style=\"padding-left:20px;\" id=\"s_1\" class=\'s_li_a\'>欢迎进入广州市软件行业协会！");
document.writeln("");
document.writeln("<\/li>");
document.writeln("     ");

//新闻中心
document.writeln("     <li style=\"padding-left:20px;\" id=\"s_2\" class=\'s_li\' onmouseover=\'mover(2);\' onmouseout=\'mout(2);\'>");
document.writeln("     <a href=\"/xwzx/index.htm\">通知公告<\/a><span class=\"gray\">|<\/span><a href=\"/xwzx/dtxw/hydt/index.htm\">行业动态<\/a><span class=\"gray\">|<\/span><a href=\"/xwzx/dtxw/qydt/index.htm\">企业动态<\/a><span class=\"gray\">|<\/span><a href=\"/xwzx/dtxw/yqdt/index.htm\">园区动态<\/a>");
document.writeln("     <\/li>");
document.writeln("     ");

//政策法规
document.writeln("     <li style=\"padding-left:100px;\" id=\"s_3\" class=\'s_li\' onmouseover=\'mover(3);\' onmouseout=\'mout(3);\'><a href=\"/zcfg/index.htm\">国家政策<\/a><span class=\"gray\">|<\/span><a href=\"/zcfg/dfzc/index.htm\">地方政策<\/a><span class=\"gray\">|<\/span><a href=\"/zcfg/hyzc/index.htm\">行业政策<\/a><\/li>");
document.writeln("     ");

//会员园地
document.writeln("     <li style=\"padding-left:190px;\" id=\"s_4\" class=\'s_li\' onmouseover=\'mover(4);\' onmouseout=\'mout(4);\'><a href=\"/hyyd/index.htm\">企业名录<\/a><span class=\"gray\">|<\/span><a href=\"/hyyd/qydt/index.htm\">企业动态<\/a><span class=\"gray\">|<\/span><a href=\"/hyyd/bszn/index.htm\">办事指南<\/a><span class=\"gray\">|<\/span><a href=\"/hyyd/hdtz/index.htm\">活动通知<\/a><\/li>");
document.writeln("     ");

//广州软件黄页
document.writeln("     <li style=\"padding-left:20px;\" id=\"s_1\" class=\'s_li\'>欢迎进入广州市软件行业协会！");
document.writeln("");
document.writeln("<\/li>");
document.writeln("     ");

//企业认证
document.writeln("     <li style=\"padding-left:100px;\" id=\"s_6\" class=\'s_li\' onmouseover=\'mover(6);\' onmouseout=\'mout(6);\'><a href=\"/qyrz/index.htm\">高新企业认定<\/a><span class=\"gray\">|<\/span><a href=\"/qyrz/xtjc/index.htm\">系统集成资质认定<\/a><span class=\"gray\">|<\/span><a href=\"/qyrz/iso/index.htm\">ISO国际质量认证体系<\/a><span class=\"gray\">|<\/span><a href=\"/qyrz/cmm/index.htm\">CMM软件能力成熟度<\/a><span class=\"gray\">|<\/span><a href=\"/qyrz/zstx/index.htm\">ISO27001知识体系<\/a><\/li>");
document.writeln("     ");

//重点推荐
document.writeln("     <li style=\"padding-left:490px;\" id=\"s_7\" class=\'s_li\' onmouseover=\'mover(7);\' onmouseout=\'mout(7);\'><a href=\"/priorityforweb!priorityforcom.action\">优秀企业<\/a><span class=\"gray\">|<\/span><a href=\"/priorityforweb!priorityforprod.action\">优秀产品<\/a><\/li>");
document.writeln("     ");

//支撑平台
document.writeln("     <li style=\"padding-left:460px;\" id=\"s_8\" class=\'s_li\' onmouseover=\'mover(8);\' onmouseout=\'mout(8);\'><a href=\"/zcpt/index.htm\">公共平台<\/a><span class=\"gray\">|<\/span><a href=\"/zcpt/rcjg/index.htm\">人才机构<\/a><span class=\"gray\">|<\/span><a href=\"/zcpt/rzjg/index.htm\">融资机构<\/a><span class=\"gray\">|<\/span><a href=\"/zcpt/sws/index.htm\">事务所<\/a><span class=\"gray\">|<\/span><a href=\"/zcpt/qt/index.htm\">其他<\/a><\/li>");

//统计信息
document.writeln("     <li style=\"padding-left:590px;\" id=\"s_9\" class=\'s_li\' onmouseover=\'mover(9);\' onmouseout=\'mout(9);\'><a href=\"/tjxx/index.htm\">行业统计分析<\/a><span class=\"gray\">|<\/span><a href=\"/tjxx/cytj/index.htm\">产业统计<\/a><\/li>");
document.writeln("     ");

//关于协会
document.writeln("     <li style=\"padding-left:0px;\" id=\"s_10\" class=\'s_li\' onmouseover=\'mover(10);\' onmouseout=\'mout(10);\'>欢迎进入广州市软件行业协会！<\/li>");

//网站导航
document.writeln("     <li style=\"padding-left:0px;\" id=\"s_11\" class=\'s_li\' onmouseover=\'mover(11);\' onmouseout=\'mout(11);\'>欢迎进入广州市软件行业协会！<\/li>");
document.writeln("     ");


document.writeln("   <\/ul>");
document.writeln("<\/div>");
document.writeln("");
document.writeln("<\/body>");
document.writeln("<\/html>")
