<!--

/*
Copyright: Double D Works Ltd - 2008-2010, All Rights Reserved.
Site: http://www.DoubleDworks.co.nz
E-mail: admin@DoubleDworks.co.nz
*/

///// 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="#416cb4"; // This sets the header font colour.
hdrBGColor="#e5e5e5"; // 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="#bacbe6";  // 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="#678dc9"; // 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("Site Navigation", "S L I D E   M E N U")
addItem("Homepage - Blog Central", "/index.html", "_self");
addItem("About DDW and Team", "/about.html", "_self");
addItem("Site Map Directory", "/sitemap.html", "_self");
addItem("Terms and Conditions", "/terms.html", "_self");

addHdr("Business Management");
addItem("Accountwise", "http://www.AccountWise.co.nz/", "_self");
addItem("Double D Services", "http://www.DoubleDservices.co.nz/", "_self");
addItem("1st Domains NZ", "http://www.1stdomains.co.nz/", "_blank");
addItem("Hosting - FREE Domain", "http://www.hostmonster.com/track/onlinearchives/ONLINEARCHIVES", "_blank");

addHdr("Handy Free Stuff");
addItem("Google Apps", "http://www.google.com/apps/", "_blank");
addItem("NZ City Homepages", "http://www.nzcity.co.nz/", "_blank");
addItem("PayPal for Business", "https://www.paypal.com/nz/mrb/pal=9ZQZHD35XGYPW", "_blank");

addHdr("Networking Connection");
addItem("Contact us by Email", "/contact", "_self");
addItem("Chat with us Online", "/chat", "_self");
addItem("Follow us on Facebook", "http://www.facebook.com/pages/Double-D-Works-Ltd/103993462964", "_self");
addItem("Member of Trade Me", "http://www.trademe.co.nz/Members/Listings.aspx?searchtype=SELLER&member=2824097", "_blank");
addItem("Tweet us on Twitter", "http://www.twitter.com/doubledworks", "_self");

addHdr("Quality Products");
addItem("Artemis Swiss Therapy", "http://www.doubledproducts.co.nz/catalogue/brand-names/artemis", "_self");
addItem("Double D Products", "http://www.DoubleDproducts.co.nz/", "_self");
addItem("Ear Candles By Choice", "http://www.EarCandlesByChoice.co.nz/", "_self");
addItem("Nutrient Food Science", "http://www.doubledproducts.co.nz/catalogue/brand-names/nfs", "_self");
addItem("Pure Quality Weleda", "http://www.trademe.co.nz/Members/Listings.aspx?searchtype=SELLER&member=2824097", "_blank");

endMenu()
//-->
