// " and ' marks within the text must be preceeded with a \ (backslash) 
// var ttExample = "And the rabbit said \"That\'s all folks!\"";
var ttIntegrationTime         = "Enter the average time for development of a systems <br/>"+
                                "integration point using your current integration process.";
/*var ttIntegrationTimeSimple   = "Integration requiring highest skill level and longest time.";
var ttIntegrationTimeModerate = "Integration requiring an average skill level and mid-range time.";
var ttIntegrationTimeComplex  = "Integration requiring beginner to average skills and quick implementation.";*/
var ttIntegrationTimeComplex  = "Integration requiring highest skill level and longest time.";
var ttIntegrationTimeModerate = "Integration requiring an average skill level and mid-range time.";
var ttIntegrationTimeSimple   = "Integration requiring beginner to average skills and quick implementation.";
var ttHourlyDevelopment       = "The average hourly compensation rate for developers <br/>"+
                                "generating system integrations.";
var ttAnnualMaintenance       = "Average annual costs associated with maintaining current systems<br/>"+
                                "integrations.  Exclude hardware and software maintenance and<br/>"+
                                "upgrades from values entered.  Industry averages assume 15-20%<br/>"+
                                "of integration cost for annual maintenance.";
var ttHardwareMiddleware      = "<span style='margin:3em;'><b>Low Usage</b> - $104,975.00</span><br/>"+
                                "<span style='margin:3em'><b>Medium Usage</b> - $209,950.00</span><br/>"+
                                "<span style='margin:3em'><b>High Usage</b> - $384,200.00</span><br/>"+
                                "Hardware and software requirements vary depending on the volume <br/>"+
                                "of transactional information utilized by your organization. <br/>"+
                                "Above are recommendations for three levels of usage. Contact <br/>"+
                                "Zirous for more information on these levels and for assistance in<br/>"+
                                "determining your company's level.";
var ttConsulting              = "<span style='margin:3em;'><b>Install and config of product(s) only (per environment)</b> - $3,000 - $5,000</span><br/>"+
                                "<span style='margin:3em;'><b>Install <u>and</u> creation of services (limited project scope)</b> - $25,000 - $60,000</span><br/>"+
                                "<span style='margin:3em;'><b>Install <u>and</u> creation of services (full project scope)</b> -  $100,000- $400,000</span><br/>"+
                                "The ranges above are based upon previous SOA initiatives led by Zirous.  Contact a Zirous<br/>"+
                                "account manager for a cost quote for your initiative.";
var ttTraining                = "Estimated amount of training required for current staff to<br/>"+
                                "utilize SOA Suite above Zirous mentoring costs.  Zirous recommends <br/>"+
                                "$4500 budget which assumes two developers attending two<br/>"+
                                "two-day courses through Oracle University.";
var ttNumOfServices           = "Estimated number of new services needed to handle integration of<br/>"+
                                "current or acquired systems."
var ttNumServicesComplex      = "Integration requiring highest skill level and longest time.";
var ttNumServicesModerate     = "Integration requiring an average skill level and mid-range time.";
var ttNumServicesSimple       = "Integration requiring beginner to average skills and quick implementation.";
var ttOrigExpenseTotal        = "Projected expenses incurred without adopting SOA.";
var ttSoaExpenseTotal         = "Projected expenses incurred after adopting SOA.";
var ttSoaMaintenanceTotal     = "Projected maintenance expenses incurred after adopting SOA.";
var ttROI                     = "Estimated ROI of 5-year investment.";
var ttNpvTip                  = "Present value of future returns.";
var ttAnnualExpGraph          = "Comparison of annual costs to create services utilizing current<br/>"+
                                "integration methods versus using an service-oriented architecture.<br/>"+
                                "Costs are shown in dollars.  Initial investment is excluded from<br/>"+
                                "this graph.";
var ttCumultExpGraph          = "Comparison of total annual expenses for integration.  Expenses<br/>"+
                                "include maintenance costs and initial SOA investment.";
var ttRoiGraph                = "Illustrates the annual expected return on investment from years 1 to 5."

//leave these blank

var ttAnnualExpGraphData;
var ttCumultExpGraphData;
var ttRoiGraphData;            