// JavaScript Document
function Openterm()
{
		var w = 638;
		var h = 470;
		var x = (window.screen.width/2) - (w/2);
		var y = (window.screen.height/2) - (h/2)
		window.open('../idx/idxTermoPrivacidade.php', 'Termo', 'top = ' + y + ', left = ' + x + ', height = ' + h + ', width = ' + w + ', scrollbars = no, status = no, toolbar = no, location = no, resizable = no, titlebar = no, menubar = no');
}
