<!-- Begin

destinations = new Array

destinations[0] = '<td width="12%" id="1c" class="nav" style="background-image: url(./images/img8.gif);" align="center"><h1><a href="index.php" id="1">Home</a></h1></td>';
destinations[1] = '<td width="13%" id="2c" class="nav" style="background-image: url(./images/img8.gif);" align="center"><h1><a href="about.php" id="2">About</a></h1></td>';
destinations[2] = '<td width="12%" id="3c" class="nav" style="background-image: url(./images/img8.gif);" align="center"><h1><a href="educational.php" id="3">Educational</a></h1></td>';
destinations[3] = '<td width="13%" id="4c" class="nav" style="background-image: url(./images/img8.gif);" align="center"><h1><a href="partners.php" id="4">Partners</a></h1></td>';
destinations[4] = '<td width="12%" id="5c" class="nav" style="background-image: url(./images/img8.gif);" align="center"><h1><a href="community.php" id="5">Community</a></h1></td>';
destinations[5] = '<td width="12%" id="6c" class="nav" style="background-image: url(./images/img8.gif);" align="center"><h1><a href="gallery.php" id="6">Gallery</a></h1></td>';
destinations[6] = '<td width="13%" id="7c" class="nav" style="background-image: url(./images/img8.gif);" align="center"><h1><a href="downloads.php" id="7">Downloads</a></h1></td>';
destinations[7] = '<td width="12%" id="8c" class="nav" style="background-image: url(./images/img8.gif);" align="center"><h1><a href="register.php" id="8">Register</a></h1></td>';

var destination = "";
for (var offset=0; offset<destinations.length; offset++)
{destination += destinations[offset]
}
document.write("<table id=\"navTable\"><tr>");
document.write(destination);
document.write("</tr></table>");

var leonardo = '<table id="loginTable"><tr><td style="text-align: center; padding: 2px;"><form name="form1" action="login.php" method="post" style="display: inline;" onsubmit="return check_login();">&nbsp; Username: <input type="text" id="username" value="" name="username" onfocus="underCU();" style="width: 80px; background-color: #cccccc; padding-left: 3px;">&nbsp; Password: <input id="password" type="password" value="" name="password" onfocus="underCP();" style="width: 80px; background-color: #cccccc; padding-left: 3px;">&nbsp;<input type="submit" id="submit" value=" Login" name="submit" style="width: 80px; background-color: #CC99CC; border: solid 2px #000000;"></form>&nbsp;<a href="recovery.php" class="padLink">Forgot password?</a>&nbsp;&nbsp;&nbsp;<a href="./editor/" target="_blank" title="Administrators Only Area" onmouseover="move_in(\'admin\',\'./images/admin_on.jpg\')" onmouseout="move_out(\'admin\',\'./images/admin_off.jpg\')"><img src="./images/admin_off.jpg" name="admin" id="admin" style="vertical-align: middle;" alt="Administrators Only Area" /></a></td></table>';
document.write(leonardo);
// End -->
