	  var A_Img=new Image();
	  function move(image,num){
	  	image.src='../images/top/menu_0'+num+'_over.gif';
	  }
	  function out(image,num){
		image.src='../images/top/menu_0'+num+'.gif';
	  }	  
document.write("<table  height=\"47\" border=\"0\" align=\"center\" cellpadding=\"-2\" cellspacing=\"-2\">");
document.write("<tr>");
document.write("<td width=\"82\" align=\"center\"><a href=\"../index.html\"><img src=\"../images/top/menu_01.gif\" id=\"image1\" width=\"82\" height=\"47\" border=\"0\" onMouseMove=\"move(this,'1')\" onMouseout=\"out(this,'1')\"></a></td>");
document.write("<td width=\"82\" align=\"center\"><a href=\"../company/company.htm\"><img src=\"../images/top/menu_02.gif\" id=\"image2\" width=\"82\" height=\"47\" border=\"0\" onMouseMove=\"move(this,'2')\" onMouseout=\"out(this,'2')\"></a></td>");
document.write("<td width=\"82\" align=\"center\"><a href=\"../biz/services.htm\"><img src=\"../images/top/menu_03.gif\" name=\"image3\"  width=\"82\" height=\"47\" border=\"0\" onMouseMove=\"move(this,'3')\" onMouseout=\"out(this,'3')\"></a></td>");
document.write("<td width=\"82\" align=\"center\"><a href=\"../localize/index.htm\"><img src=\"../images/top/menu_04.gif\" name=\"image4\" width=\"82\" height=\"47\" border=\"0\" onMouseMove=\"move(this,'4')\" onMouseout=\"out(this,'4')\"></a></td>");
document.write("<td width=\"82\" align=\"center\"><a href=\"../profiles/doc-quote.htm\"><img src=\"../images/top/menu_05.gif\" name=\"image5\" width=\"82\" height=\"47\" border=\"0\" onMouseMove=\"move(this,'5')\" onMouseout=\"out(this,'5')\"></a></td>");
document.write("<td width=\"82\" align=\"center\"><a href=\"../cases/index.htm\"><img src=\"../images/top/menu_06.gif\" name=\"image6\" width=\"82\" height=\"47\" border=\"0\" onMouseMove=\"move(this,'6')\" onMouseout=\"out(this,'6')\"></a></td>");
document.write("<td width=\"82\" align=\"center\"><a href=\"../profiles/join.htm\"><img src=\"../images/top/menu_07.gif\" width=\"82\" name=\"image7\" height=\"47\" border=\"0\" onMouseMove=\"move(this,'7')\" onMouseout=\"out(this,'7')\"></a></td>");
document.write("<td width=\"82\" align=\"center\"><a href=\"../profiles/contact.htm\"><img src=\"../images/top/menu_08.gif\" width=\"82\" name=\"image8\" height=\"47\" border=\"0\" onMouseMove=\"move(this,'8')\" onMouseout=\"out(this,'8')\"></a></td>");
document.write("</tr>");
document.write("</table>");
