function demoAlert(msg){
	alert(demoIntro + msg);
return;
} 

var isDemo = 0;
var demoIntro = "===============================================\n" +
                "           CASH MANAGEMENT DEMO\n" +
                "===============================================\n\n" +
                "The live version of the Cash Management product\nwould at this time do the following:\n\n";
