function printrules() {
window.open('pdf_files/league_rules.PDF','','toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,resizable=yes,width=675,height=575');
}

function printsheet() {
window.open('pdf_files/blank_scoresheet.PDF','','toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,resizable=yes,width=675,height=575');
}

function admin_login() {
window.open('login_page_main.asp','','toolbar=no,location=yes,directories=no,menubar=no,scrollbars=yes,resizable=yes,width=675,height=575');
}

function link(){
var URL = document.form.site3.options[document.form.site3.selectedIndex].value;
window.location.href = URL;
}

function info(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="form">');
document.write('<table width="95%" bgcolor="#FFFFFF" border="0" cellspacing="0" cellpadding="0" align="center">');
document.write('<tr bgcolor="#000066">');
document.write('<td align="bottom" width="10%">');
document.write('<a href="javascript:admin_login()"><font face="Arial" color="#000066" size="4"><b>A</b></font></a>');
document.write('</td>');
document.write('<td align="bottom" width="80%">');
document.write('<table width=100% border="0">');
document.write('<tr>');
document.write('<td align="center" >');
document.write('<br>');
document.write('<div align="center"><span style="color: #ffffff">');
document.write('<font face="Arial Black" size="6">West Alexander Church Dartball League<br>');
document.write('</font></span><span style="font-size: normal 10px/11px Arial, Helvetica, sans-serif; color: #ffffff;">');
document.write('<br>');
document.write('</span></div>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('<td align="bottom" width="10%">');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('<table border="0" cellpadding="0" cellspacing="0" width="90%">');
document.write('<tr>');
document.write('<td width="33%" align="center">');
document.write('<select name="site" size=1 onChange="javascript:info(this)">');
document.write('<option>League Information ....&nbsp;');
document.write('<option value="info_page.asp">Request Information');
document.write('<option value="javascript:printrules()">League Rules');
document.write('<option value="javascript:printsheet()">Blank Score Sheet');
document.write('</select>');
document.write('</td>');
document.write('<td width="34%" align="center">');
document.write('</td>');
document.write('<td width="33%" align="center">');
document.write('<select name="site3" size=1 onChange="javascript:link(this)"  LANGUAGE=javascript>');
document.write('<option>Links & Tournaments ....&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<option value="links.asp">Links');
document.write('<option value="upcoming_tournaments.asp">Tournaments');
document.write('</select>');
document.write('</td>');
document.write('<td width="10%" align="center">');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</form>');
