<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // no quotes!!
XOffset=0;
staticYOffset=70; // 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=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="0";
hdrFontColor="white";
hdrBGColor="#993399";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="0";
linkBGColor="white";
linkOverBGColor="#993399";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="993399";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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", "http://odsgirl.com/dedications/birthday/smilealways.html", "external"]
ssmItems[2]=["For Kat", "http://odsgirl.com/dedications/birthday/formom.html", "external"]
ssmItems[3]=["For Melancholia", "http://odsgirl.com/dedications/birthday/melancholia.html", "external"]
ssmItems[4]=["For My Family", "http://odsgirl.com/dedications/family/merceds.htm", "_new"]
ssmItems[5]=["For Stef", "http://odsgirl.com/dedications/stef/forstef.htm", "external"]
ssmItems[6]=["Valentine Greets","http://odsgirl.com/dedications/valentine/myvalentines.htm","_new"]
ssmItems[7]=["Everthing Orlando","http://odsgirl.com/fansites/orlando/everythingorlando.htm","_new"]
ssmItems[8]=["For John","http://odsgirl.com/dedications/xmas/forjohnxmaspage.htm","external"]
ssmItems[9]=["Email Me", "mailto:REMOVEFIRSTmsodie21@yahoo.com", "_new"]

buildMenu();

//-->