<?php
require('admin/config.php');
require('admin/connect.php');
include('admin/outputlib.php');
?>
<HEAD>
<link REL="stylesheet" TYPE="text/css" HREF="portalxp.css">
<STYLE>
A:hover
{
COLOR: #ff3333;
TEXT-DECORATION: none
}
</STYLE>
</HEAD>
<div class='topname'>
PortalXP
</div>
<div class='topaddress'>
Linking teachers and students on the web
</div>
<div style="POSITION: absolute; TOP: 50px; LEFT: 0px; Z-INDEX: 25; WIDTH: 700px">
<table width='700px' BORDER="0" CELLSPACING="0" CELLPADDING="0">
<tr>
<td colspan=2 bgcolor='#349601'>
</td>
</tr>
<tr>
<td width='150px' bgcolor='#85BA69' valign='top'>
<div class='sidelink'>
<hr>
Why PortalXP?
<hr>
<a href="overview.php">Overview</a>
<hr>
Benefits
<hr>
Demo Teacher
<hr>
<a href="contactxp.php">Contact Us</a>
<hr>
<a href="signup.php">Sign-up</a>
<hr>
<a href="support.php">Tech Support</a>
<hr>
<a href="index.php">Home</a>
<hr>
</div>
</td>
<td valign='top' width='545px'>
<fieldset>
<legend class="fieldset">
Contact PortalXP
</legend>
<ul>
<li>Technical Support: <a href="mailto:<?php echo $supportemail ?>"><?php echo $supportemail ?></a>
<li>General Information: <a href="mailto:<?php echo $infoemail ?>"><?php echo $infoemail ?></a>
</ul>
</fieldset>
</tr>
<tr>
<td colspan=2 bgcolor='#349601'>
</td>
</tr>
<tr>
<td colspan=2>
<center>
©2002 Da Who Software - PortalXP Version <?php echo $versionnumber ?>
</center>
</td>
</tr>
</table>