<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=50; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#FAD228";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#035F9E";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Kergs Stuff"; // <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]=["Stuff"] //create header
ssmItems[1]=["VP Downloads", "http://members.vpchat.com/kergan/vpdownloads.html", ""]
ssmItems[2]=["Downloads", "http://members.vpchat.com/kergan/downloads.html", ""]
ssmItems[3]=["countdown to Love", "http://members.vpchat.com/kergan/countdown1.html", ""]
ssmItems[4]=["dynamicdrive.com", "http://www.dynamicdrive.com/", ""]
ssmItems[5]=["Get latest build of vp chat", "http://vpchat.com/download/vpchat.exe", ""]
ssmItems[6]=["Message Boards", "http://kergan.proboards21.com/.", ""]
ssmItems[7]=["Games", "http://members.shaw.ca/david_feather/games.html", ""]

ssmItems[8]=["Halsoft Help", "http://vpchat.com/help", "", 1, "no"] //create two column row
ssmItems[9]=["Make a page for Beginners", "http://members.vpchat.com/kergan/pages.html", "",1]

ssmItems[10]=["External Links", "", ""] //create header
ssmItems[11]=["Bird Spotting", "http://members.vpchat.com/kergan/bird.html", ""]
ssmItems[12]=["Santana Creations", "http://www.santanacreations.com/", ""]
ssmItems[13]=["Pc Pitstop", "http://www.pcpitstop.com/", ""]


buildMenu();

//-->