document.write("<link rel=\"stylesheet\" href=\"menu/style.css\" type=\"text/css\">");

menu = "<img src=\"images/spacer.gif\" alt=\"\" width=\"173\" height=\"7\" border=\"0\">";
menu += "<a href=\"solutions.html\" onmouseover=\"Menu_Action('1','visible','on');\" onmouseout=\"Menu_Action('1','hidden','off');\"><img src=\"images/solutions.gif\" alt=\"\" width=\"79\" height=\"18\" border=\"0\" name=\"menu_1\" /></a>";
menu += "<a href=\"services.html\" onmouseover=\"Menu_Action('2','visible','on');\" onmouseout=\"Menu_Action('2','hidden','off');\"><img src=\"images/services.gif\" alt=\"\" width=\"77\" height=\"18\" border=\"0\" name=\"menu_2\" /></a>";
menu += "<a href=\"technology.html\" onmouseover=\"Menu_Action('3','visible','on');\" onmouseout=\"Menu_Action('3','hidden','off');\"><img src=\"images/technology.gif\" alt=\"\" width=\"96\" height=\"18\" border=\"0\" name=\"menu_3\" /></a>";
menu += "<a href=\"partners.html\" onmouseover=\"Menu_Action('4','visible','on');\" onmouseout=\"Menu_Action('4','hidden','off');\"><img src=\"images/partners.gif\" alt=\"\" width=\"80\" height=\"18\" border=\"0\" name=\"menu_4\" /></a>";
menu += "<a href=\"newsEvent.html\" onmouseover=\"Menu_Action('5','visible','on');\" onmouseout=\"Menu_Action('5','hidden','off');\"><img src=\"images/news_events.gif\" alt=\"\" width=\"105\" height=\"18\" border=\"0\" name=\"menu_5\" /></a>";
menu += "<a href=\"company.html\" onmouseover=\"Menu_Action('6','visible','on');\" onmouseout=\"Menu_Action('6','hidden','off');\"><img src=\"images/company.gif\" alt=\"\" width=\"74\" height=\"18\" border=\"0\" name=\"menu_6\" /></a>";

document.write(menu);

