<!--



/*

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=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=160; // Must be a multiple of 10! no quotes!!

menuCols=2;

hdrFontFamily="verdana";

hdrFontSize="2";

hdrFontColor="white";

hdrBGColor="#336699";

hdrAlign="left";

hdrVAlign="center";

hdrHeight="15";

linkFontFamily="Verdana";

linkFontSize="2";

linkBGColor="#f7f7f7";

linkOverBGColor="#336699";

linkTarget="_top";

linkAlign="Left";

barBGColor="#444444";

barFontFamily="Verdana";

barFontSize="2";

barFontColor="white";

barVAlign="center";

barWidth=20; // no quotes!!

barText="SITE NAVIGATION"; // <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]=["Games!!!"] //create header

ssmItems[1]=["BattleShip", "battleship.php", ""]

ssmItems[2]=["Maze", "maze.php",""]

ssmItems[3]=["Table Hockey", "tablehockey.php", ""]

ssmItems[4]=["Collapse", "collapse.php", ""]

ssmItems[5]=["Copter", "copter.php", ""]

ssmItems[6]=["Disc Golf", "discgolf.php", ""]

ssmItems[7]=["Frogger", "frogger.php", ""]

ssmItems[8]=["Snake", "snake.php", ""]

ssmItems[9]=["Space Invaders", "spaceinvaders.php", ""]

ssmItems[10]=["Simon", "simon.php", ""]

ssmItems[11]=["Pacman", "pacman.php", ""]

ssmItems[12]=["Tetris", "tetris.php", ""]



ssmItems[13]=["TicTacToe", "tictactoe.php", "", 1, "no"] //create two column row

ssmItems[14]=["More...", "allgames.php", "",1]



ssmItems[15]=["Chat Site Navigation", "", ""] //create header

ssmItems[16]=["About Us", "aboutus.php", ""]

ssmItems[17]=["Chatsite F.A.Q", "faq.php", ""]

ssmItems[18]=["Chatrooms F.A.Q", "rfaq.php", ""]

ssmItems[19]=["Link To Us", "links.php", ""]

ssmItems[20]=["Contact Us", "contact.php", ""]



buildMenu();



//-->
