<!--

/*
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="#db0000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#ff0000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="QUICK 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]=["User Settings"] //create header
ssmItems[1]=["Edit Profile", "http://forums.czaphirelab.com/profile.php?do=editprofile", "_blank"]
ssmItems[2]=["Download/Upload", "http://forums.czaphirelab.com/downloads.php","_blank"]
ssmItems[3]=["Buy", "http://forums.czaphirelab.com/xperience.php?go=shop", "_blank"]
ssmItems[4]=["Community", "http://forums.czaphirelab.com/faq.php?nojs=1#community", "_blank"]
ssmItems[5]=["New Threads", "http://forums.czaphirelab.com/search.php?do=getdaily", "_blank"]
ssmItems[6]=["User Blog", "http://forums.czaphirelab.com/blog_usercp.php", "_blank"]
ssmItems[7]=["Apply To Be A Mod", "http://forums.czaphirelab.com/forumdisplay.php?f=3", "_blank"]
ssmItems[8]=["Messaging"]
ssmItems[9]=["Send Message", "http://forums.czaphirelab.com/private.php?do=newpm", "_blank"] //create two column row
ssmItems[10]=["Contact Admin", "http://forums.czaphirelab.com/private.php?do=newpm&u=1", "_blank"]

ssmItems[11]=["Friend Sites"] //create header
ssmItems[12]=["Onionhead", "http://www.onionhead.zipwired.net", "_blank"]
ssmItems[13]=["Affiliate With Us!", "http://forums.czaphirelab.com/private.php?do=newpm&u=1", "_blank"]


buildMenu();

//-->
