
//--------------------------------------------------
function hideTOC() {
//--------------------------------------------------
	var obj = top.document.getElementById("globalAdminFrameset");
	var imgtoc = document.getElementById("tocnav");
	if( obj.cols == "1,*" )
	{
		obj.cols = "260,*";
		imgtoc.src = "images/hidetoc.gif";
	} else {
		obj.cols = "1,*";
		imgtoc.src = "images/showtoc.gif";
	}
}

//--------------------------------------------------
function logout() {
//--------------------------------------------------
	parent.frames[2].location = '/modules/AdmWelcome/?logout=1'; 
}

//--------------------------------------------------
function refreshMain() {
//--------------------------------------------------
	parent.frames[2].location = '/modules/AdmWelcome/?reload=1'; 
}

//--------------------------------------------------
function refreshPages() {
//--------------------------------------------------
	parent.frames[0].location='/nav.aspx';
	parent.frames[1].location='/left.aspx';
}

//--------------------------------------------------
function focusLoginField() {
//--------------------------------------------------
setTimeout('document.forms[0].elements[1].focus()',1000);
}

/*---------------------------------------------
function doPopUp(xPopup, xUrl,xWidth,xHeight,xScroll)
---------------------------------------------*/
function doPopUp(xPopup, xUrl,xWidth,xHeight,xScroll) {
  var xParameters = 'SCROLLBARS='+ xScroll +',WIDTH='+ xWidth +',HEIGHT='+ xHeight +',TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,STATUS=NO,MENUBAR=NO,RESIZABLE=NO,COPYHISTORY=YES';
  var WinPop = window.open(xUrl, xPopup, xParameters);
  WinPop.focus();
}
<!-- Application timer : 0 mn 0 s 15 -->
