function displayPDF (linkObj) {
  if (linkObj.href!="") {
    var pdfWin=window.open(linkObj.href,"pdfWindow","height=450,resizable,width=600");
    pdfWin.focus();
	}
  return false;
}
function email_hider (c1, c2, c3) {
  var out = ""
  if (c1 != "" && c2 != "") {
    out = out + '<a href="'+'mail'+'to'+':'+c1+'&#64;'+c2+'">';
    if (c3 != "") {
      out = out + c3;
    } else {
      out = out + c1 + '@' + c2;
    }
    out = out + '</a>';
  } else {
    out = out + '<a href="/contact.php">contact us</a>';
  }
  return out;
}
function displayTestimonial() {
	var images = new Array();
	var n = 0;
	// imageArray
	images[n++] = '<p class="quote"><img src="images/quotationmark_open.gif" alt="" width="31" height="22"/>ProjNet<sup>SM</sup> is the backbone of the Department of State\'s engineering and design process. It lays the ground rules for State\'s integrated design review process. We have found that thousands of A/E firms, contractors and suppliers worldwide embrace the ProjNet DrChecks<sup>SM</sup> system because it helps them get their jobs <nobr>done.<img src="images/quotationmark_close.gif" alt="" width="31" height="22"/></nobr></p><p class="credit">Robert E. Clarke, RA, Director OBO/RM/EX/IRM<br>Bureau of Overseas Buildings Operations<br>U.S. Department of State</p>';
	images[n++] = '<p class="quote"><img src="images/quotationmark_open.gif" alt="" width="31" height="22"/>Our design reviewers can -in real time- communicate, review, comment and respond to questions through ProjNet<sup>SM</sup>. Time of day and location make no difference. I receive and respond to design inquiries on my Blackberry<sup>&reg;</sup> when I\'m <nobr>traveling.<img src="images/quotationmark_close.gif" alt="" width="31" height="22"/></nobr></p><p class="credit">Principal Engineer<br>State Water Management District</p>'
	images[n++] = '<p class="quote"><img src="images/quotationmark_open.gif" alt="" width="31" height="22"/>With ProjNet Dr. Checks<sup>SM</sup> I\'m certain that all key players in our section\'s review and approval process have excellent opportunities to examine and comment easily on our design <nobr>projects.<img src="images/quotationmark_close.gif" alt="" width="31" height="22"/></nobr></p><p class="credit">Senior Construction and Engineering Manager<br>U.S. Federal Agency - Scientific Research Section</p>'
	images[n++] = '<p class="quote"><img src="images/quotationmark_open.gif" alt="" width="31" height="22"/>ProjNet<sup>SM</sup> ensures that all of our project review documents and correspondence are archived in a single safe repository. Having the Corps of Engineers manage this database gives all users added protection against external influences and possible <nobr>disruptions.<img src="images/quotationmark_close.gif" alt="" width="31" height="22"/></nobr></p><p class="credit">Senior Architect<br>U.S. Military Agency - Engineering Branch</p>'
	images[n++] = '<p class="quote"><img src="images/quotationmark_open.gif" alt="" width="31" height="22"/>Our staff and our stakeholders were not looking for new systems to learn, but once they tried ProjNet DrChecks<sup>SM</sup>, they were convinced the system made a real improvement to the design review process. The use of DrChecks has improved the efficiency, documentation  and effectiveness of our <nobr>reviews.<img src="images/quotationmark_close.gif" alt="" width="31" height="22"/></nobr></p><p class="credit">Senior Design Program Official<br>U.S. Military Agency - Construction Branch</p>'
	images[n++] = '<p class="quote"><img src="images/quotationmark_open.gif" alt="" width="31" height="22"/>We created and used our own proprietary design review system... until we saw ProjNet DrChecks<sup>SM</sup>.  Now, that\'s all we <nobr>use.<img src="images/quotationmark_close.gif" alt="" width="31" height="22"/></nobr></p><p class="credit">Engineering Information Director<br>Major U.S. University</p>'
	images[n++] = '<p class="quote"><img src="images/quotationmark_open.gif" alt="" width="31" height="22"/>We have found that thousands of A/E firms, contractors and suppliers worldwide embrace the ProjNet DrChecks<sup>SM</sup> system because it helps them get their jobs <nobr>done.<img src="images/quotationmark_close.gif" alt="" width="31" height="22"/></nobr></p><p class="credit"><span class="name">Robert E Clarke, RA, Director OBO/RM/EX/IRM</span><br>Bureau of Overseas Buildings Operations<br>U.S. Department of State</p>'
	images[n++] = '<p class="quote"><img src="images/quotationmark_open.gif" alt="" width="31" height="22"/>ProjNet DrChecks<sup>SM</sup> is so easy to use. Five minutes of training is all my new users need. It\'s easier than buying or selling on <nobr>eBay<sup>&reg;</sup>!<img src="images/quotationmark_close.gif" alt="" width="31" height="22"/></nobr></p><p class="credit">Senior Construction and Engineering Manager<br>U.S. Federal Agency - Scientific Research Section</p>'
	images[n++] = '<p class="quote"><img src="images/quotationmark_open.gif" alt="" width="31" height="22"/>ProjNet<sup>SM</sup> customer service is extremely helpful. They take a personal approach to dealing with customers. It\'s not like dealing with a big call center - they\'re responsive and they <nobr>care.<img src="images/quotationmark_close.gif" alt="" width="31" height="22"/></nobr></p><p class="credit">Principal Engineer<br>State Water Management District</p>'
	var i = Math.floor(Math.random()*n);
	return images[i];
}