function runIcono(miflash){
	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="100" height="60">\n');
    document.write('<param name="movie" value="images/');
	document.write(miflash);
	document.write('" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="images/');
	document.write(miflash);
	document.write('" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="60"></embed>\n');
    document.write('</object>\n');}

function runIcono3(miflash,Lang,Id,Item){
	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="100" height="60">\n');
    document.write('<param name="movie" value="images/');
	document.write(miflash);
	document.write('" />\n');
	document.write('<param name="quality" value="high" />\n');
    document.write('<param name="flashVars" value="&lang=');
	document.write(Lang);
	document.write('&id=');
	document.write(Id);
	document.write('&item=');
	document.write(Item + '" />\n');
    document.write('<embed src="images/');
	document.write(miflash);
	document.write('" quality="high" flashVars="&lang=');
	document.write(Lang);
	document.write('&id=');
	document.write(Id);
	document.write('&item=');
	document.write(Item + '" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="60"></embed>\n');
    document.write('</object>\n');
	}
	
function runClau(){
	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="100" height="30">\n');
    document.write('<param name="movie" value="images/clau.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="images/clau.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="30"></embed>\n');
    document.write('</object>\n');}
	
function runTop(){
	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="700" height="195">\n');
    document.write('<param name="movie" value="images/intro2.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<embed src="images/intro2.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="700" height="195"></embed>\n');
    document.write('</object>\n');}