<!--

/*
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=50 // no quotes!!
waitTime=300; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#280F49";
hdrBGColor="#666699";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#666699";
linkOverBGColor="#000003";
linkFontColor="#F8F8FC";
linkTarget="_main";
linkAlign="Left";
barBGColor="#666699";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="#000003";
barVAlign="center";
barWidth=30; // no quotes!!
barText="Y H R C "; // <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", "./index.htm", "contentFrame"]
ssmItems[2]=["About Us", "./aboutus.htm","contentFrame"]
ssmItems[3]=["Publications", "./Publications.htm", "contentFrame"]
ssmItems[4]=["Almasar", "./Almasar.htm", "contentFrame"]
ssmItems[5]=["News", "./News.htm", "contentFrame"]
ssmItems[6]=["YHRC Books", "./YHRCBooks.htm", "contentFrame"]
ssmItems[7]=["Contact YHRC", "./ContactYHRC.htm", "contentFrame"]
ssmItems[8]=["FAQ", "./Faq.htm", "contentFrame", 1, "no"] //create two column row
ssmItems[9]=["Email Us", "mailto:YmnHRC@aol.com", "contentFrame",1]

buildMenu();

//-->