// JavaScript Document
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td>');
document.write('<a href="index.html"><img  id="menu" name="Home" src="images/HOME.jpg" alt="" width="230" height="55" border="0"></a>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<a href="About Us.html"><img src="images/ABOUT US.jpg" alt="" width="230" height="40" border="0"></a>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<a href="NewsEvents.html"><img src="images/NEWSEVENTS.jpg" alt="" width="230" height="40" border="0"></a>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>')
document.write('<a href="Testmonial.html"><img src="images/TESTIMONIALS.jpg" alt="" width="230" height="40" border="0"></a>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<a href="Contact Us.html"><img src="images/CONTACT US.jpg" alt="" width="230" height="62" border="0"></a>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
