function addSWF (URL, WIDTH, HEIGHT, TRANSPARENTE, SEMMENU)
{
document.write (' <embed name="rank" id="rank" src="'+ URL +'" quality="high" ');

if ( TRANSPARENTE ) {
	document.write (' wmode = "transparent" ');
}
if ( SEMMENU ) {
	document.write (' menu = "false" ');
}
document.write (' pluginspage="http://www.macromedia.com/go/getflashplayer" ');
document.write (' type="application/x-shockwave-flash" width="'+ WIDTH +'" height="'+ HEIGHT +'"></embed> ');
}
