// JavaScript Document
var menuStr = "<table width=\"100%\" height=\"27\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
 menuStr += "<tr>";
 menuStr += "<td width=\"111\" height=\"27\"><a href=\"index.html\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('MenuImage','','images/menu_home_over.gif',1)\"><img src=\"images/menu_home.gif\" name=\"MenuImage\" width=\"111\" height=\"27\" border=\"0\" id=\"MenuImage\" /></a></td>";
 menuStr += "<td width=\"111\" height=\"27\"><a href=\"about.html\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Image_AU','','images/menu_au_over.gif',1)\"><img src=\"images/menu_au.gif\" name=\"Image_AU\" width=\"111\" height=\"27\" border=\"0\" id=\"Image_AU\" /></a></td>";
 menuStr += "<td width=\"111\" height=\"27\"><a href=\"products.html\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Image_products','','images/menu_products_over.gif',1)\"><img src=\"images/menu_products.gif\" name=\"Image_products\" width=\"111\" height=\"27\" border=\"0\" id=\"Image_products\" /></a></td>";
 menuStr += "<td width=\"111\" height=\"27\"><a href=\"services.html\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Image_services','','images/menu_services_over.gif',1)\"><img src=\"images/menu_services.gif\" name=\"Image_services\" width=\"111\" height=\"27\" border=\"0\" id=\"Image_services\" /></a></td>";
 menuStr += "<td width=\"111\" height=\"27\"><a href=\"downloads.html\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Image_downloads','','images/menu_downloads_over.gif',1)\"><img src=\"images/menu_downloads.gif\" name=\"Image_downloads\" width=\"111\" height=\"27\" border=\"0\" id=\"Image_downloads\" /></a></td>";
 menuStr += "<td width=\"111\" height=\"27\"><a href=\"contact.html\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Image_cu','','images/menu_contactus_over.gif',1)\"><img src=\"images/menu_contactus.gif\" name=\"Image_cu\" width=\"111\" height=\"27\" border=\"0\" id=\"Image_cu\" /></a></td>";
 menuStr += "<td>&nbsp;</td>";
 menuStr += "</tr>";
 menuStr += "</table>";
 document.write(menuStr);
