var gConst={};
gConst.kNotDefined=-1;
gConst.kMiscImagesDir="images/misc/";
gConst.kAjaxImagesDir="images/ajax/";
gConst.k1Week=7*24*3600000;
gConst.k1Day=24*3600000;
gConst.kTaskFeedbackDuration=1500;
gConst.kRequestTimeoutPeriod=10000;
gConst.kRequestTimeoutPeriodOrderPrints=100000;
gConst.kTaskMessageDuration=2500;
gConst.kFeedbackLineCharLength=16;
gConst.kIsMSIE=navigator.userAgent.match(/msie/i);
gConst.kIsMSIE6=navigator.userAgent.match(/msie\s6/i);
gConst.kIsMSIE7=navigator.userAgent.match(/msie\s7/i);
gConst.kIsMSIE8=navigator.userAgent.match(/msie\s8/i);
gConst.kNullSelectOption=(gConst.kIsMSIE?undefined:null);
gConst.kDefaultDialogWidth=300;
gConst.kDefaultDialogHeight=120;
gConst.kSmallMediumDialogHeight=180;
gConst.kMediumDialogHeight=210;
gConst.kWideDialogWidth=550;
gConst.kTallDialogHeight=300;
gConst.kExtraWideDialogWidth=590;
gConst.kExtraTallTableDialogHeight=435;
gConst.kMediumTallDialogHeight=580;
gConst.kExtraTallDialogHeight=600;
gConst.kGetUserInfoRequest=1;
gConst.kSubmit=2;
gConst.kTableDialogImagesPerRow=4;
gConst.getEmbeddedConstants=function(){
gUtils.addXmlListToArray(gConst,"constants");
};
gConst.confirmSettingAllOrderImages="are you sure you want to change the settings for all uploaded images?";
gConst.kAurigmaCodeBase="aurigma";


