// JavaScript Document

function logo() {
document.write('<object type="application/x-shockwave-flash" data="flash/logo.swf" width="900" height="54">\n');
document.write('<param name="movie" value="flash/logo.swf" /> \n');
document.write('<param name="wmode" value="transparent" /> \n');
document.write('<param name="quality" value="high" /> \n');
document.write('</object>\n');
}

function mappa() {
document.write('<object type="application/x-shockwave-flash" data="flash/mappa.swf" width="270" height="250">\n');
document.write('<param name="movie" value="flash/mappa.swf" /> \n');
document.write('<param name="wmode" value="transparent" /> \n');
document.write('<param name="quality" value="high" /> \n');
document.write('</object>\n');
}

function home_page(num) {
document.write('<object type="application/x-shockwave-flash" data="flash/homepage_' + num + '.swf" width="805" height="300">\n');
document.write('<param name="movie" value="flash/homepage_' + num + '.swf" /> \n');
document.write('<param name="wmode" value="transparent" /> \n');
document.write('<param name="quality" value="high" /> \n');
document.write('</object>\n');
}

function videoclip() {
document.write('<object type="application/x-shockwave-flash" data="flash/video3.swf" width="805" height="300">\n');
document.write('<param name="movie" value="flash/video3.swf" /> \n');
document.write('<param name="wmode" value="transparent" /> \n');
document.write('<param name="quality" value="high" /> \n');
document.write('</object>\n');
}

function villa() {
document.write('<object type="application/x-shockwave-flash" data="flash/villa.swf" width="805" height="300">\n');
document.write('<param name="movie" value="flash/villa.swf" /> \n');
document.write('<param name="wmode" value="transparent" /> \n');
document.write('<param name="quality" value="high" /> \n');
document.write('</object>\n');
}
function gestione() {
document.write('<object type="application/x-shockwave-flash" data="flash/gestione.swf" width="805" height="300">\n');
document.write('<param name="movie" value="flash/gestione.swf" /> \n');
document.write('<param name="wmode" value="transparent" /> \n');
document.write('<param name="quality" value="high" /> \n');
document.write('</object>\n');
}
function eventi() {
document.write('<object type="application/x-shockwave-flash" data="flash/eventi.swf" width="805" height="300">\n');
document.write('<param name="movie" value="flash/eventi.swf" /> \n');
document.write('<param name="wmode" value="transparent" /> \n');
document.write('<param name="quality" value="high" /> \n');
document.write('</object>\n');
}
function matrimoni() {
document.write('<object type="application/x-shockwave-flash" data="flash/matrimoni.swf" width="805" height="300">\n');
document.write('<param name="movie" value="flash/matrimoni.swf" /> \n');
document.write('<param name="wmode" value="transparent" /> \n');
document.write('<param name="quality" value="high" /> \n');
document.write('</object>\n');
}
function contatti() {
document.write('<object type="application/x-shockwave-flash" data="flash/contatti.swf" width="805" height="300">\n');
document.write('<param name="movie" value="flash/contatti.swf" /> \n');
document.write('<param name="wmode" value="transparent" /> \n');
document.write('<param name="quality" value="high" /> \n');
document.write('</object>\n');
}

/* Popup-Credits */
function credits() {
	var w = screen.width;
	var h = screen.height;
	var x = Math.round(w / 2) - Math.round(340 / 2);
	var y = Math.round(h / 2) - Math.round(230 / 2);
	finestra = window.open ('credits.htm', 'CREDITS', 'left=' + x + ',screenX=' + x + ',top=' + y + 'screenY=' + y +',width=340,height=160,status=no' ); 
}
