// JavaScript Document
window.addEvent("domready", function() {

	var boxFooter = new CeraBox();
	/*box.addItems('a.ceraBox',{
		width:425,
		height:349 ,
		displayTitle: true 
	}); */
	boxFooter.addItems('a.ceraBoxFooter',{		 
		displayTitle: false ,
		fullSize: true,
		group: false,
		displayOverlay: false,
		width:600,
		height:550
	});
});	
