// JavaScript Document
document.writeln(" <table border='0' cellspacing='0' width='90%' cellpadding='2'>");
document.writeln("<tr>");
document.writeln("<td class='p94' width='11'><font color='#585858'><img border='0' src='/images/qianbiao01.gif' width='11' height='11'></font></td>");
document.writeln("<td class='p94' width='100%'><font color='#666666'>&nbsp;<a href=\'110301.htm\' class='21'>&nbsp;销售服务网络</a></font><\/td>");
document.writeln("</tr>");
document.writeln("<tr>");
document.writeln("<td class='p94' colspan='2' bgcolor='#E0E0E0' height='1'><font color='#666666'><!----></font>");
document.writeln("</td>");
document.writeln("</tr>");
document.writeln("<\/table>");
document.writeln(" <table border='0' cellspacing='0' width='90%' cellpadding='2'>");
document.writeln("<tr>");
document.writeln("<td class='p94' width='11'><font color='#585858'><img border='0' src='/images/qianbiao01.gif' width='11' height='11'></font></td>");
document.writeln("<td class='p94' width='100%'><font color='#666666'>&nbsp;<a href=\'110302.htm\' class='21'>&nbsp;经销商查询</a></font><\/td>");
document.writeln("</tr>");
document.writeln("<tr>");
document.writeln("<td class='p94' colspan='2' bgcolor='#E0E0E0' height='1'><font color='#666666'><!----></font>");
document.writeln("</td>");
document.writeln("</tr>");
document.writeln("<\/table>");
function showmenu(id) 
{
//====close other menu======== 
for(var i=0;i<0;i++) 
{
	if(document.all('menu_'+i)==null) continue;
	if(i!=id) 
		document.all('menu_'+i).style.display='none';
}
if(document.all('menu_'+id).style.display=='block'){
	document.all('menu_'+id).style.display='none';
}else{
	document.all('menu_'+id).style.display='block';
}
}

var obj_menuid=document.getElementById("menuid");
if(obj_menuid!=null&&document.all('menu_'+obj_menuid.value)!=null)
{document.all('menu_'+obj_menuid.value).style.display='block';
}
