<?php
/*******************************************************************************
** File : advsearch.php **
** Author : G.Ramkumar **
** Description : Advanced search form **
** Files Included: adv_tpl.php,list_categories.php,header.php,footer.php **
** readalso.php **
** Date : 14/09/2005 **
** Last Modified : 14/09/2005 **
** PHP Version : 5.0.3 **
** **
*******************************************************************************/
session_start();
include('header.php');
?>
<script LANGUAGE="JavaScript" SRC="script/calendar.js"></script>
<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('adv_tpl.php'); ?></td>
</tr>
</table>
</td>
<td width="187" align="left" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="3">
<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');
?>