" . $tabs[$tab]["description"] . "
";
if((array_key_exists($tab, $tabs) OR array_key_exists($tab, $extended_tabs)) AND is_readable("" . $tab . ".php"))
{
//**************************************//
include("" . $tab . ".php");
//**************************************//
}
else
{
//**************************************//
echo "Sorry but the section you're looking for doesn't appear to exist. The princess is in another castle.";
//include("404.php");
//**************************************//
}
echo "