window.onload = function()
{



	//initialise the docking boxes manager
	var manager = new dbxManager('main'); 	//session ID [/-_a-zA-Z0-9/]



var purple = new dbxGroup(
'dragable',	'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 purple = new dbxGroup(
'dragable2',	'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%]'
);



};
