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