

/* js/custom.js */
// Put your custom scripts here
// Sample code registering rule effect on Message Box
// Add to your JSP: jcmsContext.addJSHeader("js/lib/event-selectors.js");
/*
var rules1 = {
'DIV.mboxWarning' : function(element){
new Effect.Shake(element);
}
}
EventSelectors.register(rules1);
*/
var FuncOL = new Array();
function StkFunc(Obj) {
FuncOL[FuncOL.length] = Obj;
}
// Execution des scripts au chargement de la page
window.onload = function() {
for(i=0; i<FuncOL.length; i++)
{FuncOL[i]();}
}
/* js/custom_fo.js */
