// JavaScript Document

function pop_up(URLStr, janela, left, top, width, height) {
popUpWin = open(URLStr, janela, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+width+',height='+height+',left='+left+',top='+top);
}


function fechajanela() {
	self.window.close();
}
	
function get( nome) { return getDocumentById( nome); }	
