// JavaScript Document
function abre(){
	meialargura = window.screen.width - 709;
	meiaaltura = window.screen.height - 507;
	posicaoW = meiaaltura/2;
	posicaoH = meiaaltura/2;
	window.open("http://www.ldaengenharia.com.br/gottardo/site.html","sangott","width=709,height=507,top="+posicaoH+",left="+posicaoW+"")
}
//abre();

<!--

function smart(pageName, larg, altu) {
	pageNameSrc = pageName + ".htm";
	tamanhoSrc = "width=" + larg + ",height=" + altu;
	window.open(pageNameSrc,"_blank",tamanhoSrc)
}

// -->