<!--
/*
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="#C0C0C0";
menuIsStatic="yes";
menuWidth=170; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, helvetica";
hdrFontSize="2";
hdrFontColor="#00FF00";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="arial, helvetica";
linkFontSize="1";
linkBGColor="#404040";
linkOverBGColor="#000000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="arial, helvetica";
barFontSize="2";
barFontColor="#00FF00";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("12 Hits From HeLL", "menu")
addItem("booklet - front", "http://www.onethirtyeight.com/info/12hitsfromhell/index.html", "");
addItem("page 2", "http://www.onethirtyeight.com/info/12hitsfromhell/page2.html", "");
addItem("page 3", "http://www.onethirtyeight.com/info/12hitsfromhell/page3.html", "");
addItem("page 4", "http://www.onethirtyeight.com/info/12hitsfromhell/page4.html", "");
addItem("page 5", "http://www.onethirtyeight.com/info/12hitsfromhell/page5.html", "");
addItem("page 6", "http://www.onethirtyeight.com/info/12hitsfromhell/page6.html", "");
addItem("page 7", "http://www.onethirtyeight.com/info/12hitsfromhell/page7.html", "");
addItem("booklet - back", "http://www.onethirtyeight.com/info/12hitsfromhell/back.html", "");
addItem("j-card", "http://www.onethirtyeight.com/info/12hitsfromhell/jcard.html", "");
addItem("compact disc", "http://www.onethirtyeight.com/info/12hitsfromhell/cd.html", "");
addItem("promo poster", "http://www.onethirtyeight.com/info/12hitsfromhell/poster.html", "");
addItem("promo postcard with stickers - front", "http://www.onethirtyeight.com/info/12hitsfromhell/postcard_front.html", "");
addItem("promo postcard with stickers - back", "http://www.onethirtyeight.com/info/12hitsfromhell/postcard_back.html", "");
addHdr("onethirtyeight.com");
addItem("return to main page", "http://www.onethirtyeight.com/main.html", "");
addHdr("other links");
addItem("Information Website", "http://www.angelfire.com/darkside/misfits12hits/", "");
endMenu()

//-->
