if(navigator.appName=='Netscape')
{
 document.write ('<STYLE TYPE=\"text/css\">')
 document.write ('#posicaoJanela{position:fixed;top:2px; left:2px;}')
 document.write ('</style>')

}else{
 document.write ('<STYLE TYPE=\"text/css\">')
 document.write ('#posicaoJanela{position:absolute;top:2px; left:2px;}')
 document.write ('</style>')
}

if(screen.width > 800)
{
 document.write ('<STYLE TYPE=\"text/css\">')
 document.write ('.blur_pop{background-color: #ccc; color: inherit; margin-left: 4px; margin-top: 4px; width:670px; height:580px;}')
 document.write ('.content_pop{height:580px;}')
 document.write ('</style>')

}else{

 document.write ('<STYLE TYPE=\"text/css\">')
 document.write ('.blur_pop{background-color: #ccc; color: inherit; margin-left: 4px; margin-top: 4px; width:670px; height:420px;}')
 document.write ('.content_pop{height:420px;}')
 document.write ('.conteudo{overflow: scroll;}')
 document.write ('</style>')

}

