function svuota(ID)
	{
	var text = document.getElementById(ID);
	
	if (text.value == "(Inserisci la tua email)")
	text.value = '';
	
	}

function popola(ID)
	{
	var text = document.getElementById(ID);
	if (ID == "email" & text.value == "")
	text.value = "(Inserisci la tua email)";
	
	
}

function preferiti() {
title = "Partito Democratico, circolo di Osimo - PD Osimo";
url = "http://www.pdosimo.it";
if (window.sidebar) {
// Preferiti per Mozilla Firefox 
window.sidebar.addPanel(title, url,"");
} else if( window.external ) {
// Preferiti per MSIE 
window.external.AddFavorite( url, title);
}
}
