function createFlashObject(width,height,movie,param,embed_attributes) {

	code  = '<object width="'+width+'" height="'+height+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"';
	code += ' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" >';
	code += param;
	code += '<param name="movie" value="'+movie+'">';
	code += '<embed src="'+movie+'" type="application/x-shockwave-flash" '+embed_attributes+'width="'+width+'" height="'+height+'">';
	code += '</embed></object>';
	return code;

}

function creaFlashBottoni() {
	
	document.write(createFlashObject(600,70,"swf/bottoniera.swf","",""));

}
function creaFlashBottoni1() {

	document.write(createFlashObject(600,180,"swf/bottoniera1.swf","",""));
	
}
function creaFlashIntestazione() {

	document.write(createFlashObject(420,50,"swf/logo.swf","",""));	
}

function creaFlashBio() {

	document.write(createFlashObject(600,380,"swf/bio.swf",'<param name="quality" value="high">','quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"'));

}