<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
Puplished For VB By Developer
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=15 // 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="#800000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFCC00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="CREATIVX NAV"; // <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]=["CreativX Links"] //create header
ssmItems[1]=["Forum-Home", "http://creativx.net/forums/" ]
ssmItems[2]=["Portal", "http://creativx.net/","_blank"]
ssmItems[3]=[""]
ssmItems[4]=["Member List", "http://creativx.net/forums/members/list/", "_blank"]
ssmItems[5]=["New Posts", "http://creativx.net/forums/search.php?do=getnew", "_blank"]
ssmItems[6]=[""]
ssmItems[7]=["Some Links To me."]
ssmItems[8]=["User CP", "http://creativx.net/forums/usercp.php", "_blank",1, "no"] //create two column row
ssmItems[9]=["PM", "http://creativx.net/forums/private.php?folderid=0", "_blank",1]

ssmItems[10]=["External Links", "", "_blank"] //create header
ssmItems[11]=["Virtual Customs", "http://virtualcustoms.net/", "_blank"]
ssmItems[12]=["Gfx-Effects", "http://gfx-effects.com/", "_blank"]
ssmItems[13]=["SevenForums", "http://www.sevenforums.com/", "_blank"]

buildMenu();

//-->
