﻿//Top;
document.write('<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">');
document.write('<tr><td width="100%" align=center>');
//start of logo
//
document.write('<table align=center border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td nowrap align=center><img border="0" src="/images/logo.jpg" alt="HBHEF" width="600px" height="70px"></td>');
//document.write('<td width="30%" height="80"></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td></tr>');
//end of logo
//
document.write('<tr><td width="100%" align=center>');
//start of the top Menu;
//
document.write('<table width="100%" bgcolor=lightgreen cellspacing="0" cellpadding="8" border="0"><tr>');

document.write('<td align=center width = "55%"><a href="/index.html">Home</a> |');
document.write('&nbsp;&nbsp; <a href="/php/st_en.php?cat=All">Needy Students</a> |');
document.write('&nbsp;&nbsp; <a href="/php/sp_en.php?cty_cat=-">Sponsored Students</a> |');
document.write('&nbsp;&nbsp; <a href="/php/donor_en.php?yr=All">Donor List</a> |');
document.write('&nbsp;&nbsp; <a href="/php/donor_select_en.php?yr=All">Donor Search</a> |');
document.write('&nbsp;&nbsp; <a href="/php/st_select_en.php?yr=All">Student Search</a>');
document.write('</td>');

document.write('<td align=center width = "40%">');
document.write('&nbsp;&nbsp; <a href="/founder.html">About HBHEF</a> |');
document.write('&nbsp;&nbsp; <a href="/howto.html">How to Donate</a> | ');
document.write('&nbsp;&nbsp; <a href="/link_add.html">Shop For Charity</a> |');
//document.write('&nbsp;&nbsp; <a href="/php/st_count.php">Pictures</a> |');
document.write('&nbsp;&nbsp; <a href="/congrate.html">Recognitions</a>');
document.write('</td>');

document.write('<td align=right width = "5%">');
document.write('&nbsp;&nbsp; <a href="/c_index.html"><b>&#20013;&#25991;</b></a></td>');
document.write('</tr></table>');

document.write('</td></tr>');
//end of the top Menu;
