function gohome(){
	window.location.href = "index.html";
}

function closePop(){
document.getElementById('light').style.display='none';document.getElementById('fade').style.display='none';	
}


function popit(name){
	if(name=='jgraham'){
		document.getElementById('biopic').src = 'images/jgraham2.jpg';
		document.getElementById('biotext').innerHTML = 'Jeff Graham is a 21-year veteran within the IT industry, holding a number of consulting and product development positions in data and voice communications. Jeff founded Lyrix, Inc. in 1995 and has operated as CEO and CFO since then. Prior to founding Lyrix, Jeff was Chief Technical Officer of VoiceCom Systems, Director of Voice Products Development for a subsidiary of Wang Labs, and IT consultant to Exxon Corp. Jeff holds a BS in Engineering and MBA from the University of New Hampshire where he founded the universitys five-year BS/MBA program.';	
	}
	if(name=='shampton'){
	document.getElementById('biopic').src = 'images/shampton2.jpg';
	document.getElementById('biotext').innerHTML = 'Stewart Hampton has over 15 years international experience at leading multinational companies where he executed market penetration strategies for multiple Converged IP Communication products.  As the Director of Sales &amp; Marketing at Lyrix, Stewart is responsible for market development and sales of enterprise voice SaaS solutions including MobisoTM and UC Solutions.  Prior to Stewart joining Lyrix in 2004, he was Director of Strategic Product Marketing for the Voice Solutions Division at Comverse.  Stewart led the product marketing initiative for speech recognition products and initiated market penetration strategies for new advanced products within carrier and enterprise markets.  He also drove the introduction of new telecommunications carrier products for Comverse and defined a market strategy for the transition of legacy voice mail to Unified Communications.  Stewart holds BSEE and MBA from Southern Methodist University (SMU).';
	}
	if(name=='andyl'){
	document.getElementById('biopic').src = 'images/alazar2.jpg';
	document.getElementById('biotext').innerHTML = 'Andrew Lazar leads the Lyrix speech applications and platform engineering team. He is responsible for the overall product software and hardware architecture, feature implementation, interoperability, telecom integrations, performance and quality of Lyrix products.  Andrew also manages integrations with development partners such as Alcatel and Cisco, including the OEM version of PeopleFind marketed as Cisco Speech Connect.  Before his promotion to Director in 2001, Andrew contributed as a Principal Engineer.  In that role he designed and implemented many of Lyrixs collaboration solutions for the large enterprise including networked voice messaging, VoiceAttendant, and other custom solutions based on the foundation products and platform.  Prior to joining Lyrix as one of the founding members in 1995, he was Lead Software Engineer for IVR at VoiceCom Systems. He was responsible for re-engineering the legacy voice mail platform to an Intel Dialogic Platform.  Andrew began his engineering career with the Raytheon Missile Systems group and was responsible for the design of CAD systems for digital engineers.  Andrew holds a BS in Math &amp; Computer Sciences as well as a Masters Degree in Computer Science from the University at Albany.';
	}
	if(name=='jgar'){
	document.getElementById('biopic').src = 'images/jgardella2.jpg';
	document.getElementById('biotext').innerHTML = 'Jeff Gardella has led product development efforts in the Unified Communications and Computer Telephony industries for more than 15 years.  Jeff began his product development career with Wang Information Services Corp, then later moved to VoiceCom Systems, and has been leading product development for Lyrix, Inc. since 1995.  As vice president of Product Development and Support, and co-founder of Lyrix Inc., Jeff is responsible for strategic planning, deployment, and overall support of Lyrix managed service solutions. He has fostered key vendor relationships with UC service providers and industry leaders enabling the company to utilize its engineering resource more effectively. Jeff also managed the rollout of several large-scale, enterprise wide UC projects, domestically and internationally, including Ernst &amp; Youngs global speech enabled voice portal and voice messaging deployment.  Jeff holds a computer science degree from North Adams State College.';
	}
	document.getElementById('light').style.display='block';document.getElementById('fade').style.display='block';
}