// JavaScript Document

function outsourcing()
{
  var win = new Window({id: "outsourcing", className: "alphacube", title: "", width:400, height:170, url: "servicos_outsourcing.html", options: {method: 'get'}}); 
  <!-- win.getContent().innerHTML = "<h1>Constraint inside page !!</h1>constraint: {top: 30, bottom:10}<br><a href='#' onclick='Windows.getWindow(\"win2\").maximize()'>Maximize me</a>"; -->
 
  win.setDestroyOnClose(); 
  win.showCenter();
  win.setConstraint(true, {left:0, right:0, top: 30, bottom:10})
  win.toFront();
}

function tarifacao()
{
  var win = new Window({id: "tarifacao", className: "alphacube", title: "", width:400, height:470, url: "servicos_tarifacao.html", options: {method: 'get'}}); 
  <!-- win.getContent().innerHTML = "<h1>Constraint inside page !!</h1>constraint: {top: 30, bottom:10}<br><a href='#' onclick='Windows.getWindow(\"win2\").maximize()'>Maximize me</a>"; -->
 
  win.setDestroyOnClose(); 
  win.showCenter();
  win.setConstraint(true, {left:0, right:0, top: 30, bottom:10})
  win.toFront();
}

function locacao()
{
  var win = new Window({id: "locacao", className: "alphacube", title: "", width:450, height:180, url: "servicos_locacao.html", options: {method: 'get'}}); 
  <!-- win.getContent().innerHTML = "<h1>Constraint inside page !!</h1>constraint: {top: 30, bottom:10}<br><a href='#' onclick='Windows.getWindow(\"win2\").maximize()'>Maximize me</a>"; -->
 
  win.setDestroyOnClose(); 
  win.showCenter();
  win.setConstraint(true, {left:0, right:0, top: 30, bottom:10})
  win.toFront();
}

function instalacao()
{
  var win = new Window({id: "instalacao", className: "alphacube", title: "", width:450, height:320, url: "servicos_instalacao.html", options: {method: 'get'}}); 
  <!-- win.getContent().innerHTML = "<h1>Constraint inside page !!</h1>constraint: {top: 30, bottom:10}<br><a href='#' onclick='Windows.getWindow(\"win2\").maximize()'>Maximize me</a>"; -->
 
  win.setDestroyOnClose(); 
  win.showCenter();
  win.setConstraint(true, {left:0, right:0, top: 30, bottom:10})
  win.toFront();
}

function laboratorio()
{
  var win = new Window({id: "laboratorio", className: "alphacube", title: "", width:400, height:150, url: "servicos_laboratorio.html", options: {method: 'get'}}); 
  <!-- win.getContent().innerHTML = "<h1>Constraint inside page !!</h1>constraint: {top: 30, bottom:10}<br><a href='#' onclick='Windows.getWindow(\"win2\").maximize()'>Maximize me</a>"; -->
 
  win.setDestroyOnClose(); 
  win.showCenter();
  win.setConstraint(true, {left:0, right:0, top: 30, bottom:10})
  win.toFront();
}

function gerencia()
{
  var win = new Window({id: "gerencia", className: "alphacube", title: "", width:320, height:130, url: "servicos_gerencia.html", options: {method: 'get'}}); 
  <!-- win.getContent().innerHTML = "<h1>Constraint inside page !!</h1>constraint: {top: 30, bottom:10}<br><a href='#' onclick='Windows.getWindow(\"win2\").maximize()'>Maximize me</a>"; -->
 
  win.setDestroyOnClose(); 
  win.showCenter();
  win.setConstraint(true, {left:0, right:0, top: 30, bottom:10})
  win.toFront();
}

function atendimento()
{
  var win = new Window({id: "atendimento", className: "alphacube", title: "", width:300, height:120, url: "servicos_atendimento.html", options: {method: 'get'}}); 
  <!-- win.getContent().innerHTML = "<h1>Constraint inside page !!</h1>constraint: {top: 30, bottom:10}<br><a href='#' onclick='Windows.getWindow(\"win2\").maximize()'>Maximize me</a>"; -->
 
  win.setDestroyOnClose(); 
  win.showCenter();
  win.setConstraint(true, {left:0, right:0, top: 30, bottom:10})
  win.toFront();
}

function suporte()
{
  var win = new Window({id: "suporte", className: "alphacube", title: "", width:300, height:140, url: "servicos_suporte.html", options: {method: 'get'}}); 
  <!-- win.getContent().innerHTML = "<h1>Constraint inside page !!</h1>constraint: {top: 30, bottom:10}<br><a href='#' onclick='Windows.getWindow(\"win2\").maximize()'>Maximize me</a>"; -->
 
  win.setDestroyOnClose(); 
  win.showCenter();
  win.setConstraint(true, {left:0, right:0, top: 30, bottom:10})
  win.toFront();
}