var top_HTML = '<table cellspacing="0" cellpadding="0" border="0" align="center">'
top_HTML += '<tr><td height="120" width="120">&nbsp;</td>'
if (drummer == 'scottsdale') {top_HTML += '<td height="120" width="760" class="pagetitle">The Scottsdale Dirty Drummer<br><span class="pagetitle1">2730 N. Scottsdale Rd. Scottsdale, AZ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Phone: (480) 949-2797</span></td>'}
if (drummer == 'phoenix') {top_HTML += '<td height="120" width="760" class="pagetitle">The Phoenix Dirty Drummer<br><span class="pagetitle1">2303 N. 44th Street. Phoenix, AZ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Phone: (602) 840-2726</span></td>'}
if (drummer == 'mesa') {top_HTML += '<td height="120" width="760" class="pagetitle">The Mesa Dirty Drummer<br><span class="pagetitle1">1211 N. Country Club Dr. Mesa, AZ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Phone: (480) 834-6371</span></td>'}
if (drummer == 'chandler') {top_HTML += '<td height="120" width="760" class="pagetitle">The Chandler Dirty Drummer<br><span class="pagetitle1">3002 N. Arizona Ave. Chandler, AZ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Phone: (480) 926-2843</span></td>'}

top_HTML += '<td id="sportslogo" height="120" width="120" align="center"><img id="pic0" src="images/Suns.png" width="99" height="99" border="0" usemap="#Map01"><map name ="Map01"><area id="sportslink" shape="rect" coords="0,0,99,99" href="" target="_blank" title="Phoenix Suns Web Site Logo Copyright by Phoenix Suns."></map></td>'
top_HTML += '</tr></table>'

var nav_HTML = ''
var menubar = 'navbar';
if (drummer != 'scottsdale') {
   menubar = 'navbar2';
   nav_HTML += '<div><table cellspacing="0" cellpadding="0" border="0" align="center">'
   nav_HTML +='<tr>'
   nav_HTML +='<td width="10%" class="navbar" onmouseout="this.style.color=\'black\'; this.style.backgroundImage=\'url(images/bluebuttonb.png)\';" onmouseover="this.style.color=\'#C6EBFF\'; this.style.backgroundImage=\'url(images/bluebutton.png)\'; this.style.cursor=\'pointer\'" onclick="window.location.href=\'home.html\'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>'
   nav_HTML +='<td width="90%">&nbsp;</td>'
   nav_HTML +='</tr>'
   nav_HTML += '</table></div>'
} else {
   nav_HTML += '<div><table cellspacing="0" cellpadding="0" border="0" align="center" width="100%">'
   nav_HTML +='<tr>'
   nav_HTML +='<td width="10%" class="navbar" onmouseout="this.style.color=\'black\'; this.style.backgroundImage=\'url(images/bluebuttonb.png)\';" onmouseover="this.style.color=\'#C6EBFF\'; this.style.backgroundImage=\'url(images/bluebutton.png)\'; this.style.cursor=\'pointer\'" onclick="window.location.href=\'home.html\'">Home</td>'
   nav_HTML +='<td width="22%" class="' + menubar + '" onmouseout="this.style.color=\'black\'; this.style.backgroundImage=\'url(images/bluebuttonb.png)\';" onmouseover="this.style.color=\'#C6EBFF\'; this.style.backgroundImage=\'url(images/bluebutton.png)\'; this.style.cursor=\'pointer\'" onclick="window.location.href=\'events.html\'">Calendar of Events</td>'
   nav_HTML +='<td width="17%" class="' + menubar + '" onmouseout="this.style.color=\'black\'; this.style.backgroundImage=\'url(images/bluebuttonb.png)\';" onmouseover="this.style.color=\'#C6EBFF\'; this.style.backgroundImage=\'url(images/bluebutton.png)\'; this.style.cursor=\'pointer\'" onclick="window.location.href=\'menu.html\'">Eatin & Drinkin</td>'
   nav_HTML +='<td width="15%" class="' + menubar + '" onmouseout="this.style.color=\'black\'; this.style.backgroundImage=\'url(images/bluebuttonb.png)\';" onmouseover="this.style.color=\'#C6EBFF\'; this.style.backgroundImage=\'url(images/bluebutton.png)\'; this.style.cursor=\'pointer\'" onclick="window.location.href=\'specials.html\'">Our Specials</td>'
   nav_HTML +='<td width="11%" class="' + menubar + '" onmouseout="this.style.color=\'black\'; this.style.backgroundImage=\'url(images/bluebuttonb.png)\';" onmouseover="this.style.color=\'#C6EBFF\'; this.style.backgroundImage=\'url(images/bluebutton.png)\'; this.style.cursor=\'pointer\'" onclick="window.location.href=\'staff.html\'">Our Staff</td>'
   nav_HTML +='<td width="15%" class="' + menubar + '" onmouseout="this.style.color=\'black\'; this.style.backgroundImage=\'url(images/bluebuttonb.png)\';" onmouseover="this.style.color=\'#C6EBFF\'; this.style.backgroundImage=\'url(images/bluebutton.png)\'; this.style.cursor=\'pointer\'" onclick="window.location.href=\'gallery.html?group=0\'">Photo Gallery</td>'
   nav_HTML +='<td width="10%" class="' + menubar + '" onmouseout="this.style.color=\'black\'; this.style.backgroundImage=\'url(images/bluebuttonb.png)\';" onmouseover="this.style.color=\'#C6EBFF\'; this.style.backgroundImage=\'url(images/bluebutton.png)\'; this.style.cursor=\'pointer\'" onclick="window.location.href=\'diamondbacks.html\'">Sports</td>'
   nav_HTML +='</tr>'
   nav_HTML += '</table></div>'
}
