document.writeln('<center>');
document.writeln('<table width="100%">');

document.writeln('<tr><td width=125 align="center">');
document.writeln('<img id="menuImage" src="ballroom/USADanceLogo5023.jpg" width="150px;">');
document.writeln('<br>');
document.writeln('<font style="color: yellow; font-size: 8pt;">Ballroom Dancers of Tulsa</font>');
document.writeln('<br></td></tr>');

document.writeln('<tr><td align="center" height="30">');
document.writeln('<input type="button" class="menuButton" style="color: lightblue;" value="Next Dance" onclick="window.open(\'ballroom/flyer.html\', \'NextDanceFlyer\', \'width=400, height=600, resizable=yes, scrollbars=yes\')">');
document.writeln('</td></tr>');

document.writeln('<tr><td align="center" height="30">');
document.writeln('<input type="button" class="menuButton" style="color: ivory;" value="Who We Are" onclick="document.location=\'ballroom/whoweare.html\'">');
document.writeln('</td></tr>');

document.writeln('<tr><td align="center" height="30">');
document.writeln('<input type="button" class="menuButton" style="color: lightgreen;" value="Group Classes" onclick="document.location=\'ballroom/groupClasses.html\'">');
document.writeln('</td></tr>');

document.writeln('<tr><td align="center" height="30">');
document.writeln('<input type="button" class="menuButton" style="color: red;" value="Upcoming Events" onclick="document.location=\'ballroom/upcomingevents.html\'">');
document.writeln('</td></tr>');

document.writeln('<tr><td align="center" height="30">');
document.writeln('<input type="button" class="menuButton" style="color: yellow;" value="Post Event Notice" onclick="document.location=\'ballroom/postEvent.html\'">');
document.writeln('</td></tr>');

document.writeln('<tr><td align="center" height="30">');
document.writeln('<input type="button" class="menuButton" value="Membership Application" onclick="document.location=\'ballroom/membership.html\'">');
document.writeln('</td></tr>');

document.writeln('<tr><td align="center" height="30">');
document.writeln('<input type="button" class="menuButton" style="color: yellow;" value="Join Email List" onclick="document.location=\'ballroom/joinEmail.html\'">');
document.writeln('</td></tr>');

document.writeln('<tr><td align="center" height="30">');
document.writeln('<input type="button" class="menuButton" value="Smooth Dance Practice" onclick="document.location=\'ballroom/practiceSession.html\'">');
document.writeln('</td></tr>');

document.writeln('<tr><td align="center" height="30">');
document.writeln('<input type="button" class="menuButton" value="Pictures" onclick="document.location=\'ballroom/pictures.html\'">');
document.writeln('</td></tr>');

document.writeln('<tr><td align="center" height="30">');
document.writeln('<input type="button" class="menuButton" value="Resource Links" onclick="document.location=\'ballroom/resourcelinks.html\'">');
document.writeln('</td></tr>');

document.writeln('<tr><td align="center" height="30">');
document.writeln('<input type="button" class="menuButton" value="Where To Dance" onclick="document.location=\'ballroom/placesToDance.html\'">');
document.writeln('</td></tr>');

document.writeln('<tr><td align="center" height="30">');
document.writeln('<input type="button" class="menuButton" " value="Dance Floor Etiquette" onclick="window.open(\'ballroom/etiquette.jpg\', \'DanceFloorEtiquette\', \'width=612, height=792, resizable=yes, scrollbars=yes\')">');
document.writeln('</td></tr>');

document.writeln('<tr><td align="center" height="30">');
document.writeln('<input type="button" class="menuButton" value="Dance Music Tempos" onclick="document.location=\'ballroom/tempo.html\'">');
document.writeln('</td></tr>');

document.writeln('<tr><td align="center" height="30">');
document.writeln('<hr><br>');
document.writeln('</td></tr>');

document.writeln('<tr><td align="center" height="60">');
document.writeln('<input type="button" class="menuButton" style="color: ivory; height: 50px;" value="Tango Argentino de Tulsa" onclick="document.location=\'/TAT/tango/upcomingevents.html\'">');
document.writeln('</td></tr>');

document.writeln('</table>');
document.writeln('</center>');
