// JavaScript Document

function intestazione() {
	document.writeln("<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='573' height='167'>");
	document.writeln("<param name='movie' value='img/intestazione.swf'>");
	document.writeln("<param name='quality' value='high'>");
	document.writeln("<param name='bgcolor' value='#e3c66f'>");
	document.writeln("<embed src='img/intestazione.swf' quality='high' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='573' height='167' bgcolor='#e3c66f'></embed>");
	document.writeln("</object>");	
}

function intestazione_int() {
	document.writeln("<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='573' height='167'>");
	document.writeln("<param name='movie' value='../img/intestazione.swf'>");
	document.writeln("<param name='quality' value='high'>");
	document.writeln("<param name='bgcolor' value='#e3c66f'>");
	document.writeln("<embed src='../img/intestazione.swf' quality='high' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='573' height='167' bgcolor='#e3c66f'></embed>");
	document.writeln("</object>");	
}

function rivenditori() {
	document.writeln("<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='144' height='175'>");
	document.writeln("<param name='movie' value='img/italia.swf'>");
	document.writeln("<param name='quality' value='high'>");
	document.writeln("<param name='bgcolor' value='#bbbbbb'>");
	document.writeln("<embed src='img/italia.swf' quality='high' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='144' height='175' bgcolor='#bbbbbb'></embed>");
	document.writeln("</object>");	
}                       
