| var ENetArch = 
{
	Panel :
 	{
		Folder :
		{
			nCurrent : 0,
			DetailList :
			{
				Selected : function (nID) 
				{ location="?nFolderID=" + nID; },
			},
		},
	},
}
/*	=======================================
	Copyright 1998 - 2010 - E Net Arch
	This program is distributed under the terms of the GNU 
	General Public License (or the Lesser GPL).
	======================================= */
 |