function init() {
	try
	{
	/* init funcs called from here */
	
	// this section initializes the menu
	menuInit();
	
	// init the tooltips for everything
	Tooltip.init();
	}
	catch(excpetion)
	{
	}
}