function abrirFrSup() {

npag = parseInt(Math.random()  * 6 )
//alert(npag)
parent.corporativo.location.href = 'corporativo' + npag + ".htm"

}

