<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=130; // 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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="red";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#0078FF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ff0000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATION 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]=["Main Page", "infaith_main.htm", "self"]
ssmItems[2]=["The Hypnosis Institute ", "infaith_hypnosis.htm","self"]
ssmItems[3]=["The Reiki Institute ", "infaith_reiki.htm", "self"]
ssmItems[4]=["Neuro-Linguistic Psychology ", "infaith_Neuro-linguistic_psychology.htm", "self"]
ssmItems[5]=["Classes & Events", "infaith_classes-events.htm", "self"]
ssmItems[6]=["Infaith Catalog", "infaith_catalog.htm", "self"]
ssmItems[7]=["Barry Seedman & Faculty", "infaith_barry_faculty.htm", "self"]
ssmItems[8]=["Private Sessions", "infaith_private-sessions.htm", "self"]

ssmItems[9]=["Albert-University", "http://www.albertuniversity.org/", "", 1, "no"] //create two column row
ssmItems[10]=["Email Us", "mailto:infaithinc@aol.com?subject=More Information", "",1]

ssmItems[11]=["Other Links", "", ""] //create header
ssmItems[12]=["Order Form", "infaith_order_form.htm", "self"]
ssmItems[13]=["Contact Us", "infaith_contact.htm", "self"]
ssmItems[14]=["Books and Tapes", "infaith_books_tapes.htm", "self"]

buildMenu();

//-->