<?php
/*******************************************************************************
** File : archive.php **
** Author : G.Ramkumar **
** Description : Consult our archive Page **
** Date : 14/09/2005 **
** Last Modified : 14/09/2005 **
** PHP Version : 5.0.3 **
** **
*******************************************************************************/
session_start();
include('header.php');
?>
<tr>
<td width="180" align="left" valign="top">
<?include("list_categories.php")?>
</td>
<td width="600" align="left" valign="top">
<table width="100%" border="0" align="center" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" class="bgybluewolineCopy" height="17"> <span class="cont_co"><?=$your_?> :</span><a class="contlink" href="http://www.belgium.be/eportal/application?languageParameter=<?=$lang?>"><?=$home_?></a> <img src="images/arrow.gif"><span class="cont_co">Archives</span></td>
</tr>
</table>
<table cellpadding="0" width="100%" align="center" cellspacing="3" border="0">
<tr>
<td valign="middle" class="heading5" height="25"><?=$consult_?></td>
</tr>
<tr>
<td align="center">
<table cellpadding="3" cellspacing="3" height="100">
<tr>
<td align="center" valign="top"><p class="cont1" align="justify">
To consult our archives use the<a href="advsearch.php?lang=<?=$lang?>" class="contblack"><u>advanced search</u></a> engine.You can search for an article
based on its date,category or its keyword.</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="187" align="left" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" class="bgybluewolineCopy" height="19"></td>
</tr>
</table>
<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="3">
<tr>
<td align="left" valign="middle"> <?include('readalso.php')?></td>
</tr>
</table>
</td>
</tr>
<?
include('footer.php');
?>