
	Quote = new Array(8)
	Quote[1] = new Array(	"“Within three days of going live, " +
								"we found underutilized resources that would have gone unnoticed. " +
								"We quickly staffed them on other billable work, <strong>immediately paying " +
								"for the system many times over</strong>.”",
							"Kevin O'Sullivan, Partner, Enterprise Financial Consulting",
							"scheduling.htm",
							"CaseStudies/EFC_Case_Study.pdf");
	Quote[2] = new Array(	"“<strong>I consider Projector a competitive advantage</strong>, not just an application that we use. " +
								"It’s totally scalable and is a system that will continue to satisfy our needs " +
								"as we grow in size and complexity.”",
							"Kevin O'Sullivan, Partner, Enterprise Financial Consulting",
							"about.htm",
							"CaseStudies/EFC_Case_Study.pdf");
	Quote[3] = new Array(	"“Thanks to Projector, back-office activities such as paying expense reports and " +
								"invoicing customers that <strong>used to take over 20 hours per month now take less than 5</strong>.”",
							"Kevin O'Sullivan, Partner, Enterprise Financial Consulting",
							"time_expense.htm",
							"CaseStudies/EFC_Case_Study.pdf");
	Quote[4] = new Array(	"“<strong>We were up and running with Projector faster than I thought possible</strong>. " +
								"The Projector team helped us through every step, from initial configuration to " +
								"end user training, and has continued to provide excellent support and product enhancements " +
								"as our needs grow and change.”",
							"Kevin O'Sullivan, Partner, Enterprise Financial Consulting",
							"training.htm",
							"CaseStudies/EFC_Case_Study.pdf");
	Quote[5] = new Array(	"“The Projector software is very helpful in allowing us to effectively manage and optimize our consulting " +
								"practice. Their <strong>product and support have been excellent</strong>, and they’ve given us the ability to help " +
								"shape the design of the product for future releases to better meet our needs.” ",
							"Joe Grinstead, Director, Consulting Services Group, <a href=http://www.dell.com/perotsystems target=_blank>Dell Perot Systems</a>",
							"about.htm",
							"CaseStudies/Perot_Case_Study.pdf");
	Quote[6] = new Array(	"“Projector's <strong>sophisticated reporting tools</strong> provide our Board and our " +
								"management team great visibility into the performance of our business " +
								"against key operating metrics.” ",
							"Emily DeMelo, Controller, Optaros, Inc.",
							"about.htm",
							"");
	Quote[7] = new Array(	"“Projector continually surprises me with the <strong>amount of thought that went into its design</strong>. " +
								"Several times, we came up with needs we thought were obscure, " +
								"only to find those features already built into the product.” ",
							"Mavis Chin, VP of Delivery, Optaros, Inc.",
							"about.htm",
							"");
	Quote[8] = new Array(	"“The Projector <strong>user interface is so elegant and quick</strong> that it's a pleasure to " +
								"use. I have previously used two other PSAs (that I will not embarrass by " +
								"naming), and what I can do in Projector in two minutes would have taken orders of magnitude " +
								"longer in those systems.”",
							"Ian Willats, Consulting Director, Pebble Bay Consulting",
							"about.htm",
							"");
					
							
function getURLParam(strParamName){
	  var strReturn = "";
	  var strHref = window.location.href;
	  if ( strHref.indexOf("?") > -1 ){
	    var strQueryString = strHref.substr(strHref.indexOf("?")).toLowerCase();
	    var aQueryString = strQueryString.split("&");
	    for ( var iParam = 0; iParam < aQueryString.length; iParam++ ){
	      if (
	aQueryString[iParam].indexOf(strParamName + "=") > -1 ){
	        var aParam = aQueryString[iParam].split("=");
	        strReturn = aParam[1];
	        break;
	      }
	    }
	  }
	  return strReturn;
	}

