<!--
<!--
YOffset=30; // no quotes!!
staticYOffset=30; // 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="#666666";
menuIsStatic="yes";
menuWidth=150; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#ff9900";
hdrBGColor="#666666";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#666666";
linkOverBGColor="#666666";
linkTarget="_top";
linkAlign="left";
barBGColor="#ff9900";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#666666";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("menu", "menu")
addItem('the story', 'story.html', '');
addItem('the pics', 'pics.html', '');
addItem('the shop', 'shop-news/?page_id=3', '');
addItem('download', 'shop.html', '');
addItem('the news', 'shop-news/', '');
addItem('contact', '../contact.php', '');
addItem('front page', 'index.html', '');
endMenu()

//-->

//-->
