function oi()
{
	alert("oi")
}

function msgStatus()
{
	window.defaultStatus="Projeto Linux BRasil - Incentivando o Linux e o software livre no BRasil !!!"
	document.title=":: Projeto Linux BRasil - Incentivando o Linux e o software livre no BRasil !!! ::"
}

function FullScreen(strURL)
{
    window.open(strURL, '', 'fullscreen=yes, scrollbars=yes,status=no,resizable=no,menubars=no,width=800,height=600,top=0,left=0');
} 

function FullScreen2(strURL)
{
    window.open(strURL, '', 'fullscreen=yes, scrollbars=yes,status=no,resizable=no,menubars=no,width=500,height=400,top=0,left=0');
} 

function keypressed() 
{
	//alert("Teclado desativado."); 
}
document.onkeydown=keypressed;

function desabilitar()
{
	//alert ("Teclado desativado.")
	return false
}
document.oncontextmenu=desabilitar


