leftPos = 0
if (screen) {
leftPos = screen.width-650
}

	
function chat(url) {
  remote = window.open('mwchat/index.php', 'chat', 'resizable=yes,scrollbars=no,width=640,height=480,left='+leftPos+', top=0');
  remote.focus()
}


document.write("<a href='index.php'><b>HOME<\/b><\/a><p>")
document.write("<a href='chess_teachers.html'>Chess Teachers<\/a><p>")
document.write("<a href='md_chessclubs.html'>Chess Club Directory<\/a><p>")
document.write("<a href='calendar/indexResponse.phtml'>Chess Calendar<\/a><p>")
document.write("<a href='javascript:chat()'>MD Chess Chat!<\/a><p>")
document.write("<a href='mca_champs.html'>State Champions!<\/a><p>")
document.write("<a href='chess_product.html'>Chess Supplies!<\/a><p>")
document.write("<a href='tourn/games.html'>Games / Crosstables<\/a><p>")
document.write("<a href='mca_links.html'>Chess Links<\/a><p>")
document.write("<a href='contact_mca.html'>Contact MCA<\/a><p>")
document.write("<a href='mca_services.html'>MCA Services<\/a><p>")
document.write("<a href='mca_officers.html'>MCA Officers<\/a><p>")


