// JavaScript Document
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
document.writeln("<tr>");
document.writeln("<td height=\"26\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"right\"><a href=\'20080502162214.htm\' class='leftmenu'>服务品牌<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
document.writeln("<tr>");
document.writeln("<td height=\"26\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"right\"><a href=\'110303.htm\' class='leftmenu'>服务动态<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
document.writeln("<tr>");
document.writeln("<td height=\"26\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"right\"><a href=\'javascript:showmenu(\"0\")\' class='leftmenu'>服务手册<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln("<table style=\'DISPLAY: none\' id=menu_0  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" bgcolor=\"#E7E7E7\">");
document.writeln("<tr>");
document.writeln("<td  height=\"26\" valign=\"middle\" align=\"right\" style=\"border-bottom: 1px solid #B3B3B3\"><font color=\'#FFFFFF\'><a href=\'20080430175501.htm\' class='leftmenu3'>服务理念<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  height=\"26\" valign=\"middle\" align=\"right\" style=\"border-bottom: 1px solid #B3B3B3\"><font color=\'#FFFFFF\'><a href=\'20080430175528.htm\' class='leftmenu3'>服务沿革<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  height=\"26\" valign=\"middle\" align=\"right\" style=\"border-bottom: 1px solid #B3B3B3\"><font color=\'#FFFFFF\'><a href=\'20080430192351.htm\' class='leftmenu3'>服务优势<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  height=\"26\" valign=\"middle\" align=\"right\" style=\"border-bottom: 1px solid #B3B3B3\"><font color=\'#FFFFFF\'><a href=\'20080430192417.htm\' class='leftmenu3'>服务承诺<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
document.writeln("<tr>");
document.writeln("<td height=\"26\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"right\"><a href=\'20080430140021.htm\' class='leftmenu'>信息服务中心<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
document.writeln("<tr>");
document.writeln("<td height=\"26\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"right\"><a href=\'110306.htm\' class='leftmenu'>产品知识<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
document.writeln("<tr>");
document.writeln("<td height=\"26\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"right\"><a href=\'20080505130825.htm\' class='leftmenu'>服务热线<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
document.writeln("<tr>");
document.writeln("<td height=\"26\" style=\"border-bottom: 1px solid #B3B3B3\" align=\"right\"><a href=\'20080703104024.htm\' class='leftmenu'>配件查询系统<\/a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
function showmenu(id) 
{
//====close other menu======== 
for(var i=0;i<1;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';
}
