<?
include ("includes/global.inc"); // Global Variables
include ("includes/functions.inc"); // Global Functions
echo "<html>\n";
echo "<head>\n";
echo "<title>$title</title>\n";
echo "<meta http-equiv='Content-Type' content='text/html; charset='iso-8859-1'>\n";
echo " </head>\n";
echo " <body bgcolor='#DCD7CB' link='#2B3D61' alink='#2B3D61' vlink='#2B3D61'>\n";
echo " <table border='0' width='100%' cellspacing='0' cellpadding='0'>\n";
echo " <tr>\n";
echo " <td valign='bottom' align='right' colspan='2'>\n";
echo " <table width='100%' border='0' cellspacing='0' cellpadding='0'>\n";
echo " <tr>\n";
echo " <td valign='bottom'><i><font color='#BCBCBC'><b></b></font></i></td>\n";
echo " <td align='right'>\n";
echo " <table width='360' border='0' cellspacing='0' cellpadding='0'>\n";
echo " <tr>\n";
echo " <td width='24'><a href='preferences.php?ID=$ID' target='main'><img src='images/preferences.gif' width='24' height='24' border='0'></a></td>\n";
echo " <td nowrap> <a href='preferences.php?ID=$ID' class='stil8' target='main'>preferences</a> </td>\n";
echo " <td width='24'><a href='mailbox.php?ID=$ID&mbox_id=inbox' target='main'><img src='images/e-mail.gif' width='24' height='24' border='0'></a></td>\n";
echo " <td nowrap> <a href='mailbox.php?ID=$ID&mbox_id=inbox' class='stil8' target='main'>e-mail</a> </td>\n";
echo " <td width='27'><a href='notebook.php?ID=$ID' target='main'><img src='images/notebook.gif' width='24' height='24' border='0'></a></td>\n";
echo " <td nowrap> <a href='notebook.php?ID=$ID' class='stil8' target='main'>notebook</a> </td>\n";
echo " <td width='24'><a href='addressbook.php?ID=$ID' target='main'><img src='images/addressbook.gif' width='24' height='24' border='0'></a></td>\n";
echo " <td nowrap> <a href='addressbook.php?ID=$ID' class='stil8' target='main'>addressbook</a> </td>\n";
echo " <td width='24'><a href='favorites.php?ID=$ID' target='main'><img src='images/favorites.gif' width='24' height='23' border='0'></a></td>\n";
echo " <td nowrap> <a href='favorites.php?ID=$ID' class='stil8' target='main'>favorites</a> </td>\n";
echo " </tr>\n";
echo " </table>\n";
echo " </td>\n";
echo " </tr>\n";
echo " </table>\n";
echo " </td>\n";
echo " </tr>\n";
echo " </table>\n";
echo " </body>\n";
echo " </html>\n";
?>