<!--

/*
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=50; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=600; // 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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#EBE4BD";
hdrBGColor="#79462D";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#B19525";
linkOverBGColor="#BDAB7B";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="SIDE 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]=["Menu"] //create header
ssmItems[1]=["Home", target="http://www.blackwolf-designs.com/"]
ssmItems[2]=["Drinking and Driving", "brandy.html",target="new window"]
ssmItems[3]=["Fire Prevention", "fire.html",target="new window"]
ssmItems[4]=["Greeting  Cards", "reg2.html",target="new window"]
ssmItems[5]=["Free Backgrounds","backgrounds.html", target="new window" ]
ssmItems[6]=["Wolves", "http://members.tripod.com/~reg_5/wolf.html",target="new window"]
ssmItems[7]=["Help Find a Child", "http://members.tripod.com/~RegT/reg4.html",target="new window"] 
ssmItems[8]=["Migraines","http://members.tripod.com/~reg_5/migraines.html",target="new window"] 
ssmItems[9]=["Cystic Fibrosis", "http://members.tripod.com/~blackwolf54/index.html",target="new window"] 
ssmItems[10]=["Seizures/Epilepsy", "seizures.html",target="new window"] 
ssmItems[11]=["Turners Syndrome", "turners-syndrome.html",target="new window"]
ssmItems[12]=["Heart Disease", "http://members.tripod.com/blackwolf373/index.htm",target="new window"]
ssmItems[13]=["Canada ", "http://members.tripod.com/blackwolf373/canada.html",target="new window"]
ssmItems[14]=["Parental Alienation", "parental alienation.html",target="new window"]


buildMenu();

//-->