<?php
if(!isset($_REQUEST['lang'])){ $_REQUEST['lang'] = "Fr";}
if(!isset($_REQUEST['choix'])){ $_REQUEST['choix'] = "home";}
if($_REQUEST['lang'] == "En")
{   
     include("inc/txten.php");
}
elseif($_REQUEST['lang'] == "Fr")
{   
     include("inc/txtfr.php");
}
?>



<HTML>

<HEAD>
<TITLE>OSCAR QC</TITLE>
<META NAME="Author" CONTENT="INFODATA">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<link href="res/style_eb.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY BGCOLOR=#DFE1D6>
<TABLE WIDTH=944 ALIGN="center"><tr><td>
<?php include("inc/top.php")?>
<TABLE CELLPADDING=0 CELLSPACING=0 WIDTH=944 HEIGHT=400><tr><TD BGCOLOR="" VALIGN="top"><?php echo MAIN;?></td></tr></table>
<?php include("inc/bottom.php")?>
</TR>
</table>
</BODY>
</HTML>
