/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
bodyWidth=(IE)?document.body.offsetWidth-20:window.innerWidth-20
YOffset=110; // no quotes!!
barWidth=25; // no quotes!!
XOffset=0; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=5 // no quotes!!
waitTime=250; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black"; //menu bar colours
menuIsStatic="yes";
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=3;
hdrFontFamily="Arial, helvetica, sans-serif";
hdrFontSize="3";
hdrFontColor="black"; //header font colour
hdrBGColor="white"; //header background colour
hdrAlign="left"; //header alignment
hdrVAlign="center";
linkFontFamily="Arial, helvetica, sans-serif";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="white";
linkTarget="_self";
linkAlign="center";
barBGColor="#8080FF";
barFontFamily="Arial, helvetica, sans-serif";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barText=" OPTIONS ";
//barText='<img src="images/nav.gif" border="0" width="31" height="231" alt="Navigation">'
///////////////////////////

// the menu items
//addHdr("Privacy Solutions");
addHdr('<a href="/index.htm"><img src="/images/psl-logo.gif" border="0" width="190" height="28.5" alt="Privacy Solutions Home Page">');
addItem("Home Page", "/index.htm","")
addItem("Contact Us", "/contact.htm","")
addItem("About Us", "/about.htm","")
addItem("Links", "/links.htm","")
addItem("Search", "/search.htm","")
addItem("Site Map", "/map.htm","")
addItem("Top of page", "#top","")
//


// final step that builds the menu
buildMenu();