/**
 * This file contains wrapper functions that can be used 
 * to link namespaced functions to public accessible functions
 * */

function createTableOfContents(showdiv,tocId,divborderwidth,divborderstyle,
			divbordercolor,divbgcolor,shownumbering,showheader,showanchor)
{
	SAMEPAGE.utils.toc.createTableOfContents(showdiv,
			tocId,
			divborderwidth,
			divborderstyle,
			divbordercolor,
			divbgcolor,
			shownumbering,
			showheader,
			showanchor);
}

function autoInit_trees()
{
	SAMEPAGE.utils.tree.autoInit_trees();
}
	
function autoInit_tree(id) 
{
	SAMEPAGE.utils.tree.autoInit_tree(id);
}