<!--

/* 
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="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="right";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FFCC33";
linkOverBGColor="#FF3333";
linkTarget="_top";
linkAlign="Right";
barBGColor="#0000FF";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="yellow";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SITE 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]=["Skyeman's Menu"] //create header
ssmItems[1]=["Home", "http://skyeman.com", ""]
ssmItems[2]=["Paid Mails", "http://skyeman.com/PaidMails","_new"]
ssmItems[3]=["Casino Haven", "http://skyeman.com/CasinoHaven", "_new"]
ssmItems[4]=["Little Las Vegas", "http://skyeman.com/LittleLasVegas", "_new"]
ssmItems[5]=["Awards", "http://skyeman.com/Awards", "", 1, "no"]  //create two column row
ssmItems[6]=["Email", "mailto:webmaster@skyeman.com", "",1]
ssmItems[7]=["External Links", "", ""] //create header
ssmItems[8]=["Skyeman's Freebies", "http://skyeman.com/Freebies", "_new"]
ssmItems[9]=["HTMLBasics", "http://skyeman.com/HTMLBasics", "_new"]

buildMenu();

//-->



