<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=560; // 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="blank";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=220; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#FF0000";
hdrAlign="right";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="left";
barBGColor="#FF0000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="* NewChrousty  *"; // <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]=["NewChrousty "] //create header
ssmItems[1]=["Training", "training.htm", ""]
ssmItems[2]=["CService people", "people.htm", ""]
ssmItems[3]=["Servers", "servers.htm",""]
ssmItems[4]=["About us", "About.htm", ""]
ssmItems[5]=["", "", ""]
ssmItems[6]=["Downloads", "", ""] //create header
ssmItems[7]=["Index", "download/", "_blank"]
ssmItems[8]=["Win IRCD", "download/ircd.rar", "_blank"]
ssmItems[9]=["Unreal3.2.3 IRCD (Linux,Unix.Freebsd)", "download/Unreal3.2.3.tar.gz", "_blank"]
ssmItems[10]=["PsyBNC 2.3.1" , "download/psyBNC2.3.1.tar.gz", "_blank"]
ssmItems[11]=["Putty ", "download/putty.exe", "_blank"]
ssmItems[12]=["", "", ""]
ssmItems[13]=["Links", "", ""] //create header
ssmItems[14]=["Help", "http://Help.newchrousty.org", "_blank"]
ssmItems[15]=["Micro-Isp", "http://www.micro-isp.org", "_blank"]
ssmItems[16]=["Trois-Riviere", "http://www.trois-riviere.info", "_blank"]
ssmItems[17]=["", "", ""]

buildMenu();

//-->
