<!--

/*
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=120; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#006600";
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="#006600";
hdrBGColor="#cccccc";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#006600";
linkOverBGColor="#00cc00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#006600";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#cccccc";
barVAlign="center";
barWidth=30; // no quotes!!
barText="HERE IS THE 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]=["M E N U"] //create header
ssmItems[1]=["Front Page", "main.htm", ""]
ssmItems[2]=["SHOP - support me", "http://market.renderosity.com/mod/bcs/index.php?vendor=83499","_blank"]
ssmItems[3]=["Gallery", "http://www.renderosity.com/mod/gallery/browse.php?user_id=83499", "_blank"]
ssmItems[4]=["DOWNLOADS"] //create header
ssmItems[5]=["Clothes", "clothes1.htm", ""]
ssmItems[6]=["Characters", "char1.htm", ""]
ssmItems[7]=["Textures", "tex1.htm", ""]
ssmItems[8]=["Hair", "hair1.htm", ""]
ssmItems[9]=["Morphing props", "mpp1.htm", ""]
ssmItems[10]=["Static props", "prp1.htm", ""]
ssmItems[11]=["CONTACT"]
ssmItems[12]=["E-mail", "e-mail.htm", "", 1, "no"] //create two column row
ssmItems[13]=["Guestbook", "guestbook.htm", "",1]
ssmItems[14]=["MORE"]
ssmItems[15]=["Links", "links.htm", ""]
ssmItems[16]=["Denmark...", "Denmark.htm", "",] 
ssmItems[17]=["P5Tutorial", "tut1.htm", "", 1, "no"]
ssmItems[18]=["P6 DoF tutorial", "DOFtut1.htm", "",1]
ssmItems[19]=["Webcam", "webcam.htm", "",]
ssmItems[20]=["Music", "music.htm", "",]
ssmItems[21]=["LiveJournal", "LiveJournal.htm", "",]

buildMenu();

//-->