init();

homeDesc = "Check back for<BR>special offers!";
aboutDesc  = "Learn more about<BR>the services we offer!";
conDesc  = "Contact us for<BR>Quotes, Appointments or<BR>with any other inquires!";

homeImg  = "<img border = '0' src = 'images/home.gif' hsrc = 'images/home_over.gif'>";
aboutImg  = "<img border = '0' src = 'images/about.gif' hsrc = 'images/about_over.gif'>";
contactImg  = "<img border = '0' src = 'images/contact.gif' hsrc = 'images/contact_over.gif'>";

homeLink    = "index.html";
aboutLink   = "about.html";
contactLink = "contact.html";

addItem("Home", homeImg, homeLink);
addItem("About", aboutImg, aboutLink);
addItem("Contact", contactImg, contactLink);
  printMenu();
  addMenuItem("Home", homeLink, "Home!", homeDesc);
  addMenu("Home");
addMenuItem("About", aboutLink, "About Us!", aboutDesc);
  addMenu("About");
addMenuItem("Contact", contactLink, "Contact Us!", conDesc);
    addMenu("Contact");
