// JavaScript1.2 Document
function poponload() 
{ 
testwindow= window.open ("privacidade.html", "mywindow", 
"location=0,status=0,resizable=0,scrollbars=0,width=600,height=480"); 
testwindow.moveTo(195,150); 
} 