// ATENDIMENTO ONLINE
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;
}

// PÁGINA AGENDE UMA VISITA
function visita(){
janela=window.open("http://www.tiberio.com.br/visita.php","Agende","width=383, height=370, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=50, top=50")
}

function meligue(){
janela=window.open("http://www.tiberio.com.br/meligue.php","Ligue","width=383, height=280, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=50, top=50")
}

function atendmail(){
janela=window.open("http://www.tiberio.com.br/atendmail.php","Atendimento","width=382, height=400, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=50, top=50")
}

function cadastro(){
janela=window.open("http://www.tiberio.com.br/cadastro.php","Cadastro","width=383, height=575, menubar=no, tollbar=yes, location=no, status=no, scrollbars=no, left=50, top=50")
}

function aviseme(){
window.open("pagina","janela","tools")
}