<!--

function abrirApresentacao()
{
	popup = window.open('cd/main.htm',null,"fullscreen=yes,resizable=no,toolbar=no,menubar=no,location=no,width="+screen.width+",height="+screen.height+",left=0,top=0");
}

//-->