<?php
/*******************************************************************************
** File : search_results.php **
** Author : G.Ramkumar **
** Description : advanced search result page **
** Date : 14/07/2005 **
** Last Modified : 02/08/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"><?=$advsearch_?></span></td>
</tr>
</table>
<table cellpadding="0" width="100%" border="0" cellpadding="3">
<tr>
<td valign="top"><?include('advsearch_qry.php');?></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 width="100%" height="100%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td align="left" valign="middle"> <?include('readalso.php')?></td>
</tr>
</table>
</td>
</tr>
<?
include('footer.php');
?>