if (screen.width >= "800" && screen.height >= "600")
{
    //window.moveTo( 0,0 );
    //window.resizeTo( 800, 572 );
}
else
{
    alert("Este site foi preparado para a resolução 800x600");
    window.resizeTo( screen.width, screen.height );
}
window.defaultStatus = "Seja bemvindo ao nosso site.";

function abrejan(url, titulo, features)
{
window.open(url, titulo, features );
}