function pippo(pos)
	{
	// telefono
	if (pos==1)
		{
		document.getElementById('dati').innerHTML="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;E-Mail: <A href='mailto:edoardo.garassino@chirurgiaestetica.it' style='COLOR: red'>edoardo.garassino@chirurgiaestetica.it</a>";
		setTimeout("document.getElementById('dati').innerHTML=''", 15000);
		}
	// telefono
	if (pos==2)
		{
		document.getElementById('dati').innerHTML="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Telefono: 0381-691608";
		setTimeout("document.getElementById('dati').innerHTML=''", 15000);
		}
	// fax
	if (pos==3)
		{
		document.getElementById('dati').innerHTML="&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fax: 0381-691608";
		setTimeout("document.getElementById('dati').innerHTML=''", 15000);
		}
	}
//function popprenota()
	//{
	// window.open('pop_prenot.asp','popprenot','height=400, width=450,resizable=no,status=no,titlebar=no,tools=no');
	//}
function flash(x)
		{
		 newWindow=window.open(x,'popprenot','height=350,width=500,resizable=no,status=no,titlebar=no,tools=no');
		}