<!--
/*
)
*/
// 
// 
YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#FFFFFF";
menuIsStatic="yes";
menuWidth=120; // Must be a multiple of 10! no quotes!!
hdrFontFamily="Arial";
hdrFontSize="3";
hdrFontColor="#000000";
hdrBGColor="#FFFFFF";
hdrAlign="left";
hdrVAlign="left";
hdrHeight="20";
linkFontFamily="Arial";
linkFontSize="2"; 
linkBGColor="#000000";
linkOverBGColor="#808080";
linkTarget="_top";
linkAlign="left";

barBGColor="#000000";
barFontFamily="Arial";
barFontSize="2";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=14; // no quotes!!

startMenu("Szydlowski", "Menu")
addItem("Home", "http://www.cerebralart.com/html/index.html", "");
addItem("About", "http://www.cerebralart.com/html/about.html", "");
addItem("Artwork", "http://www.cerebralart.com/html/artwork.html", "");
addItem("Contact", "http://www.cerebralart.com/html/contact.html", "");
addItem("Flash Version", "http://www.cerebralart.com/index1.html", "");
endMenu()

//-->





