// JavaScript Document
 
function novajanela(chemin) 
{ 

newWindow=window.open(chemin);
newWindow.focus(); 
}