<!--

/*
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="QUICK LINKS"; // <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]=["Special Features"] //create header
ssmItems[1]=["Forums", "http://www.ashokforums.com/forums"]
ssmItems[2]=["Gallery", "http://www.ashokforums.com/gallery"]
ssmItems[3]=["Arcade Games", "http://www.ashokforums.com/forums/arcade.html"]
ssmItems[4]=["World Map", "http://www.ashokforums.com/forums/VBGooglemap.php"]
ssmItems[5]=["Chat", "http://www.ashokforums.com/forums/flashchat.php"]
ssmItems[6]=["Reviews", "http://www.ashokforums.com/forums/reviews/"]
ssmItems[7]=["Movie Search", "http://www.ashokforums.com/forums/movies.php"]
ssmItems[8]=["Horoscopes", "http://www.ashokforums.com/forums/vbhoroscopes.php"] //create two column row
ssmItems[9]=["Special Threads", "http://www.ashokforums.com/forums/general/collection-special-threads/"]

ssmItems[10]=["Useful Links", "", "_blank"] //create header
ssmItems[11]=["User CP", "http://www.ashokforums.com/forums/control-panel/"]
ssmItems[12]=["Todays Posts", "http://www.ashokforums.com/forums/search/get-todays-posts/"]
ssmItems[13]=["New Posts", "http://www.ashokforums.com/forums/search/get-new-posts/"]
ssmItems[14]=["Private Messages", "http://www.ashokforums.com/forums/private-messages/"]

buildMenu();

//-->
