// JavaScript Document

<!--
function AbreJanela(arquivo, tamx, tamy)
{
window.open(arquivo,'AutoNunes','titlebar=no, directories=no, resizable=no, toolbar=no, location=no, status=no, menubar=no, scrollbars=no, width=' + tamx + ',height=' + tamy);
	//window.open(url, '', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, menubar=no, top='+topo+', left='+esq+', width=350, height=430');
}
// -->

<!--
function AbreJanelaScroll(arquivo, tamx, tamy)
{
window.open(arquivo,'AutoNunes','titlebar=0,directories=0,resizable=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,width=' + tamx + ',height=' + tamy);
}
// -->