Name="PTC/User";					//title (company name) of the cell

Img="../../images/Logos/Sponsors/ptcuser_logo.jpg";	//url to logo image

Link="http://www.ptcuser.org/";				//link to webpage

Information="PTC/User is the official user organization for people who use Pro/ENGINEER, Windchill, Arbortext, Mathcad, CoCreate and other PTC products. PTC/USER is an independent, not-for-profit corporation organized by the user community. Our mission is two-fold: to represent the voice of the customer to PTC, and to promote knowledge sharing among our members to further their professional development.";	//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' width='223'></font></a></p><p style='margin: 0 5' align='justify'><font size='2'>");	//*
	document.write(Information);																	//*
	document.write("</font></td></tr></table></center>");														//*
//*************************************************************************************************************************************************************************