function crea(cl_id,url,width,height){
document.write('<object classid="'+cl_id+'" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+width+'" height="'+height+'" align="absmiddle">\n<param name="movie" value="'+url+'"><param name="quality" value="high"><param name="LOOP" value="true"><param name="wmode" value="transparent" />\n')
document.write('<embed src="'+url+'" swLiveConnect="true" width="'+width+'" height="'+height+'" loop="false" wmode="transparent" align="absmiddle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object>')
}
