
	
 var h;
 var w;
 var l;
 var t;
 var topMar = 2;
 var leftMar = -10;
 var space = 2;
 var isvisible;
 var MENU_SHADOW_COLOR='#08A447';
 var global = window.document
 global.fo_currentMenu = null
 global.fo_shadows = new Array

function HideMenu() 
{
 var mX;
 var mY;
 var vDiv;
 var mDiv;
	if (isvisible == true)
{
		vDiv = document.all("menuDiv");
		mX = window.event.clientX + document.body.scrollLeft;
		mY = window.event.clientY + document.body.scrollTop;
		if ((mX < parseInt(vDiv.style.left)) || (mX > parseInt(vDiv.style.left)+vDiv.offsetWidth) || (mY < parseInt(vDiv.style.top)-h) || (mY > parseInt(vDiv.style.top)+vDiv.offsetHeight)){
			vDiv.style.visibility = "hidden";
			isvisible = false;
		}
}
}

function ShowMenu(vMnuCode,tWidth) {
	vSrc = window.event.srcElement;
	vMnuCode = "<table cellspacing=0 cellpadding=0 style='width:"+tWidth+";height:22' class=tableborder1  onmouseout='HideMenu()'><tr bgcolor=D0E0EC><td nowrap align=left valign=middle background='../images/f2.gif' height='12' class=tablebody1>" + vMnuCode + "</td></tr></table>";

	h = vSrc.offsetHeight;
	w = vSrc.offsetWidth;
	l = vSrc.offsetLeft + leftMar+14;
	t = vSrc.offsetTop + topMar + h + space-2;
	vParent = vSrc.offsetParent;
	while (vParent.tagName.toUpperCase() != "BODY")
	{
		l += vParent.offsetLeft;
		t += vParent.offsetTop;
		vParent = vParent.offsetParent;
	}

	menuDiv.innerHTML = vMnuCode;
	menuDiv.style.top = t;
	menuDiv.style.left = l;
	menuDiv.style.visibility = "visible";
	isvisible = true;
    makeRectangularDropShadow(4)
}



function makeRectangularDropShadow(el, color, size)
{
	var i;
	for (i=size; i>0; i--)
	{
		var rect = document.createElement('div');
		var rs = rect.style
		rs.position = 'absolute';
		rs.left = (el.style.posLeft + i) + 'px';
		rs.top = (el.style.posTop + i) + 'px';
		rs.width = el.offsetWidth + 'px';
		rs.height = el.offsetHeight + 'px';
		rs.zIndex = el.style.zIndex - i;
		rs.backgroundColor = color;
		var opacity = 1 - i / (i + 1);
		rs.filter = 'alpha(opacity=' + (200 * opacity) + ')';
		el.insertAdjacentElement('afterEnd', rect);
		global.fo_shadows[global.fo_shadows.length] = rect;
	}
}
//var xhjj="&nbsp;<a style=font-size:9pt;line-height:14pt; href='#'><font color='#000000'>协会章程</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='#'><font color='#000000'>领导简介</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='#'><font color='#000000'>组织机构</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='#'><font color='#000000'>机构设置</font></a>&nbsp;";
var zcgl="&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_109_1.html'><font color='#000000'>注册信息</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_110_1.html'><font color='#000000'>转所信息</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_111_1.html'><font color='#000000'>年检公告</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_112_1.html'><font color='#000000'>常用表格下载</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_113_1.html'><font color='#000000'>通知</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_114_1.html'><font color='#000000'>会计师事务所查询</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_115_1.html'><font color='#000000'>注册会计师所查询</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_116_1.html'><font color='#000000'>非执业会员查询</font></a>&nbsp;";
var zyjg="&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_117_1.html'><font color='#000000'>监管法规</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_118_1.html'><font color='#000000'>监管动态</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_119_1.html'><font color='#000000'>监管公告</font></a>&nbsp;";
var kszc="&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_120_1.html'><font color='#000000'>考试法规</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_121_1.html'><font color='#000000'>考试信息</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_122_1.html'><font color='#000000'>考试资料</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_123_1.html'><font color='#000000'>成绩查询</font></a>&nbsp;";
var pxyd="&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_124_1.html'><font color='#000000'>培训法规</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_125_1.html'><font color='#000000'>培训计划</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_126_1.html'><font color='#000000'>中注协培训班</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_127_1.html'><font color='#000000'>省注协培训班</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_128_1.html'><font color='#000000'>远程教育</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_129_1.html'><font color='#000000'>在线报名</font></a>&nbsp;";
var zybz="&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_130_1.html'><font color='#000000'>行业标准</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_131_1.html'><font color='#000000'>相关法规</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_132_1.html'><font color='#000000'>准则草稿征求意见</font></a>&nbsp;";
var zzfg="&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_138_1.html'><font color='#000000'>审计</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_139_1.html'><font color='#000000'>财会</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_140_1.html'><font color='#000000'>评估</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_141_1.html'><font color='#000000'>税务</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_142_1.html'><font color='#000000'>工商</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_143_1.html'><font color='#000000'>金融证券</font></a>&nbsp;<font color='ffffff'>|</font>&nbsp;<a style=font-size:9pt;line-height:14pt; href='S_143_1.html'><font color='#000000'>其它</font></a>&nbsp;";
var xzzq="&nbsp;<a style=font-size:9pt;line-height:14pt; href='/news/S_158_1.html'><font color='#000000'>资料下载</font></a>&nbsp;";

document.write('<div id=menuDiv style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 1px; POSITION: absolute; HEIGHT: 1px; BACKGROUND-COLOR: #0033ff"></div>');

document.write('<table width="100%" height="165"  border="0" cellpadding="0" cellspacing="0" background="../images/topbg.jpg"><tr><td width="0" height="161">&nbsp;</td><td width="797" valign="top"><table width="770"  border="0" align="center" cellpadding="0" cellspacing="0"><tr><td height="64" colspan="3" align="right" valign="middle" background="../images/top_bg.jpg"><table width="100%"  border="0" cellspacing="0" cellpadding="0"><tr><td width="77%"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="693" height="117"><param name="movie" value="../images/aaa.swf"><param name="quality" value="high"><embed src="../images/aaa.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="693" height="117"></embed></object></td><td width="23%"><table width="100%"  border="0" cellspacing="0" cellpadding="0"><tr><td height="30" valign="middle"><a href=#><img src="../images/SHEWEI.gif" border=0 width="84" height="25"></a></td></tr><tr><td height="30" valign="middle"><a href=#><img src="../images/JIARU.gif" width="84" border=0 height="25"></a></td></tr><tr><td height="30" valign="middle"><a href=../index.html><img src="../images/FANGHUI.gif" width="84" border=0 height="25"></a></td></tr></table></td></tr></table></td></tr><tr><td width="29%"> </td></tr><tr><td height="40" colspan=3 valign="bottom"><table width="800" border="0" cellpadding="0" cellspacing="0"><tr align="center"><td width="61"><a href="B_34_1.html" class="menubar_1">协会简介</a></td><td width="84" onMouseOver="ShowMenu(zcgl)"><a href="B_35_1.html" class="menubar_1">注册管理</a></td><td width="90" onMouseOver="ShowMenu(zyjg)"><a href="B_36_1.html" class="menubar_1">执业监管</a></td><td width="92" onMouseOver="ShowMenu(kszc)"><a href="B_37_1.html" class="menubar_1">考试之窗</a></td><td width="91" onMouseOver="ShowMenu(pxyd)"><a href="B_38_1.html" class="menubar_1">培训园地</a></td><td width="89" onMouseOver="ShowMenu(zybz)" ><a href="B_39_1.html" class="menubar_1">专业标准</a></td><td width="91" onMouseOver="ShowMenu(zzfg)"><a href="B_41_1.html" class="menubar_1">政策法规</a></td><td width="91" onMouseOver="ShowMenu(xzzq)"><a href="B_49_1.html" class="menubar_1">资料下载</a></td><td width="88"><div align="center"><a href="../bbs/index.asp" class="menubar_1">行业论坛</a></div></td></tr></table></td></tr></table></td><td width="0">&nbsp;</td></tr></table>');

