history.forward(1);

function status(){ 
window.open("status.php","popup","scrollbars=yes,status=no,width=750,height=600,top=100,left=350,resizable=no"); 
} 

function foto(){ 
window.open("foto.php","popup","scrollbars=yes,status=no,width=750,height=600,top=100,left=350,resizable=no"); 
} 

function mochila(){ 
window.open("mochila.php","popup","scrollbars=yes,status=no,width=750,height=600,top=100,left=350,resizable=no"); 
} 

function missao(){ 
window.open("missao.php","popup","scrollbars=yes,status=no,width=750,height=600,top=100,left=350,resizable=no"); 
} 

function confirmar(){ 
window.open("confirmardeposito.php","popup","scrollbars=yes,status=no,width=700,height=250,top=100,left=250,resizable=no"); 
} 

function abrir(URL){ 
window.open(URL,"popup","scrollbars=yes,status=no,width=650,height=550,top=100,left=350,resizable=no"); 
} 