// JavaScript Document
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-bottom:1 solid #AAAAAA\" bgcolor=\"#EAEAEA\">");
document.writeln("<tr>");
document.writeln("<td  width=\"20%\" align=\"right\"><img border='0' src='../images/head.gif' width='3' height='5'><\/td>");
document.writeln("<td  width='80%'><a href=\'javascript:showmenu(\"0\")\' class='2'>&nbsp;档案管理软件<\/a><\/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=\"#F6F6F6\">");
document.writeln("<tr>");
document.writeln("<td  width='23%'  style='border-bottom:1px solid #DFDFDF'>&nbsp;<\/td>");
document.writeln("<td  width='77%'  style='border-bottom:1px solid #DFDFDF'><font color=\'#FFFFFF\'><a href=\'/products/20080331103433.htm\' class='2'>国税版<\/a><\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  width='23%'  style='border-bottom:1px solid #DFDFDF'>&nbsp;<\/td>");
document.writeln("<td  width='77%'  style='border-bottom:1px solid #DFDFDF'><font color=\'#FFFFFF\'><a href=\'/products/20080331111532.htm\' class='2'>医保版<\/a><\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  width='23%'  style='border-bottom:1px solid #DFDFDF'>&nbsp;<\/td>");
document.writeln("<td  width='77%'  style='border-bottom:1px solid #DFDFDF'><font color=\'#FFFFFF\'><a href=\'/products/20080331111628.htm\' class='2'>国土资源版<\/a><\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  width='23%'  style='border-bottom:1px solid #DFDFDF'>&nbsp;<\/td>");
document.writeln("<td  width='77%'  style='border-bottom:1px solid #DFDFDF'><font color=\'#FFFFFF\'><a href=\'/products/20080331111829.htm\' class='2'>企业版<\/a><\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-bottom:1 solid #AAAAAA\" bgcolor=\"#EAEAEA\">");
document.writeln("<tr>");
document.writeln("<td  width=\"20%\" align=\"right\"><img border='0' src='../images/head.gif' width='3' height='5'><\/td>");
document.writeln("<td  width='80%'><a href=\'javascript:showmenu(\"1\")\' class='2'>&nbsp;工程机械软件<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln("<table style=\'DISPLAY: none\' id=menu_1  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" bgcolor=\"#F6F6F6\">");
document.writeln("<tr>");
document.writeln("<td  width='23%'  style='border-bottom:1px solid #DFDFDF'>&nbsp;<\/td>");
document.writeln("<td  width='77%'  style='border-bottom:1px solid #DFDFDF'><font color=\'#FFFFFF\'><a href=\'/products/20080331134901.htm\' class='2'>整机管理系统<\/a><\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  width='23%'  style='border-bottom:1px solid #DFDFDF'>&nbsp;<\/td>");
document.writeln("<td  width='77%'  style='border-bottom:1px solid #DFDFDF'><font color=\'#FFFFFF\'><a href=\'/products/20080331120253.htm\' class='2'>配件管理系统<\/a><\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  width='23%'  style='border-bottom:1px solid #DFDFDF'>&nbsp;<\/td>");
document.writeln("<td  width='77%'  style='border-bottom:1px solid #DFDFDF'><font color=\'#FFFFFF\'><a href=\'/products/20080331140741.htm\' class='2'>维修管理系统<\/a><\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td  width='23%'  style='border-bottom:1px solid #DFDFDF'>&nbsp;<\/td>");
document.writeln("<td  width='77%'  style='border-bottom:1px solid #DFDFDF'><font color=\'#FFFFFF\'><a href=\'/products/20080331140429.htm\' class='2'>二手机管理系统<\/a><\/font><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-bottom:1 solid #AAAAAA\" bgcolor=\"#EAEAEA\">");
document.writeln("<tr>");
document.writeln("<td  width=\"20%\" align=\"right\"><img border='0' src='../images/head.gif' width='3' height='5'><\/td>");
document.writeln("<td  width='80%'><a href=\'/products/20080402152013.htm\' class='2'>&nbsp;OA系统<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln(" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" style=\"border-bottom:1 solid #AAAAAA\" bgcolor=\"#EAEAEA\">");
document.writeln("<tr>");
document.writeln("<td  width=\"20%\" align=\"right\"><img border='0' src='../images/head.gif' width='3' height='5'><\/td>");
document.writeln("<td  width='80%'><a href=\'/products/20080402152202.htm\' class='2'>&nbsp;手机商务应用<\/a><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
function showmenu(id) 
{
//====close other menu======== 
for(var i=0;i<2;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';
}
