<!--

/*
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=20; // no quotes!!
barWidth=18; // no quotes!!
XOffset=0; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
linkFontFamily="Verdana";
linkFontSize="3";
linkBGColor="orange";
linkOverBGColor="#DDDDDD";
linkTarget="_top";
linkAlign="Left";
barBGColor="lightblue";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="red";
barVAlign="center";
barText='CONTINUE'; // <IMG> tag supported. Put exact html for an image to show.
//'<IMG SRC="image.gif" WIDTH="9" HEIGHT="9" BORDER="0">'

///////////////////////////

// the menu items
addItem("Continue", "http://www.ruberyymb.co.uk/welcome.html")



// final step that builds the menu
buildMenu();

//-->
