/** 
    The following code is to suppor the NodeListControl on the Employee Selects section.
    This file configures the ajax calls.
    
    Copyright by Information Refinery Inc.
**/

///Ajax Operations
SELECT_AJAX_OPERATION = "selectemployeesize";
SELECT_ALL_AJAX_OPERATION = "allemployeesize";
RESPONSE_XSL = "/resource/sicEmployeeSizes.simple.ajax.xslt";
RESPONSE_TARGET = "ajax_SelectEmployeeSizeOutput";
SHORT_AJAX_CALLBACK = "WriteTextToID('ajax_SelectEmployeeSizeOutput', objHttpRequest.responseText);";

