\n');
}
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 &&
navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
document.write(' \n');
}
//-------------------------------------------------
var res = screen.width // detectar se a resolucaum eh 640 d largura, naum sendo abre o normal
if (res == 640)
document.body.style.cssText="background:#00004c url(../img/bg_640.jpg) no-repeat fixed center center"
if (res >= 640)
document.body.style.cssText="background:#00004c url(../img/bg.jpg) no-repeat fixed center center"
//-------------------------------------------------
//-->