function menu(contents){

    document.write("<table width=\"720\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");
	document.write("<td width=\"41\" height=\"23\"><img src=\"subimg/m4_red.gif\" alt=\"\" height=\"23\" width=\"41\"></td>");
	
	<!-- outline-->
	if(contents==1){
		document.write("<td width=\"88\" height=\"23\"><img src=\"subimg/m4_outline_o.gif\" alt=\"Corporate Info\" name=\"outline\" height=\"23\" width=\"88\" border=\"0\"></td>");
	}else{
		document.write("<td width=\"88\" height=\"23\"><a onmouseover=\"MM_swapImage('outline','','subimg/m4_outline_o.gif',1);\" onmouseout=\"MM_swapImgRestore();\" href=\"index.html\"><img src=\"subimg/m4_outline.gif\" alt=\"Corporate Info\" name=\"outline\" height=\"23\" width=\"88\" border=\"0\"></a></td>");
	}
	
	<!-- space-->
	document.write("<td width=\"13\" height=\"23\"><img src=\"subimg/m4_red.gif\" alt=\"\" height=\"23\" width=\"13\"></td>");
	
	<!-- lab-->
	if(contents==2){
		document.write("<td width=\"137\" height=\"23\"><img src=\"subimg/m4_lab_o.gif\" alt=\"Research & Development\" name=\"lab\" height=\"23\" width=\"137\" border=\"0\"></td>");
	}else{
		document.write("<td width=\"137\" height=\"23\"><a onmouseover=\"MM_swapImage('lab','','subimg/m4_lab_o.gif',1);\" onmouseout=\"MM_swapImgRestore();\" href=\"lab.html\"><img src=\"subimg/m4_lab.gif\" alt=\"Research & Development\" name=\"lab\" height=\"23\" width=\"137\" border=\"0\"></a></td>");
	}
	
	<!-- space-->
	document.write("<td width=\"13\" height=\"23\"><img src=\"subimg/m4_red.gif\" alt=\"\" height=\"23\" width=\"13\"></td>");
	
	<!-- factory-->
	if(contents==3){
		document.write("<td width=\"98\" height=\"23\"><img src=\"subimg/m4_factory_o.gif\" alt=\"Factory & Plants\" name=\"factory\" height=\"23\" width=\"98\" border=\"0\"></td>");
	}else{
		document.write("<td width=\"98\" height=\"23\"><a onmouseover=\"MM_swapImage('factory','','subimg/m4_factory_o.gif',1);\" onmouseout=\"MM_swapImgRestore();\" href=\"factory.html\"><img src=\"subimg/m4_factory.gif\" alt=\"Factory & Plants\" name=\"factory\" height=\"23\" width=\"98\" border=\"0\"></a></td>");
	}
	
	<!-- space-->
	document.write("<td width=\"13\" height=\"23\"><img src=\"subimg/m4_red.gif\" alt=\"\" height=\"23\" width=\"13\"></td>");
	
	<!-- overseas-->
	if(contents==4){
		document.write("<td width=\"80\" height=\"23\"><img src=\"subimg/m4_overseas_o.gif\" alt=\"Globalization\" name=\"overseas\" height=\"23\" width=\"80\" border=\"0\"></td>");
	}else{
		document.write("<td width=\"80\" height=\"23\"><a onmouseover=\"MM_swapImage('overseas','','subimg/m4_overseas_o.gif',1);\" onmouseout=\"MM_swapImgRestore();\" href=\"overseas.html\"><img src=\"subimg/m4_overseas.gif\" alt=\"Globalization\" name=\"overseas\" height=\"23\" width=\"80\" border=\"0\"></a></td>");
	}
	
	<!-- space-->
	document.write("<td width=\"13\" height=\"23\"><img src=\"subimg/m4_red.gif\" alt=\"\" height=\"23\" width=\"13\"></td>");
	
	<!-- history-->
	if(contents==6){
		document.write("<td width=\"55\" height=\"23\"><img src=\"subimg/m4_history_o.gif\" alt=\"History\" name=\"history\" height=\"23\" width=\"55\" border=\"0\"></td>");
	}else{
		document.write("<td width=\"55\" height=\"23\"><a onmouseover=\"MM_swapImage('history','','subimg/m4_history_o.gif',1);\" onmouseout=\"MM_swapImgRestore();\" href=\"history.html\"><img src=\"subimg/m4_history.gif\" alt=\"History\" name=\"history\" height=\"23\" width=\"55\" border=\"0\"></a></td>");
	}
	
	
	document.write("<td width=\"169\" height=\"23\"><img src=\"subimg/m4_red.gif\" alt=\"\" height=\"23\" width=\"169\"></td>");
	document.write("</tr></table>");


}