} $xajax = new xajax(); $xajax->setRequestURI($BL->conf['path_url'] . "/"); if (ALP_DEBUG) { $xajax->debugOn(); } else { $xajax->debugOff(); } if (ini_get('output_buffering') == NULL || ini_get('output_buffering') == 'Off') { $xajax->cleanBufferOn(); } else { $xajax->cleanBufferOff(); } $xajax->errorHandlerOff(); $xajax->statusMessagesOn(); $xajax->waitCursorOn(); $xajax->exitAllowedOn(); $xajax->setCharEncoding(CHARSET); $xajax->decodeUTF8InputOn(); $xajax->outputEntitiesOn(); $xajax->registerFunction("reload"); $xajax->registerFunction("updateBasket"); $xajax->registerFunction("toggleButtons"); $xajax->registerFunction("step1"); $xajax->registerFunction("step1_buyNow"); $xajax->registerFunction("step1_selectGroup"); $xajax->registerFunction("step1_selectProduct"); $xajax->registerFunction("step1_selectCycle"); $xajax->registerFunction("step1_addAddon"); $xajax->registerFunction("step1_removeAddon"); $xajax->registerFunction("step1_ShowGroups");