﻿var secs
var timerID=null;var timerRunning=false
var delay=1000
function Reconn()
{secs=45
StopTheClock()
StartTheTimer()}
function StopTheClock()
{if(timerRunning)
clearTimeout(timerID)
timerRunning=false}
function StartTheTimer()
{if(secs==0)
{StopTheClock()
document.getElementById("dvpopup").style.display='block';}
else
{self.status=secs
secs=secs-1
timerRunning=true
timerID=self.setTimeout("StartTheTimer()",delay)}}
function vistruefalse()
{document.getElementById('divnlogins').style.display='block';}
function divsloginclose()
{document.getElementById('divnlogins').style.display='none';}
function popjs(url2col){window.open(url2col,'BP','width=500,height=500,status=no,resizable=no,top=110,left=270,toolbar=no,menubar=no,scrollbars=yes');}
function changeurl(url,cnt,tds)
{var i=0;window.top.location=url;for(i=0;i<cnt;i++)
{try
{if(tds!=i)
{var g="TDA"+i;document.getElementById(g).className='LeftMenuNav';}}
catch(err)
{}}}
 function visshow()
{

document.getElementById("dvshown").style.display="none";
document.getElementById("loadingn").style.display="block";


if(document.getElementById('ctl00_SomeText1_txtnusrname').value.length < 1)
{

document.getElementById('ctl00_SomeText1_lbluserid').style.display="block";

document.getElementById('dvshown').style.display="block";
document.getElementById('loadingn').style.display="none";
return false;
}
else
{
document.getElementById('ctl00_SomeText1_lbluserid').style.display="none";
//document.getElementById("lbluserid").innerHTML="username is required";
document.getElementById('dvshown').style.display="none";
document.getElementById('loadingn').style.display="block";

}

if(document.getElementById('ctl00_SomeText1_txtnpass').value.length < 1)
{
document.getElementById('ctl00_SomeText1_lblpassid').style.display="block";
//document.getElementById("lblpassid").innerHTML="password is required";
document.getElementById("dvshown").style.display="block";
document.getElementById("loadingn").style.display="none";
return false;
}
else
{
document.getElementById('ctl00_SomeText1_lblpassid').style.display="none";
document.getElementById("dvshown").style.display="none";
document.getElementById("loadingn").style.display="block";

}


} 
