// PROJETO
function fachada(){
janela=window.open("projeto/fachada.htm","fachada", "width=543, height=699, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=50, top=60");
}

function portaria(){
janela=window.open("projeto/portaria.htm","portaria", "width=720, height=575, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=50, top=60");
}

function paisagismo(){
janela=window.open("projeto/paisagismo.htm","paisagismo", "width=699, height=411, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=330, top=350");
}


//LOCALIZAÇÃO
function mapa(){
janela=window.open("localizacao/mapa.html","mapa", "width=720, height=575, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=50, top=60");
}

function fotos(){
janela=window.open("localizacao/fotoslocal.htm","fotos", "width=850, height=412, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=50, top=60");
}


// APARTAMENTO
function planta(){
janela=window.open("apartamento/planta.htm","planta", "width=720, height=517, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=50, top=60");
}

function living(){
janela=window.open("apartamento/living.htm","living", "width=819, height=350, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=50, top=60");
}


// LAZER
function churras(){
janela=window.open("lazer/churrasqueira.htm","churras", "width=720, height=575, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=50, top=60");
}

function piscina(){
janela=window.open("lazer/piscina.htm","piscina", "width=720, height=575, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=50, top=60");
}

function fitness(){
janela=window.open("lazer/fitness.htm","fitness", "width=819, height=355, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=50, top=60");
}

function playground(){
janela=window.open("lazer/playground.htm","play", "width=720, height=575, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=50, top=60");
}

function festas(){
janela=window.open("lazer/festas.htm","festas", "width=720, height=535, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=50, top=60");
}

function brinquedo(){
janela=window.open("lazer/brinquedo.htm","brinquedo", "width=720, height=575, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=50, top=60");
}

function bosque(){
janela=window.open("lazer/bosque.htm","bosque", "width=720, height=575, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=50, top=60");
}

function terreo(){
janela=window.open("lazer/implantacao.htm","terreo", "width=819, height=630, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=50, top=60");
}

// ESTÁGIO DA OBRA
function estagobra(){
janela=window.open("http://www.tiberio.com.br/obras/mostra_obra.php?cod_emp=3","estagiobra", "width=645, height=555, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=10, top=10");
}


// CONTATO
function contato(){
janela=window.open("contato/contato.htm","contato", "width=470, height=475, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=10, top=10");
}


//ATENDIMENTO ON-LINE
function openWindow(url, name){
  var winWidth = 488;
  var winHeight = 450;
  var winTop = parseInt((screen.availHeight - winHeight) / 2);
  var winLeft = parseInt((screen.availWidth - winWidth) / 2);
			  
  popupWin = window.open(url,name,"width=" + winWidth + ",height=" + winHeight + ",top=" + winTop + ",left=" + winLeft + ",resizable=no,scrollbars=no,statusbar=no");
  if (popupWin.opener == null) popupWin.opener = self;
}

// CORRETOR ONLINE
function popup(pagina,janela,opcoes) {
  window.open(pagina,janela,opcoes);
}
