
function writeLayer(layerID,txt) {
  if(document.getElementById){
    document.getElementById(layerID).innerHTML=txt;
  }else if(document.all){
    document.all[layerID].innerHTML=txt;
  }else if(document.layers){
    with(document.layers[layerID].document){
      open();
      write(txt);
      close();
    }
  }
}

function menu1_onmouseover() 
{

   writeLayer("DynamicText", "<a href='host_pkg.php'>hosting plans and features</a>&nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;&nbsp;<a href='host_dev.php'>site design and development</a>&nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;&nbsp;<a href='host_mtc.php'>ongoing site maintenance</a>");
   var myPara = document.getElementById("menu1");
   myPara.style.color = "#000000"
   var myPara = document.getElementById("menu2");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu3");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu4");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu5");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu6");
   myPara.style.color = "#598170"
}
function menu2_onmouseover() 
{
   
   writeLayer("DynamicText", "<a href='dom_tld.php'>domain name extensions and pricing</a>&nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;&nbsp;<a href='dom_check.php'>check domain availability</a>");
   var myPara = document.getElementById("menu1");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu2");
   myPara.style.color = "#000000"
   var myPara = document.getElementById("menu3");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu4");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu5");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu6");
   myPara.style.color = "#598170"
}
function menu3_onmouseover() 
{

   writeLayer("DynamicText", "<a href='cmyk.php'>overview</a>&nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;&nbsp;<a href='cmyk_adv.php'>advertising</a>&nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;&nbsp;<a href='cmyk_promo.php'>promotional materials</a>&nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;&nbsp;<a href='cmyk_logo.php'>logo development</a>");
   var myPara = document.getElementById("menu1");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu2");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu3");
   myPara.style.color = "#000000"
   var myPara = document.getElementById("menu4");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu5");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu6");
   myPara.style.color = "#598170"
}
function menu4_onmouseover() 
{
   
   writeLayer("DynamicText", "<a href='sme.php'>how perception creates reality</a>&nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;&nbsp;<a href='sme_id.php'>corporate identity consulting</a>");
   var myPara = document.getElementById("menu1");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu2");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu3");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu4");
   myPara.style.color = "#000000"
   var myPara = document.getElementById("menu5");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu6");
   myPara.style.color = "#598170"
}
function menu5_onmouseover() 
{
   
   writeLayer("DynamicText", "<a href='pay.php'>make a payment</a>&nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;&nbsp;<a href='support_faq.php'>frequently asked questions</a>&nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;&nbsp;<a href='support_email.php'>e-mail help</a>&nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;&nbsp;<a href='contact.php'>contact tech support</a>");
   var myPara = document.getElementById("menu1");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu2");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu3");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu4");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu5");
   myPara.style.color = "#000000"
   var myPara = document.getElementById("menu6");
   myPara.style.color = "#598170"
}

function menu6_onmouseover() 
{
   
   writeLayer("DynamicText", "<a href='about.php'>about Macleod Whitney + Associates</a>&nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;&nbsp;<a href='about_news.php'>news room</a>&nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;&nbsp;<a href='about_jobs.php'>careers</a>&nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;&nbsp;<a href='about_kudos.php'>testimonials</a>&nbsp;&nbsp;&nbsp;&bull;&nbsp;&nbsp;&nbsp;<a href='contact.php'>contact us</a>");
   var myPara = document.getElementById("menu1");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu2");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu3");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu4");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu5");
   myPara.style.color = "#598170"
   var myPara = document.getElementById("menu6");
   myPara.style.color = "#000000"
}

