// JavaScript Document

function metadelarg(valor){
return document.body.clientWidth /2 + valor;
}

function windesccurso(titulo,url)
{
var win = new Window({className: "alphacube",  width:615, height:260,left:metadelarg(-177),top:190,zIndex: 100, destroyOnClose:true,resizable: true, title: titulo, showEffect:Effect.BlindDown, hideEffect: Effect.SwitchOff, draggable:false, wiredDrag: false})
win.getContent().innerHTML= "<iframe height='255' scrolling='auto' width='610' name='janela' src='"+url+"' allowtransparency='yes' frameborder='0' marginheight='0' marginwidth='0'></iframe>"
//win.showCenter();
win.show(); 
}

function wincurso(idvalor)
{
var win2 = new Window({className: "alphacube",  width:618, height:355,left:metadelarg(-177),top:180,zIndex: 100,destroyOnClose:true, resizable: true, title:"Descrição de Cursos", showEffect:Effect.BlindDown, hideEffect: Effect.SwitchOff, draggable:false, wiredDrag: false})
 win2.getContent().innerHTML = "<iframe height='350' scrolling='no' width='610' name='janela' src='http://www.escolaelectra.com.br/tabs/tab.asp?codigo="+idvalor+"' allowtransparency='yes' frameborder='0' marginheight='0' marginwidth='0' scrolling='no'></iframe>";
  win2.show();
}


function winfale()
{
  var winfale = new Window({id: "winfale", className: "alphacube", title: "", width:280, height:277, top:0, left:0, showEffect:Effect.BlindDown, hideEffect: Effect.SwitchOff, draggable:false, wiredDrag: false, parent:$('container2')}); 
  winfale.getContent().innerHTML = "<iframe height='255' scrolling='auto' width='275' name='janela' src='s_atendimento.asp' allowtransparency='yes' frameborder='0' marginheight='0' marginwidth='0'></iframe>";
  winfale.setDestroyOnClose();
  winfale.show();
  winfale.setConstraint(true, {left:0, right:0})
  winfale.toFront();
}

function winlado(url)
{
  var wincrea = new Window({className: "alphacube",  width:330, height:290,left:metadelarg(-446),top:517,zIndex: 100, destroyOnClose:true,resizable: true, title:"", showEffect:Effect.BlindDown, hideEffect: Effect.SwitchOff, draggable:false, wiredDrag: false})
wincrea.getContent().innerHTML= "<iframe height='280' scrolling='auto' width='327' name='janela' src='"+url+"' allowtransparency='yes' frameborder='0' marginheight='0' marginwidth='0'></iframe>"
//win.showCenter();
wincrea.show(); 
}