//_cfscriptLocation = "/ajax/examples/functions.cfm";
//_cfscriptAmazonLocation = "http://localhost/ajax/app/amazon/functions.cfm";
//_cfscriptVotingLocation = "http://localhost/ajax/app/voting/functions.cfm";
//_cfscriptYahooLocation = "http://localhost/ajax/app/yahoo/functions.cfm";
_cfscriptLocation = "/ajax/app/products/functions.cfm";
_optionsCFScriptLocation = "/ajax/app/products/options.cfm";
_relatedProdsCFScriptLocation = "/ajax/app/products/related_v2.cfm";
_cfscriptLocation_cmsCrudBuilder = "/ajax/app/development/crudbuilder.cfm";
_cfscriptLocation_homepage = "/ajax/app/homepage/image_rotation.cfm";
_cfscriptGalleryLocation = "/ajax/app/gallery/functions.cfm";
_cfscriptTempOrderLocation = "/ajax/app/products/tempOrder.cfm";
_cfscriptCustomersLocation = "/ajax/app/login/customers.cfm";
_cfscriptCaptchaLocation = "/ajax/app/captcha.cfm";

function errorHandler(message)
{
	$('disabledZone').style.visibility = 'hidden';
    if (typeof message == "object" && message.name == "Error" && message.description)
    {
        alert("Error: " + message.description);
    }
    else
    {
        alert(message);
    }
};

