<?php
require "cfg/cfg.php";
require "./common.php";

$title=$_SESSION['lIndexTitle'];
$description=$_SESSION['lIndexDescription'];
$keywords=$_SESSION['lIndexKeywords'];

include "filecomuni/_prehead.html";
include "filecomuni/_posthead.html";
include "filecomuni/_top.html";
?>
<TABLE cellspacing="0" cellpadding="0" border="0" width="100%"><TR>
<TD width="10%" valign="top">

	<?php include "filecomuni/_menu.html";?>

</TD>
<TD width="90%" valign="top" style="padding-left:2px;padding-right:2px;">
	<h1><?=$_SESSION['lVariePerSvegliarsi']?></h1>

	<table width="100%" cellpadding="5" cellspacing="0" border="0" class="bordotopsfondo"><tr><td align="center">
	<?=$_SESSION['lHpTitPaesi1Girone']?>:<br>
	<?php include "filecomuni/din_listapaesi1.php";?>
	</td></tr></table>
	<br style="line-height:3px;">
	<table width="100%" cellpadding="5" cellspacing="0" border="0" class="bordotopsfondo"><tr><td align="center">
	<?=$_SESSION['lHpTitPaesi2Girone']?>:<br>
	<?php include "filecomuni/din_listapaesi2.php";?>
	</td></tr></table>

	<center>
	<br style="line-height:2px;">
	<?php include "filecomuni/_banner4.php";?>

	<div id="map" style="width: 596px; height: 600px" style="background:#ffa0a0;"></div>
	<div id="message" style="background-color:#eeeeee; height: 15px; text-align:center; font-size:12px; padding:2px; border-bottom: 1px solid #40b0e0"></div>
	<TABLE cellpadding="4" cellspacing="0" border="0" style="text-align:center;">
	<TR>
		<TD><img src="img_icogooglemap/ico_affittacamere.png" border="0" width="32" height="32" alt="icona affittacamere"><br>Affittacamere</TD>
		<TD><img src="img_icogooglemap/ico_agriturismo.png" border="0" width="32" height="32" alt="icona agriturismo"><br>Agriturismo</TD>
		<TD><img src="img_icogooglemap/ico_appartamento.png" border="0" width="32" height="32" alt="icona appartamento"><br>Appartamento</TD>
		<TD><img src="img_icogooglemap/ico_bedandbreakfast.png" border="0" width="32" height="32" alt="icona bed and breakfast"><br>Bed & Breakfast</TD>
		<TD><img src="img_icogooglemap/ico_hotel2.png" border="0" width="32" height="32" alt="icona hotel 2 stelle"><br>Hotel **</TD>
		<TD><img src="img_icogooglemap/ico_hotel4.png" border="0" width="32" height="32" alt="icona hotel 4 stelle"><br>Hotel ****</TD>
		<TD><img src="img_icogooglemap/ico_campeggio.png" border="0" width="30" height="28" alt="icona campeggio"><br>Campeggio</TD>
		<TD><img src="img_icogooglemap/ico_ristorante.png" border="0" width="32" height="32" alt="icona ristorante"><br>Ristorante</TD>
	</TR>
	</TABLE>
	</center>

</TD></TR>
</TABLE>
<!--- middle end--->

<?php include "filecomuni/_bottom.html"?>