<!--

/*
Configure menu styles below
NOTE: To edit the LINK COLOURS, go to the STYLE TAG in CSS or STYLE in HEAD 
*/

YOffset=48; // How far from TOP of Screen the menu will be
staticYOffset=20; // Sets Position for Static Menu
slideSpeed=20 // Set Speed for Moving Out and Back of Menu
waitTime=200; // Sets the time the menu stays out for after the mouse goes off it

// Menu Table
menuBGColor="#cc9933";
menuIsStatic="yes";
menuWidth=180; // Must be a multiple of 10! no quotes!!

// Menu Headers and Horizontal Bars
hdrFontFamily="arial, sans serif";
hdrFontSize="3";
hdrFontColor="silver";
hdrBGColor="silver";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";

// Links
linkFontFamily="Cooper";
linkFontSize="4";
linkBGColor="silver";
linkOverBGColor="aqua";
linkTarget="_top";
linkAlign="Center";

// Vertical Menu Bar
barBGColor="black";
barFontFamily="arial black, sans serif";
barFontSize="4";
barFontColor="#cc3300";
barVAlign="center";
barWidth=20; // no quotes!!

// Define the LINKS in the Menu
startMenu("WEB LINKS", "WEB LINKS")
addItem("Domain Owners Information", "http://www.allwhois.com/", "");
addItem("Australian Domain Owners Information", "http://whois.ausregistry.net.au/whois/whois_local.jsp?t=1266902891751", "");
addItem("Domain Availability", "http://www.grahamswebdesign.com/domain.html", "");
addItem("World Domain  &nbsp;&nbsp;&nbsp;Country Codes", "http://www.grahamswebdesign.com/DomainCountryCodes.html", "");
addItem("Grahams HTML Colour Cube", "http://www.grahamswebdesign.com/colorcube.html", "");
addItem("Internet Corporation for Assigned Names and Numbers", "http://www.icann.org", "");
addItem("International Webmasters Association", "http://www.iwanet.org", "");
addItem("Internet Scams Beware", "http://www.scamwatch.gov.au", "");
addItem("Latest Virus and Threats", "http://www.symantec.com/business/security_response/threatexplorer/index.jsp", "");
addItem("Web Page Design Tutorial", "http://www.annabellas-html-help.com/", "");
addItem("Broadband SPEED Test", "http://speedtest.net/", "");
endMenu()

//-->


