﻿var ErrorUtil=new Object();ErrorUtil.Assert=function(isRichiestaSoddisfatta,sErrorMessage){var isShowAlert=false;if(arguments.length>2){isShowAlert=arguments[2];};if(isRichiestaSoddisfatta==false&&(typeof(jsGlobale)=="undefined"||jsGlobale.isLocalhost)){if(isShowAlert){alert(sErrorMessage);}else{throw new Error(sErrorMessage);}}};


