var panelTree = ctDraw ('Panel', panel, ctThemeNavy, 'ThemeNavy', 0, 0);
var thisDocument = document.URL;
var separatorIndex = thisDocument.lastIndexOf ("/");
if (separatorIndex >= 0)
{
	thisDocument = thisDocument.substring (separatorIndex + 1, thisDocument.length);
	if (thisDocument == "")
		thisDocument = "index.html";
}
ctExposeItem (panelTree, thisDocument);
