function Apri_Finestra(str)
{
	var my_window;
	my_window = window.open ("",  "mywindow","scrollbars=no,resizable=yes,status=no,width=680,height=650,location=no,toolbar=no");
	my_window.document.write('<table bgcolor="#cccc99" border="0" cellspacing="0" cellpadding="0" height="100%" width="100%" id="table1">');
	my_window.document.write('<tr>');
	my_window.document.write('<td align="center"><img src="images/logo_centro_ippico.jpg" alt="Maneggio, a cavallo, lago di bolsena, toscana, passeggiate a cavallo, agriturismo, ospitalit&agrave;" height="99" width="98" border="0">');
	my_window.document.write('<img src="images/San_Filippo.jpg" alt="Maneggio, a cavallo, lago di bolsena, toscana, passeggiate a cavallo, agriturismo, ospitalit&agrave;" height="100" width="487" border="0"></td>');
	my_window.document.write('</tr><tr><td align="center"><img src="');
	my_window.document.write(str);
	my_window.document.write('"></td></tr><tr>');
	my_window.document.write('<td align="center"><INPUT type="button" value="Close windows" onClick="window.close()"></td>');
	my_window.document.write('</tr><tr><td align="center">');
	my_window.document.write('<b><font color="#003300">Cell. 338/7524339 -|- Tel. Fax 0763/733713 -|- ');
	my_window.document.write('<a href="mailto:info@maneggiosanfilippo.it?subject=informazioni">');
	my_window.document.write('<font color="#003300">info@maneggiosanfilippo.it</font></a><br>');
	my_window.document.write('Acquapendente Strada della Falconiera - località San Filippo</font></b></td>');
	my_window.document.write('</tr></table>');
	my_window.document.close();
	my_window.document.clear();
    my_window.focus();
}

