<!--

/*
Copyright: Garths Global Goodies © 2003-2009, All Rights Reserved.
Site: http://www.GarthDryland.com
E-mail: garth@OnlineArchives.net
*/

///// START MENU SETTINGS /////
YOffset=140; // no quotes!! - This sets the horizontal position of the menu at time of page load.
staticYOffset=140; // no quotes!! - This sets the horizontal position of the menu after scrolling down the page.
slideSpeed=15 // no quotes!! - This sets the speed the menu slides out at. 
waitTime=400; // no quotes!! - This sets the time the menu stays out for after the mouse goes off it.
menuWidth=160; // no quotes!! - This sets the menu width and it must be in multiples of 10.
menuIsStatic="yes"; // This sets the menu bar font colour.
menuBGColor="000000"; // This sets the menu bar border colour.
// USE TO SET THE MENU CATERGORY "HEADERS".
hdrFontFamily="arial, sans serif"; // This sets the header font type.
hdrFontSize="2"; // This sets the header font size.
hdrFontColor="#FFFFFF"; // This sets the header font colour.
hdrBGColor="#00CC33"; // This sets the header background colour.
hdrAlign="left"; // This sets the horizontal alignment of the header text.
hdrVAlign="center"; // This sets the vertical alignment of the header text.
hdrHeight="20"; // This sets the height of the header.
// USE TO SET THE MENU NAVIGATION "LINKS".
linkFontFamily="verdana, arial, sans serif"; // This sets the link font type.
linkFontSize="1"; // This sets the link font size.
linkBGColor="#FFFFF0"; // This sets the link background colour.
linkOverBGColor="#FFFF66";  // This sets the link background roll over colour.
linkTarget="_top"; // This sets the link target type.
linkAlign="Left"; // This sets the links text alignment.
// USE TO SET THE MENU "BAR" FEATURES.
barBGColor="#FF3333"; // This sets the enu bar colour.
barFontFamily="verdana, arial, sans serif"; // This sets the menu bar font type.
barFontSize="2"; // This sets the menu bar font size.
barFontColor="#FFFFFF"; // This sets the menu bar font colour.
barVAlign="center"; // This sets the vertical alignment of the menu bar text.
barWidth=15; // no quotes!! - This sets the width of the menu bar when closed.

///// START MENU NAVIGATION /////
startMenu("Web Portal Navigation", "S L I D E   M E N U")
addItem("My Homepage", "/index.html", "_self");
addItem("About Me and My Web Portal", "/about.html", "_self");
addItem("Contact Me Now", "mailto:garth@OnlineArchives.net?subject=Priority Portal Enquiry", "");
addItem("Family and Friends", "/gallery.html", "_self");
addItem("Global Internet Business Link", "/giblink.html", "_self");
addItem("Google Advertising", "/advertise.html", "_self");
addItem("Google Search Engine", "/google.html", "_self");
addItem("My Blogspot", "http://garthdryland.blogspot.com", "_parent");
addItem("My Favorite Websites", "/favorite.html", "_self");
addItem("Site Map Directory", "/sitemap.html", "_self");
addItem("Total Internet Security", "/bitdefender.html", "_self");
addItem("Ubuntu Operating System", "/ubuntu.html", "_self");
addItem("The Zeitgeist Movement", "/zeitgeist.html", "_self");

addHdr("Great Products Here");
addItem("BitDefender 2009", "http://esd.element5.com/affiliate.html?affiliateid=200066495&publisherid=200010186&target=http%3A%2F%2Fwww.bitdefender.com.au", "_parent");
addItem("Double D Works [Discount NFS]", "http://www.DoubleDworks.co.nz/", "_blank");

addHdr("Free Stuff 4U Today");
addItem("Avast [Linux and Windows] ", "http://www.avast.com/eng/programs.html", "_blank");
addItem("Best Linux Platform [Live CD]", "http://www.ubuntu.com/", "_blank");
addItem("BitDefender Antivirus 2009", "http://esd.element5.com/affiliate.html?affiliateid=200066495&publisherid=200010186&target=http%3A%2F%2Fwww.bitdefender.com.au%2Fsite%2FMain%2Fview%2FDownload-Free-Products.html", "_parent");
addItem("gibLink MLM Community", "http://www.gibrevenueshare.com/garth", "_blank");
addItem("Google Mail", "http://www.gmail.com/", "_blank");
addItem("NZ City Homepages", "http://home.nzcity.co.nz/", "_blank");
addItem("PayPal Secure Online Payments", "https://www.paypal.com/nz/mrb/pal=9ZQZHD35XGYPW", "_blank");
addItem("Site Map Generator", "http://www.sitemapdoc.com/", "_blank");
addItem("Skin Cancer Treatment", "/cancer.html", "_self");

endMenu()
//-->
