<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="White";
hdrBGColor="brown";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#fff999";
linkTarget="_top";
linkAlign="Left";
barBGColor="brown"; //#444444
barFontFamily="Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText="~ MENU ~"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=[" ~ Menu ~"] //create header
ssmItems[1]=[" Home Page", "http://fisheagle-safaris.co.za/index.htm",""]
ssmItems[2]=[" Hot Pictures", "http://fisheagle-safaris.co.za/pic1.htm",""]
ssmItems[3]=[" More Pictures", "http://www.dynamicdrive.com/pic2.htm", ""]
ssmItems[4]=[" About", "http://fisheagle-safaris.co.za/about.htm", ""]
ssmItems[5]=[" What to bring", "http://fisheagle-safaris.co.za/bring.htm", "_new"] // New window
ssmItems[6]=[" Diseases", "http://fisheagle-safaris.co.za/bookings.htm", ""]
ssmItems[7]=[" Permits", "http://fisheagle-safaris.co.za/bookings.htm", ""]
ssmItems[8]=[" Taxidermy", "http://fisheagle-safaris.co.za/bookings.htm", ""]
ssmItems[9]=[" Tariffs", "http://fisheagle-safaris.co.za/bookings.htm", ""]
ssmItems[10]=[" Bookings", "http://fisheagle-safaris.co.za/bookings.htm", ""]

ssmItems[11]=[" FAQ", "http://fisheagle-safaris.co.za/faq.htm", "", 1, "no"] //create two column row
ssmItems[12]=[" Email", "mailto:info@fisheagle-safaris.co.za?subject=From the website", "",1]

ssmItems[13]=[" External Links ", "", ""] //create header

ssmItems[14]=[" Search the web", "http://www.google.com", "_new"]
ssmItems[15]=[" Birding Links", "http://www.freewarejava.com", "_new"]
ssmItems[16]=[" Hiking Links", "http://absolutegb.com/maximus/", "_new"]
ssmItems[17]=[" Fishing Links", "http://absolutegb.com/maximus/", "_new"]
ssmItems[18]=[" Hotel Links", "http://absolutegb.com/maximus/", "_new"]
ssmItems[19]=[" Transport Links", "http://absolutegb.com/maximus/", "_new"]
ssmItems[20]=[" ", "", ""]

buildMenu();

//-->