window.onload = function()
{
	var manager = new dbxManager('main');
	var sidebar = new dbxGroup(
		'sidebar',
		'vertical',
		'7',
		'no',
		'10',
		'yes',
		'open',

		'open',
		'close',
		'click-down and drag to move this box',
		'click to %toggle% this box',
		'use the arrow keys to move this box',
		', or press the enter key to %toggle% it',
		'%mytitle%  [%dbxtitle%]'
		);
};
