//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("about", "About Us", "About Us",  null, "http://smartelf.com/aboutus.html");
	menu.addItem("hosting", "Hosting", "Hosting", null, "http://smartelf.com/hosting.html");
	menu.addItem("domains", "Domain Names", "Domain Names",  null, "https://www.secureserver.net/default.asp?isc=&se=%2B&from%5Fapp=&prog%5Fid=smartelf&pl%5Fid=105328");
	menu.addItem("webdev", "Web Development", "Web Development", null, "http://smartelf.com/designers.html");
	menu.addItem("ecommerce", "E-Commerce", "E-Commerce",  null, "https://www.securepaynet.net/gdshop/ecommerce/cart.asp?se=%2B&prog%5Fid=smartelf");
        menu.addItem("advertising", "Advertising", "Thunder Blitz!",  null, "http://smartelf.com/advertising.html");
        menu.addItem("home", "Home", "Home",  "http://smartelf.com/", null);
        
	
menu.addSubItem("about", "Company Profile", "Company Profile",  "http://smartelf.com/aboutus.html", "");
	menu.addSubItem("about", "Programmer's Bio", "Programmer's Bio",  "http://smartelf.com/abradley.html", "");
	menu.addSubItem("about", "Testimonials", "Testimonials",  "http://smartelf.com/testimonials.html", "");
	menu.addSubItem("about", "Contact Us", "Contact Us",  "http://smartelf.com/contactus.html", "");

	menu.addSubItem("hosting", "Value Plan", "Value Plan",  "http://smartelf.com/hosting.html", "");
	menu.addSubItem("hosting", "Enterprise Plan", "Enterprise Plan",  "http://smartelf.com/hosting2.html", "");
	menu.addSubItem("hosting", "Reseller Plan", "Reseller Plan",  "http://smartelf.com/hosting3.html", "");
	menu.addSubItem("hosting", "Pricing", "Pricing",  "http://smartelf.com/pricing.html", "");
	menu.addSubItem("hosting", "Technical Specs", "Technical Specs",  "http://smartelf.com/hostingspecs.html", "");
	menu.addSubItem("hosting", "Help Manual", "Help Manual",  "http://dnspropagation.com/manual", "_blank");
	menu.addSubItem("hosting", "Support Desk", "Support Desk",  "http://smartelf.com/contactus.html", "");

	menu.addSubItem("domains", "Register a domain", "Register a domain",  "https://www.secureserver.net/default.asp?isc=&se=%2B&from%5Fapp=&prog%5Fid=smartelf&pl%5Fid=105328", "");
	menu.addSubItem("domains", "Transfer a domain", "Transfer a domain",  "https://www.secureserver.net/transfer.asp?isc=&se=%2B&from_app=&mscssid=1947995&pl_id=105328&prog_id=smartelf&target=transfer%2Easp", "");
	
        menu.addSubItem("domains", "Pricing", "Pricing",  "http://smartelf.com/pricing.html", "");
        menu.addSubItem("domains", "Manage a domain", "Manage your domain",  "https://www.securepaynet.net/gdshop/shopper_lookup.asp?isc=&se=%2B&from%5Fapp=&prog%5Fid=smartelf&pl%5Fid=105328", "");
        menu.addSubItem("domains", "Help / FAQs", "Help / FAQs",  "http://smartelf.com/helpfaq.html", "");
        menu.addSubItem("domains", "Support Desk", "Support Desk",  "http://smartelf.com/contactus.html", "");

	
menu.addSubItem("webdev", "WordPress Blog", "WordPress Blog",  "http://smartelf.com/wordpress.html", "");
	menu.addSubItem("webdev", "Designers For Hire", "Recommended Designers",  "http://smartelf.com/designers.html", "");
	menu.addSubItem("webdev", "Design Software", "Design Software",  "http://smartelf.com/designsoft.html", "");
	menu.addSubItem("webdev", "CGI Perl Scripts", "CGI Scripts", "http://smartelf.com/scripts.html", "");
	menu.addSubItem("webdev", "Helpful Resources", "Helpful Resources",  "http://smartelf.com/links.html", "");

	menu.addSubItem("ecommerce", "Shopping Cart", "Shopping Cart",  "https://www.securepaynet.net/gdshop/ecommerce/cart.asp?se=%2B&prog%5Fid=smartelf", "");
	menu.addSubItem("ecommerce", "SSL Certificates", "SSL Certificates",  "https://www.securepaynet.net/gdshop/ssl/ssl.asp?se=%2B&prog%5Fid=smartelf&pl%5Fid=105328", "");
	
        menu.addSubItem("ecommerce", "Merchant Account", "Merchant Account",  "http://smartelf.com/ecommerce.html", "");
	menu.addSubItem("ecommerce", "Sell Membership", "Sell Membership",  "http://smartelf.com/elfgate.html", "");
	menu.addSubItem("ecommerce", "Auctions", "Auctions",  "http://auctionfire.com/", "_blank");
        

        menu.addSubItem("advertising", "Search Engines", "Search Engines",  "https://www.securepaynet.net/gdshop/traffic_blazer/landing.asp?se=%2B&prog%5Fid=smartelf", "");
	menu.addSubItem("advertising", "Email Marketing", "Email Marketing",  "https://www.securepaynet.net/gdshop/blazers/cb_landing.asp?se=%2B&prog%5Fid=smartelf&rhl=blazersplit", "");
        menu.addSubItem("advertising", "Free Auctions", "Free Auctions",  "http://auctionfire.com/", "_blank");

	menu.showMenu();
}