/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function osCommerceExecuteAjax(osCsid, page, button, extra, domElement, showLoading) {
    extra = '&osCsid='+osCsid+extra;
    executeAjax(page, button, extra, domElement, showLoading);
}
