<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuspace		= "10"				// WHITESPACE RIGHT ADJUST
var menuVspace		= "10"				// SPACE BELOW MENU
document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0">');
document.write('<tr><td class="menu-titles">');
// MENU BOX TITLE

document.write('Welcome<br>');

document.write('</td></tr></table>');
document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0" class="menu-table">');
document.write('<tr><td align="center">');
document.write('<table cellspacing="0" cellpadding="3" border="0" width="100%">');
document.write('<tr><td align="left" valign="top">');
document.write('<img src="picts/spacer.gif" height="2" width="10" border="0"><br>');

// START LINKS COPY AND PASTE ANY LINE TO ADD A LINK

document.write('<a href="http://www.dcarb.com/" class="menu">Home</a><br>');

document.write('<a href="http://www.dcarb.com/dallas-history/benny-binion.htm" class="menu">Benny Binion</a><br>');
document.write('<a href="http://www.dcarb.com/dallas-history/jfk-assassination" class="menu">John F. Kennedy</a><br>');
document.write('<a href="http://www.dcarb.com/dallas-history/bill-decker.htm" class="menu">Sheriff Bill Decker</a><br>');
document.write('<a href="http://www.dcarb.com/dallas-history/will-fritz.htm" class="menu">Captain Will Fritz</a><br>');
document.write('<a href="http://www.dcarb.com/dallas-history/j-frank-norris.htm" class="menu">Top of Hill Casino</a><br>');
document.write('<a href="http://www.dcarb.com/dallas-history/slats-rodgers.htm" class="menu">Slats Rogers</a><br>');
document.write('<a href="http://www.dcarb.com/dallas-history/bonnieparkers-baby-daughter.htm" class="menu">Bonnie Parker</a><br>');


document.write('<br>');
// SECOND GROUP OF LINKS

document.write('<a href="http://www.dcarb.com/jim-gatewood-events.htm" class="menu">Calendar of Events</a><br>');
document.write('<a href="http://www.dcarb.com/contact-request.htm" class="menu">Contact</a><br>');
document.write('<a href="http://www.dcarb.com/links.htm" class="menu">Links</a><br>');

document.write('<img src="picts/spacer.gif" height="2" width="10" border="0"><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');
document.write('<img src="picts/spacer.gif" height="'+menuVspace+'" width="'+menuspace+'" border="0"><br>');

//  End -->