/**
*	@global string current active toolbutton
*
*/


/**
*
*/

function init()
{
	var timerID1 = setInterval('waitMapLoaded()',100);
}

function waitMapLoaded()
{
	if (!parent.waitMapLoad)
	{
		clearInterval(timerID1);
	}
}

function tydCloseSession()
{
	var win1 = window.open('NeapoljsCloseSession.php?'+parent.sessName+'='+parent.sessID,'',"top=0,left=0,width=10,height=10,resizable=yes,menubar=no,location=no,statusbar=no,alwaysraised=yes,scrollbars=yes");
}
