function popup(x) {
win = window.open(x,"pop","screenx=0;screeny=0,top=0,left=0,toolbar=no,width=500,height=400,directories=no,status=no,scrollbars=yes,resize=yes,menubar=no,location=no,copyhistory=no");
     }
	 function popup2(p,x,y) {
win = window.open(p,"pop","screenx=0;screeny=0,top=0,left=0,toolbar=no,width="+x+",height="+y+",directories=no,status=yes,scrollbars=yes,resize=yes,menubar=no,location=no,copyhistory=no");
     }
function messaggio(x) {
win = window.open("messaggi_invia.php?id="+x,"profilo","screenx=0;screeny=0,top=0,left=0,toolbar=no,width=650,height=400,directories=no,status=no,scrollbars=yes,resize=yes,menubar=no,location=no,copyhistory=no");
     }
	 
	 function leggi_messaggio(x) {
win = window.open("messaggi_lavagna.php?id="+x,"profilo","screenx=0;screeny=0,top=0,left=0,toolbar=no,width=400,height=400,directories=no,status=no,scrollbars=yes,resize=yes,menubar=no,location=no,copyhistory=no");
     }
	 function isDefined(property) {
  return (typeof property != 'undefined');
}
function flash(file,slogan,animazione,links) {
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="760" height="140">\n');
    document.write('<param name="movie" value="flash.swf">\n');
    document.write('<param name="quality" value="high">\n');
	document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
	document.write('<param name="allowFullScreen" value="false" />\n');
	document.write('<param name="flashvars" value="file='+file+'&slogan='+slogan+'&animazione='+animazione+'&link='+links+'">\n');

	 document.write('<embed src="flash.swf" FlashVars="file='+file+'&slogan='+slogan+'&animazione='+animazione+'&link='+links+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="140"></embed></object>\n');
}

function main() {
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="780" height="300">\n');
    document.write('<param name="movie" value="index.swf">\n');
    document.write('<param name="quality" value="high">\n');
	 document.write('<embed src="index.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="300"></embed></object>\n');
}
function top_piccolo(sez) {
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="780" height="160">\n');
    document.write('<param name="movie" value="menu_piccolo.swf">\n');
    document.write('<param name="quality" value="high">\n');
	document.write('<param name="flashvars" value="sezione='+sez+'">\n');
	 document.write('<embed src="menu_piccolo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="160"></embed></object>\n');
}
function top_grande(sez) {
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="760" height="40">\n');
    document.write('<param name="movie" value="menu_grande.swf">\n');
    document.write('<param name="quality" value="high">\n');
	document.write('<param name="flashvars" value="sezione='+sez+'">\n');
	 document.write('<embed src="menu_grande.swf" FlashVars="sezione='+sez+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="40"></embed></object>\n');
}
function pan_campe() {
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="200" height="130">\n');
    document.write('<param name="movie" value="pan_campe.swf">\n');
    document.write('<param name="quality" value="high">\n');
	 document.write('<embed src="pan_campe.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="200" height="130"></embed></object>\n');
}
function pan_grande(swf,w,h) {
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+w+'" height="'+h+'">\n');
    document.write('<param name="movie" value="'+swf+'">\n');
    document.write('<param name="quality" value="high">\n');
	 document.write('<embed src="'+swf+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed></object>\n');
}
