SCE OverlayBox - Shadowbox replacement
overlayBox.setup({
content : content,
width : 800,
//height : null,
//modal : false,
//title : "My Title",
//padding :"0px",
//resize : false,
//resizeType : "fixed" or "generated",
//CSSBG : false,
//customclass : "",
//format : "popup" or "full",
//loading : false,
//showOverlay: true,
//effect : null,
//backgroundBlur:false,
//renderInForm: false,
//onClose : function() {},
//onOpen : function() {}
});
/* Custom Events */
$(document).bind('OverlayBoxonOpen', function () { alert('test') });