<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=1; // no quotes!!
staticYOffset=1; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#99CCFF";
menuIsStatic="yes";
menuWidth=200; // Must be a multiple of 10! no quotes!!
hdrFontFamily="Courier";
hdrFontSize="1";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="1";
linkFontFamily="Courier Black";
linkFontSize="2";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#99CCFF";
barFontFamily="arial, sans serif";
barFontSize="4";
barFontColor="#ffffff";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("Menu", "M E N U")
addItem("Home Page", "index.html", "");
addItem("Testimonials", "testimonial.htm", "");
addItem("Feature LISTINGS", "feature_listings.htm", "");
addItem("Other Listings", "other_local_listings.htm", "");
addItem("Nanaimo Sideshow", "nanaimo-real-estate.htm", "");
addItem("Nanaimo Directory", "about_nanaimo.htm", "");
addItem("Gabriola Slideshow", "gabriola-island-real-estate.htm", "");
addItem("Gabriola Directory", "about_gabriola.htm", "");
addItem("Van Is Slideshow", "vancouver_island_sideshow.htm", "");
addItem("Streaming VIDEOS", "videos.htm","");
addItem("Contact Steve", "contact.htm", "");
addItem("Immigration", "immigration_info.htm", "");
addItem("Buyers Info", "buyers_info.htm", "");
addItem("Agency", "agency_relationship.htm", "");
addItem("Nanaimo Photos", "nanaimo_photos.htm", "");
addItem("Gabriola Photos", "gabriola_photos.htm", "");
addItem("Market Statistics", "client_services.htm", "");
addItem("BLOG", "http://www.blog.steveorealestate.com/", "");
addItem("Weblog", "blog.php", "");
addItem("ADD LINK", "directory.htm", "");
addItem("Visiting WHALES", "nanaimo_harbour_whales.htm", "");
endMenu()

//-->