Name="Mentor Graphics Analysis Division";						//title (company name) of the cell

Img="../../images/Logos/Sponsors/logo_mentor.jpg";	//url to logo image

Link="http://www.flomerics.com";				//link to webpage

Information="The Mechanical Analysis Division of Mentor Graphics Corporation (formerly Flomerics) is a world leader in the computer simulation of engineering design processes involving heat transfer and fluid flow. Our customers eliminate mistakes, reduce costs, and accelerate and optimize their designs by applying our simulation software and consultancy services before building physical prototypes. Using our advanced Computational Fluid Dynamics (CFD) software, we help increase efficiency in your mechanical design process, saving valuable time and money.";	//information about sponsor



//this code does not change************************************************************************************************************************************************
	document.write("<center><table border='1' cellspacing='0' width='300' bordercolor='#072F84' style='border-collapse: collapse' cellpadding='0'>");		//*
	document.write("<tr><td width='100%' bgcolor='#072F84'><p style='margin: 0 5; '><font size='2' color='#FFFFFF'>");						//*
	document.write(Name);																		//*
	document.write("</font></td></tr><tr><td width='100%' align='center'><p style='margin: 0 5'><a href='");							//*
	document.write(Link+"'>");																	//*
	document.write("<font size='2'><img src='"+Img+"' border='0'></font></a></p><p style='margin: 0 5' align='justify'><font size='2'>");		//*
	document.write(Information);																	//*
	document.write("</font></td></tr></table></center>");														//*
//*************************************************************************************************************************************************************************
