//
// write navigation on the home page
//
function write_home_navigation() {

  var navoptions = new Array('img/home/1/','img/home/2/','img/home/3/','img/home/4/','img/home/5/','img/home/6/');
  var x = navoptions[Math.floor(Math.random()*navoptions.length)];

  document.writeln("<div id=\"divnavarea\">");
  document.writeln("  <a href=\"about/index.html\" onmouseover=\"MM_swapImage('n1about','','"+x+"about_hi.jpg',1)\" onmouseout=\"MM_swapImgRestore()\"><img src=\""+x+"about.jpg\" name=\"n1about\" id=\"n1about\" width=\"750\" height=\"60\" border=\"0\" alt=\"About Truant\" title=\"\" /></a><br />");
  document.writeln("  <a href=\"process/index.html\" onmouseover=\"MM_swapImage('n1process','','"+x+"process_hi.jpg',1)\" onmouseout=\"MM_swapImgRestore()\"><img src=\""+x+"process.jpg\" name=\"n1process\" id=\"n1process\" width=\"750\" height=\"60\" border=\"0\" alt=\"Process\" title=\"\" /></a><br />");
  document.writeln("  <a href=\"projects/index.html\" onmouseover=\"MM_swapImage('n1projects','','"+x+"projects_hi.jpg',1)\" onmouseout=\"MM_swapImgRestore()\"><img src=\""+x+"projects.jpg\" name=\"n1projects\" id=\"n1projects\" width=\"750\" height=\"60\" border=\"0\" alt=\"Projects\" title=\"\" /></a><br />");
  document.writeln("  <a href=\"clients/index.html\" onmouseover=\"MM_swapImage('n1clients','','"+x+"clients_hi.jpg',1)\" onmouseout=\"MM_swapImgRestore()\"><img src=\""+x+"clients.jpg\" name=\"n1clients\" id=\"n1clients\" width=\"750\" height=\"60\" border=\"0\" alt=\"Clients\" title=\"\" /></a><br />");
  document.writeln("  <a href=\"news/index.html\" onmouseover=\"MM_swapImage('n1news','','"+x+"news_hi.jpg',1)\" onmouseout=\"MM_swapImgRestore()\"><img src=\""+x+"news.jpg\" name=\"n1news\" id=\"n1news\" width=\"750\" height=\"60\" border=\"0\" alt=\"News\" title=\"\" /></a><br />");
  document.writeln("  <a href=\"contact/index.php\" onmouseover=\"MM_swapImage('n1contact','','"+x+"contact_hi.jpg',1)\" onmouseout=\"MM_swapImgRestore()\"><img src=\""+x+"contact.jpg\" name=\"n1contact\" id=\"n1contact\" width=\"750\" height=\"46\" border=\"0\" alt=\"Contact Us\" title=\"\" /></a></div>");

  MM_preloadImages(x+'about_hi.jpg',x+'process_hi.jpg',x+'projects_hi.jpg',x+'clients_hi.jpg',x+'news_hi.jpg',x+'contact_hi.jpg');

}
