﻿<!--

//-->

var sAgent = navigator.userAgent.toLowerCase() ;
document.write("<table border='0' cellspacing='0' cellpadding='0' width='100%' class='menu_bar'>");

			document.write("<tr height='25px'>");

		if (CurrentTopicId =="1")
		{
			document.write("<td selection='1' style='background-image:"+mtDropDown.actuatorBackgroundImage+"; ' ><a hidefocus href='/pfwebplus/default.aspx' style='color:#ffffff;padding-left:34px;'>首　　页</a></td>");
			
		}
		else
		{	
			document.write("<td selection='0' style='background-image:"+mtDropDown.normalBackgroundImage+"; 'onmouseover='onDropDownMenuHide(this);' onmouseout='onDropDownMenuHide(this);'><a hidefocus href='/pfwebplus/default.aspx' style='color:#004D8C;padding-left:34px;'>首　　页</a></td>");
			
		}
	
		
		document.write("</tr>");
	 
for (var i=0; i<links.length; i++) {
// 判断验证
 temp = links[i].replace(/(.+\/)/,"");
	if (hasSubmenu[i]!=0)
	{
		if (isSelected[i]>0)
		{
			// 判断后内容
			document.write("<tr height='25px'>");
			document.write("<td selection='1'  style='background-image:"+mtDropDown.actuatorBackgroundImage+" no-repeat;'<a hidefocus href='"+links[i]+"' target='"+targets[i]+"' style='color:#004D8C;padding-left:34px;'>"+words[i]+"</a></td>");	
			document.write("</tr>");
		}
		else
		{	document.write("<tr height='25px'>");
		
			document.write("<td selection='0' style='background-image:"+mtDropDown.normalBackgroundImage+";no-repeat' ><a hidefocus href='"+links[i]+"' target='"+targets[i]+"' style='color:#004D8C;padding-left:34px;'>"+words[i]+"</a></td>");
			document.write("</tr>");
		}
	}
	else
	{ 
		if (isSelected[i]>0)
		{  
			// 判断后内容
			document.write("<tr height='25px'>");
			document.write("<td selection='1'  style='background-image:"+mtDropDown.actuatorBackgroundImage+";no-repeat'  onmouseover='onDropDownMenuHide(this);' onmouseout='onDropDownMenuHide(this);'><a hidefocus href='"+links[i]+"' target='"+targets[i]+"' style='color:#ffffff;padding-left:34px;'>"+words[i]+"</a></td>");	
			document.write("</tr>");
		}
		else  
		
		{	document.write("<tr height='25px'>");
			document.write("<td selection='0' style='background-image:"+mtDropDown.normalBackgroundImage+";no-repeat'  onmouseover='onDropDownMenuHide(this);' onmouseout='onDropDownMenuHide(this);'><a hidefocus href='"+links[i]+"' target='"+targets[i]+"' style='color:#004D8C;padding-left:34px;'>"+words[i]+"</a></td>");
			document.write("</tr>");
		}
	}
}


document.write("</table>");

//-->	