document.writeln("<table width=\"195\" height=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"/customer/image/menu_bg1.gif\">");
document.writeln("  <tr> ");
document.writeln("    <td height=\"48\"><img src=\"/image2007/customer/left_title1.gif\"></td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td height=\"26\"><a href='/customer/07_customer1.html'><img src=\"/customer/image/menu1.gif\" name=\"customer1\" width=\"180\" height=\"26\" id=\"customer1\" onMouseOver=\"MM_swapImage('customer1','','/customer/image/menu1_over.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"></a></td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td height=\"26\"><a href='/customer/07_customer2.html'><img src=\"/customer/image/menu2.gif\" name=\"customer2\" width=\"180\" height=\"26\" id=\"customer2\" onMouseOver=\"MM_swapImage('customer2','','/customer/image/menu2_over.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"></a></td>");
document.writeln("  </tr>");
document.writeln("  <tr>"); 
document.writeln("    <td height=\"26\"><a href='/customer/07_customer.asp?code=NotesGongji'><img src=\"/customer/image/menu3.gif\" name=\"customer3\" width=\"180\" height=\"26\" id=\"customer3\" onMouseOver=\"MM_swapImage('customer3','','/customer/image/menu3_over.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"></a></td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td height=\"26\"><a href='/customer/07_customer.asp?code=NotesGesi'><img src=\"/customer/image/menu4.gif\" name=\"customer4\" width=\"180\" height=\"26\" id=\"customer4\" onMouseOver=\"MM_swapImage('customer4','','/customer/image/menu4_over.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"></a></td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td height=\"42\">&nbsp;</td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td height=\"43\" align=\"center\"><a href='/customer/07_customer1.html'><img src=\"../images/sub_left_img1.gif\" width=\"141\" height=\"43\" border='0'></a></td>");
document.writeln("  </tr>");
document.writeln("  <tr> ");
document.writeln("    <td>&nbsp;</td>");
document.writeln("  </tr>");
document.writeln("</table>");

var tmpString = window.location.search.replace("?","");
var tmpArrayString = tmpString.split("&");
var curCode = "";

if(window.location.pathname == "/customer/customer.asp"){
	for(var i=0;i<tmpArrayString.length;i++){
		var tmpArrayString2 = tmpArrayString[i].split("=");
		if(tmpArrayString2.length == 2 ){
			if(tmpArrayString2[0] == "code"){
				curCode = tmpArrayString2[1];
				break;
			}
		}
	}
	if(curCode == "NotesGongji"){
		document.all["customer3"].src = "/customer/image/menu3_over.gif";
	}else{
		document.all["customer4"].src = "/customer/image/menu4_over.gif";
	}
}else if(window.location.pathname == "/customer/07_customer1.html"){
	document.all["customer1"].src = "/customer/image/menu1_over.gif";
}else if(window.location.pathname == "/customer/07_customer2.html"){
	document.all["customer2"].src = "/customer/image/menu2_over.gif";
}
