Name="PTC";		//title (company name) of the cell

Img="../../images/Logos/Sponsors/logo_ptc.gif";			//url to logo image

Link="http://www.ptc.com/";		//link to webpage

Information="PTC is helping the world’s best companies to optimize product development. As a leading supplier of Product Lifecycle Management and Enterprise Content Management solutions for over 40,000 companies of all sizes, PTC enables manufacturing, services, publishing, and government organizations to optimize the development of physical and information products. With the combination of our market-leading Product Development System and our 20 years of product development process knowledge, PTC customers are winning by improving their time-to-market, quality, and productivity.";		//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>");														//*
//*************************************************************************************************************************************************************************