function filmato() {
	document.write("<embed src='img/home.swf' width='400' height='100'></embed>")
}
function logo() {
	document.write("<embed src='img/logo.swf' width='373' height='70'></embed>")
}
function posta(a, b){
	document.write("<a href=mailto:" + a + "@" + b + " class=Stile2>" + a + "@" + b + "</a>");
}