// NetPro Javascript

//Toggle Function
function toggle(objectID) {
	var object = document.getElementById(objectID);
	if (object.style.display =='none')  object.style.display='block';
	
	else object.style.display='none';
	return;
}


//PopUpMessage
function MM_popupMsg(msg) { //v1.0
  alert(msg);
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function confirmExpireSession()
{
SessionWindow = window.open('/_Code/SessionEnding.asp','Session','width=250,height=160,resizable');
}
function expireSession()
{
//SessionWindow.close()
window.location = "/_Code/SessionAbandon.asp"
}

function loadJava() 
{

}
