<!--
function visualizza(pagina) 
{	
	if (pagina == 'where')
		{
	      vis_mess.innerText='Here you can find all the information you need on how to arrive at our location and begin working with us for purchase, sale or real estate rental.'
		}
	if (pagina == 'who')
		{
	      vis_mess.innerText='Here you can find all the information you need on Trebbi Real Estate and all there is to know about how we work.'
		}
	if (pagina == 'contact')
		{
	      vis_mess.innerText='Here you can find our address, telephone number, e-mail and anything else you need in order to contact us.'
		}
	if (pagina == 'rent')
		{
	      vis_mess.innerText='Here you can find all our rental offers.'
		}
	if (pagina == 'sale')
		{
	      vis_mess.innerText='Here you can find all our purchase offers.'
		}
	if (pagina == 'sales')
		{
	      vis_mess.innerText='Here you can leave us your information and details about your real estate.'
		}
	if (pagina == 'search')
		{
	      vis_mess.innerText='Here you can find the real estate you\'re looking for.'
		}
	if (pagina == 'tell')
		{
	      vis_mess.innerText='Here you can send information about our website to a friend.'
		}
	if (pagina == 'offers')
		{
	      vis_mess.innerText='Here you can find the best real estate offers of the moment as well as the best real estate offers in our archives.'
		}
	if (pagina == 'other')
		{
	      vis_mess.innerText='Here you can find a selection of real estate.'
		}
	if (pagina == ' ')
		{   				  
	      vis_mess.innerText='Whether you\'re looking for real estate for purchase or rent, or if you are looking to sell and need the help of experts who are honest and reliable, you\'ve come to the right place: Trebbi Real Estate  "always resolves everything" If you don\'t see what you\'re looking for here, look for the "Contact us" page and we will answer and resolve all your needs as quickly as possible.'
		}
}
//-->
