<!--
var msgStatus='Rekaplan :: Planejamento e Assessoria Ltda'
window.defaultStatus=msgStatus;
window.name="siteWindowBase";

function openUsuarioAdmin(filename){
	if (filename=='' || filename==null || filename==undefined ){var fn = 'clientes/admin.asp?redirect'}else{var fn = filename}	
	var jnUA = window.open(fn,'winUA','width=730,height=540,top=50,left=50,scrollbars=1');
	if (window.focus){jnUA.focus()}
}

function changeMenu(obj,newClassName){
	obj.className = newClassName;
	window.defaultStatus=msgStatus;}


function openImg(src){
	var openIE=window.open('fotosDetalhe.asp?src='+src,'jnIE','width=400,height=300,top=100,left=100');
	if (window.focus){openIE.focus();}
}

function moveRelogio(){
    momentoAtual = new Date()
    hora = momentoAtual.getHours()
    minuto = momentoAtual.getMinutes()
    segundo = momentoAtual.getSeconds()

    str_segundo = new String (segundo)
    if (str_segundo.length == 1)
       segundo = "0" + segundo

    str_minuto = new String (minuto)
    if (str_minuto.length == 1)
       minuto = "0" + minuto

    str_hora = new String (hora)
    if (str_hora.length == 1)
       hora = "0" + hora

    horaImprimible = hora + " : " + minuto + " : " + segundo

    document.form_relogio.relogio.value = horaImprimible

    setTimeout("moveRelogio()",1000)
} 

	
-->