// 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=\'110201.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=\'110202.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=\'110203.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=\'110205.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=\'110206.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=\'110207.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=\'110208.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<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';
}
