include("../include/init_front.php");
//----------define layout variables in case is HOME PAGE or not -------------------------------------
$header_src="../images/header2.jpg";
$content_width_tag='width="565"';
$header_tail_tag='background="../images/bg.jpg"';
$menu_background='bgcolor="#FFFFFF"';
if ($HOME_PAGE) //$HOME_PAGE = 1 in index.php and =0 elsewhere
{
$header_src="../images/header.jpg";
$content_width_tag='width="383"';
$header_tail_tag='background="../images/bg.gif"';
$menu_background='';
}
//--------------------------------------------------------------------------------------------
?>