MySideBarA

MySideBarA = new PBBSideBar();

- - - Or Press Key "A"

MySideBarB

MySideBarB = new PBBSideBar({
	position : 'left',
	styles: {
		'width': '500',
		'color': 'white',
		'background-color': 'red',
		'opacity': 0.6
	},
	showDuration: 500,
	showEffect: Fx.Transitions.backOut,
	hideDuration: 500,
	hideEffect: Fx.Transitions.quadInOut	
});

- - - Or Press Key "B"

MySideBarC

MySideBarC = new PBBSideBar({
	position : 'left',
	transition : 'appear',
	styles: {
		'width': '300',
		'color': 'white',
		'background-color': 'blue',
		'opacity': 0.9
	},
	showDuration: 1000,
	hideDuration: 1000
});

- - - Or Press Key "C"