if(document.all){
	// Internet Explorer
	document.write ('<object type=application/x-shockwave-flash width=148 height=108 id=cyl>');
	//alert('ie');
}else{
	// FireFox
	document.write ('<object data=boletines_cyl.swf type=application/x-shockwave-flash width=148 height=108 id=boletines_cyl>');
	//alert('firefox');
}

document.write('<param name=movie value=boletines_cyl.swf>'); 
document.write('<param name=quality value=high>'); 
//document.write('<param name=wmode value=transparent>'); 
document.write('<embed src=cyl.swf quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash width=148 height=108></embed>'); 
document.write('</object>');