<?php
session_start();
include("../include/lang.php");
?>
<html>
<head>
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
<link rel="stylesheet" media="screen" type="text/css" title="Design" href="menu.css" />
</head>
<body>
<center>
<?php
echo"<table><tr>".
"<td><a href='../main/contact.php' TARGET='main' onclick=\"parent.frames['sous-menu'].location.href='menu41.php';\"><div id='BgOn'><div id='Bgtxt'>".lg04."</div></div></A></td>".
"<td><a href='../main/cles.php' TARGET='main' onclick=\"parent.frames['sous-menu'].location.href='menu42.php';\"><div id='BgOff'><div id='Bgtxt'>".lg05."</div></div></A></td>".
"<td><a href='../main/user.php' TARGET='main' onclick=\"parent.frames['sous-menu'].location.href='menu43.php';\"><div id='BgOff'><div id='Bgtxt'>".lg06."</div></div></A></td>".
"</tr></table>";
?>
</center>
</body>
</html>