<!-- Begin




var flashcolor		= "#A3C4BA"		// FLASH BACKGROUND COLOR
var color		= "#A3C4BA"		// HEADER BACKGROUND COLOR
var flashheight		= "100"			// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "560"			// WIDTH OF THE FLASH (IN PIXELS)





document.write('<table cellpadding="0" cellspacing="0"  height="100" bgcolor="#A3C4BA">');
document.write('<tr>');
document.write('<td valign="top" width="250"><img border="0" src="immagini/spazio.gif" width="175" height="100"></td>');
document.write('<td valign="top" width="560">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="560" height="100">	');
document.write('<param name="movie" value="logosm.swf">');
document.write('<param name="quality" value="High">');
document.write('<embed src="logosm.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="560" height="100"></object>');
document.write('</td>');
document.write('<td valign="top" width="519"></p>');
document.write('<p></td>');
document.write('<td height="100" width="6"></td>');
document.write('</tr>');
document.write('</table>');

//  End -->

var hide_status		= "yes"	
var status_text 	= "Podere Santa Maria"

   if (hide_status == "yes") {

function hidestatus(){
window.status=status_text
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus

}


