Sistema Integrado - UNIP
\n');
}
function imprimirConteudo(){
document.iconteudo.focus()
document.iconteudo.print()
}
function imprimirTarefa(){
document.itarefanet.focus()
document.itarefanet.print()
}
function abrechat(nick){
var win = null;
LeftPosition = (screen.width) ? (screen.width-620)/2 : 0;
TopPosition = (screen.height) ? (screen.height-570)/2 : 0;
settings = 'height=570, width=620, top=' + TopPosition + ' ,left=' + LeftPosition + ' ,scrollbars=no, resizable=no'
win = window.open("http://online.unip.br/encontro_ead/?nick=" + nick, "chat", settings);
}
function abrechat2(conteudo){
var win = null;
LeftPosition = (screen.width) ? (screen.width-620)/2 : 0;
TopPosition = (screen.height) ? (screen.height-570)/2 : 0;
settings = 'height=570, width=620, top=' + TopPosition + ' ,left=' + LeftPosition + ' ,scrollbars=yes, resizable=no'
win = window.open("http://online.unip.br/video/img/" + conteudo + "/log_chat.htm", "chat", settings);
}
function iframevisivel(flag){Layer3.style.visibility = flag;}
function posicionaiframe(posicao){Layer3.style.left = posicao}
function posicionaiframeconteudo(posicao){
divtabela.style.left = Number(posicao) + ((Number(larguraMinima)/2)-(768/2));
divtabela2.style.left = Number(posicao) + ((Number(larguraMinima)/2)-(768/2))+2;
ultimaPosicao = posicao;
}
function focopagina(){pagina.focus()}
function ivisivel(num){divtabela.style.visibility = "visible";}
function ivisivel2(num){divtabela2.style.visibility = "visible";}
function iinvisivel(){
divtabela.style.visibility = "hidden";
divtabela2.style.visibility = "hidden";
}
function iinvisivel2(){divtabela2.style.visibility = "hidden";}
function trocanivel(janela){
if(janela==1){
flashprincipal.style.zIndex = "90";
}
if(janela==2){
flashprincipal.style.zIndex = "5";
}
}
function carregado(){
var isIE = navigator.appName.indexOf ("Microsoft") != -1;
if(isIE) var movieID = window["flash"];
else var movieID = document["flash"];
movieID.SetVariable("carregado", "1");
}