window.onload = function()
{
	var manager = new dbxManager('main');
	var sidebar_left = new dbxGroup(
		'sidebar-left',
		'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%]' 
		);
	var sidebar_right = new dbxGroup(
		'sidebar-right', 
		'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%]'
		);
};