
document.write("<table style=\"width:872px;\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("<form>");
document.write("<tr><td align=\"center\" colspan=\"5\" style=\"font:12px,Verdana;background:#CCCCCC;height:20px;\">");
document.write("&nbsp;&nbsp;");
document.write("<a href=\"welcome.html\" class=\"menulnk\">Home</a>");
    for(i = 0;i<=7;i++)
      document.write("&nbsp;");
document.write("<a href=\"company.html\" class=\"menulnk\">Company</a>");
    for(i = 0;i<=7;i++)
      document.write("&nbsp;");
document.write("<a href=\"services.html\" class=\"menulnk\">Services</a>");
    for(i = 0;i<=7;i++)
      document.write("&nbsp;");    
document.write("<a href=\"clients.html\" class=\"menulnk\">Clients</a>"); 
    for(i = 0;i<=7;i++)
      document.write("&nbsp;");    
document.write("<a href=\"http://apps.interlinearc.com\" class=\"menulnk\" target=\"_blank\">Client Log-In</a>");
    for(i = 0;i<=7;i++)
      document.write("&nbsp;");    
document.write("<a href=\"contact.html\" class=\"menulnk\">Contact</a>");
    for(i = 0;i<=7;i++)
      document.write("&nbsp;");    
document.write("<a href=\"http://www.avgroupinc.com\" class=\"menulnk\" target=\"_blank\">AvGroup</a>");
    for(i = 0;i<=7;i++)
      document.write("&nbsp;");    

document.write("<select name=\"lang\" onchange=\"changeLang();\" class=\"selMenu\"><option value=\"en\" selected>English</option><option value=\"de\">Deutsch</option></select>");
document.write("</table>");
document.write("</form>");
function changeLang()
{
	if (document.forms[0].lang.selectedIndex == 0)
		location.href='../en/welcome.html';
	else if (document.forms[0].lang.selectedIndex == 1)
		location.href='../de/welcome_Ger.html';
}


