function preload() {
MM_preloadImages('images/btn_home1.gif','images/btn_about1.gif','images/btn_memShip1.gif','images/btn_affiliate1.gif', 'images/btn_facility1.gif', 'images/btn_events1.gif', 'images/btn_contact1.gif')
}

function buttons() {
document.write("<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: collapse' width='700' align='left'>")
document.write("<tr>")
document.write("<td width='7%'>")
document.write("<a href='index.php'   onMouseOver=MM_swapImage('image1','','images/btn_home1.gif',1) onMouseOut=MM_swapImgRestore()>")
document.write("<img border='0' alt='PNU Club Home' src='images/btn_home.gif' name='image1' width='100' height='32'></a></td>")
document.write("<td width='1'>")
document.write("<img border='0' src='images/btn_spacer.gif' width='2' height='31'></td>")
document.write("<td >")
document.write("<a href='aboutus.htm' onMouseOver=MM_swapImage('image2','','images/btn_about1.gif',1) onMouseOut=MM_swapImgRestore()>")
document.write("<img border='0' alt='About PNU Club' src='images/btn_about.gif' name='image2' width='100' height='32'></a></td>")
document.write("<td width='1'>")
document.write("<img border='0' src='images/btn_spacer.gif' width='2' height='31'></td>")
document.write("<td>")
document.write("<a href='membership.htm' onMouseOver=MM_swapImage('image3','','images/btn_memship1.gif',1) onMouseOut=MM_swapImgRestore()>")
document.write("<img border='0' alt='Membership'  src='images/btn_memship.gif' name='image3' width='100' height='32'></a></td>")
document.write("<td width='1'>")
document.write("<img border='0' src='images/btn_spacer.gif' width='2' height='31'></td>")
document.write("<td>")
document.write("<a href='affiliation.htm' onMouseOver=MM_swapImage('image4','','images/btn_affiliate1.gif',1) onMouseOut=MM_swapImgRestore()>")
document.write("<img border='0' alt='Affiliations'  src='images/btn_affiliate.gif' name='image4' width='100' height='32'></a></td>")
document.write("<td width='1'>")
document.write("<img border='0' src='images/btn_spacer.gif' width='2' height='31'></td>")
document.write("<td>")
document.write("<a href='facilities.htm' onMouseOver=MM_swapImage('image5','','images/btn_facility1.gif',1) onMouseOut=MM_swapImgRestore()>")
document.write("<img border='0' alt='PNU Club Facilities' src='images/btn_facility.gif' name='image5' width='100' height='32'></a></td>")
document.write("<td width='1'>")
document.write("<img border='0' src='images/btn_spacer.gif' width='2' height='31'></td>")
document.write("<td>")
document.write("<a href='events.php' onMouseOver=MM_swapImage('image6','','images/btn_events1.gif',1) onMouseOut=MM_swapImgRestore()>")
document.write("<img border='0' alt='Events & activities' src='images/btn_events.gif' name='image6' width='100' height='32'></a></td>")
document.write("<td width='1'>")
document.write("<img border='0' src='images/btn_spacer.gif' width='2' height='31'></td>")
document.write("<td>")
document.write("<a href='contact.php' onMouseOver=MM_swapImage('image7','','images/btn_contact1.gif',1) onMouseOut=MM_swapImgRestore()>")
document.write("<img border='0' alt='Contact us' src='images/btn_contact.gif' name='image7' width='100' height='32'></a></td>")
document.write("</tr>")
document.write("</table>")

}