
function one() 
{
document.getElementById("person").innerHTML = String("WILLIAM RUSSELL<br />CEO");
bio_frame.location.href="bios/russell_short.htm";
//document.getElementById("bio_frame").location.href="bios/russell_short.htm";

}

function two() 
{
document.getElementById("person").innerHTML = String("John Casey<br />President");
bio_frame.location.href="bios/casey_short.htm";

}

function three() 
{
document.getElementById("person").innerHTML = String("Christopher Trapp<br />Vice President");
//document.getElementById("description").innerHTML = String("Mr. Trapp is responsible for the financial operations and business development of the Company.  His specific duties include financial reporting, budgeting, financial planning and forecasting, and financial analysis.<br /><br />Through his relationships in the IT sector as well as the commercial real estate industry he also directs the Company’s strategy for customer relationship management, alliances and partnerships, as well as, new revenue generation.<br />");
bio_frame.location.href="bios/trapp_short.htm";

}

function four() 
{
document.getElementById("person").innerHTML = String("Michael Baker<br />Director");
//document.getElementById("description").innerHTML = String("Michael Baker is Director of Acquisitions, Sales and Development for the Company’s real estate acquisitions group, as well as, its leasing team.  Mr. Baker oversees the firm’s direct private acquisition activity throughout the United States. He is responsible for originating, negotiating and closing investments for all data center and disaster recovery/business continuity facilities.<br /><br />Mr. Baker brings over 30 years of real estate development experience to the company in both the residential and commercial fields.<br />");
bio_frame.location.href="bios/baker_short.htm";
}

function five() 
{
document.getElementById("person").innerHTML = String("Phyllis Martin<br />Senior Vice President");
//document.getElementById("description").innerHTML = String("Martin Bio");
bio_frame.location.href="bios/martin_short.htm";

}
