// Procedures globales du projet
function _JCIR(c){if (bIE){return c.innerText}else{var f = c.firstChild;var t = [];while (f){if (f.nodeName == "#text"){t.push(f.textContent)}else if (clWDUtil.bBaliseEstTag(f,"br")){t.push("\r\n")}f = f.nextSibling}return t.join("")}}
function _JGCS(e){if(e.currentStyle) return e.currentStyle;var d = e.ownerDocument;if (!d){d = document}var w = d.defaultView;if (w.getComputedStyle){if (e.nodeName == "#text"){e = e.parentNode}return w.getComputedStyle(e, null)}return new Object()}
function GLOBALPROCEDURESNAVIGATOR_SESSIONKEEPSESSION(){{var VSERVERSIDERESULT=clWDAJAXMain.AJAXExecuteAsynchrone("Global Procedures Server.GP_SessionKeepAlive",GLOBALPROCEDURESNAVIGATOR_SESSIONKEEPSESSIONDUMMY,"")}}
function GLOBALPROCEDURESNAVIGATOR_SESSIONKEEPSESSIONDUMMY(VLPRETURNVALUE, VLPSERVERSIDERESULT){{return}}
function NavigatorHeight()
{
	return document.body.offsetHeight - (document.body.offsetHeight - document.body.scrollHeight);
}

function NavigatorWidth()
{
	return document.body.offsetWidth - (document.body.offsetWidth - document.body.scrollWidth);
}

function GIWResize(iGIW)
{
	// La cellule qui imite le GFI de WinDev prend toute la dimension de la page
	eval("dww" + iGIW).style.width = NavigatorWidth();
	eval("dww" + iGIW).style.height = NavigatorHeight();
	// Elle est semi transparente
	eval("dww" + iGIW).style.filter = "alpha(opacity=60)"		
	eval("dww" + iGIW).style.opacity = 0.60
	eval("dww" + iGIW).innerHTML = "";
	eval("dww" + iGIW).style.backgroundColor = "#666666";	
}


