<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

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="black";
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="#D7EBFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="red";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=17; // no quotes!!

startMenu("Index", "MENU")
addItem("Home", "http://www.kentdesign1.com/index.html", "");
addItem("Projects", "http://www.kentdesign1.com/projects.html", "");
addItem("Links", "http://www.kentdesign1.com/links.html", "");
addItem("Downloads", "http://www.kentdesign1.com/downloads.html", "");
addItem("Flash Site", "http://kentdesign1.com/kd13/", "");
addItem("Photos", "http://www.pictures-by-lazlo.com/", "");
addItem("Services", "http://www.kentdesign1.com/services.html", "");
addItem("Screensavers", "http://www.kentdesign1.com/screensavers.html", "");
addItem("Something Special", "http://www.vintagerecords.us/", "target=_blank");
addItem("Contact", "http://www.kentdesign1.com/html_file.html/", "");
addItem("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width='133' height='200'><param name='movie' value='advertising_flash.swf'><param name=quality value=high><embed src='advertising_flash.swf' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='133' height='200'></embed></object> ");
endMenu()

//-->

