function voltar()
{
   history.go(-1);
}

function abre_forte()
{
 window.open('modelos/fortalezareismagos.wrl', 'new_window', 'toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,menubar=no,resisable=yes,width=600,height=440');
}    


