<!--
/*
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=16; // no quotes!!
staticYOffset=16; // 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="no";
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#800000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#B00000";
linkOverBGColor="#C99292";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFFFCE";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#000000";
barVAlign="center";
barWidth=25; // no quotes!!

startMenu("Celtic Taps", "M E N U")
addItem("Home page", "http://www.allens.to/celtictaps", "");
addItem("Email ", "mailto: lori@escapeworks.com", "");
addItem("Dora Keogh", "http://www.dorakeogh.com", "");
addItem("Celtic Toronto", "http://www.oceltic.org", "");
addHdr("Pub Search");
addItem("Browse", "http://www.allens.to/celtictaps/show_pub.php", "")
addItem("By Country", "http://www.allens.to/celtictaps/bycountry.shtml", "");
addItem("By Name", "http://www.allens.to/celtictaps/byname.shtml", "");
addHdr("Add to Database");
addItem("Add Pub", "http://www.allens.to/celtictaps/edit.php", "");
addHdr("Activities");
addItem("Send a Postcard", "http://www.allens.to/celtictaps/postcard/postimage.cgi?action=design&picture=http://allens.to/celtictaps/postcard/invite.jpg", "");
addHdr("Links");
addItem("Jigtime", "http://www.jigtime.com", "");
addItem("Allens", "http://www.allens.to", "");

endMenu()

//-->