var mytext = new Array();
mytext[0]="<table border=0 cellpadding=0 cellspacing=0 height=700 style='border-collapse:collapse'><tr><Td valign=top><div class='cHeading'>Industry Presentations</div>"+
"<table cellpadding='5' cellspacing='5'>"+
"<tr><td class='cSubtitle'>*Some excellent presentations worth viewing.</td></tr>"+

"<tr><td><table><tr><td style='color:#7fccf0;' class='cText'>May 2008</td></tr><tr><td class='cTitle'><img src='images/adobe.gif' /><a class='cTitle' target='_new' href='./pageextras/pdf_cs/SOA AVL Pilot System.pdf'>DOT tests Automatic Vehicle Locating as fuel and labor saving method</a></td></tr>"+
"<tr><td class='cText'>"+
"Pilot study concept overview"+
"</td></tr></table></td></tr>"+

"<tr><td><table><tr><td style='color:#7fccf0;' class='cText'>December 2006</td></tr><tr><td class='cTitle'><img src='images/adobe.gif' /><a class='cTitle' target='_new' href='./pageextras/pdf_cs/Traceability System.pdf'>Traceability System: Improving Supply Chain Management</a></td></tr>"+
"<tr><td class='cText'>"+
"Addresses the need for pedigree data, recordkeeping system, and costs"+
"</td></tr></table></td></tr>"+

"<tr><td><table><tr><td style='color:#7fccf0;' class='cText'>October 2006</td></tr><tr><td class='cTitle'><img src='images/adobe.gif' /><a class='cTitle' target='_new' href='./pageextras/pdf_cs/RTLS Summary.pdf'>RTLS: 10 Questions to Answer Before You Begin the Path</a></td></tr>"+
"<tr><td class='cText'>"+
"Includes information on costs, goals, and technology"+  
"</td></tr></table></td></tr>"+

"<tr><td><table><tr><td style='color:#7fccf0;' class='cText'>June 2006</td></tr><tr><td class='cTitle'><img src='images/adobe.gif' /><a class='cTitle' target='_new' href='./pageextras/pdf_cs/IEEEPresentation.pdf'>IEEE RFID: Friend or Foe?</a></td></tr>"+
"<tr><td class='cText'>"+
"Presentation discusses RFID background, Science/Physics, Application/Business ROI, Limitations, Demons, and Opportunities"+
"</td></tr></table></td></tr>"+

"<tr><td><table><tr><td style='color:#7fccf0;' class='cText'>June 2006</td></tr><tr><td class='cTitle'><img src='images/adobe.gif' /><a class='cTitle' target='_new' href='./pageextras/pdf_cs/LAB TOUR Providence Presentation.pdf'>Real Time Location System (RTLS) in Healthcare</a></td></tr>"+
"<tr><td class='cText'>"+
"Overview of RTLS Technology, Market Position, and Market Comparisons"+  
"</td></tr></table></td></tr>"+

"<tr><td><table><tr><td style='color:#7fccf0;' class='cText'>June 2006</td></tr><tr><td class='cTitle'><img src='images/adobe.gif' /><a class='cTitle' target='_new' href='./pageextras/pdf_cs/RFIDautomotive tracking.pdf'>RFID Automotive Tracking</a></td></tr>"+
"<tr><td class='cText'>"+
"Benefits of Automotive Tracking from Start to Delivery Stages"+  
"</td></tr></table></td></tr>"+

"</table></td></tr></table>";

mytext[1]="<table border=0 cellpadding=0 cellspacing=0 height=700 style='border-collapse:collapse'><tr><Td valign=top><div class='cHeading'>White Papers</div></br>"+
"<table cellpadding='5' cellspacing='5'>"+

"<tr><td><table><tr><td style='color:#7fccf0;' class='cText'>March 2009</td></tr><tr><td class='cTitle'><img src='images/adobe.gif' /><a class='cTitle' target='_new' href='./pdf/SOA DOT&PF AVL Pilot presentation.pdf'>SOA DOT&PF AVL Pilot Presentation</a></td></tr>"+
"<tr><td>&nbsp;</td></tr>"+

"<tr><td style='color:#7fccf0;' class='cText'>January 2009</td></tr><tr><td class='cTitle'><img src='images/adobe.gif' /><a class='cTitle' target='_new' href='./pdf/ARRC Yard Overview.pdf'>ARRC Yard Overview</a></td></tr>"+
"<tr><td>&nbsp;</td></tr>"+

"<tr><td style='color:#7fccf0;' class='cText'>October 2008</td></tr><tr><td class='cTitle'><img src='images/adobe.gif' /><a class='cTitle' target='_new' href='./pdf/AMSWS Data Integration.pdf'>AMSWS Data Integration</a></td></tr>"+
"<tr><td>&nbsp;</td></tr>"+

"<tr><td style='color:#7fccf0;' class='cText'>July 2008</td></tr><tr><td class='cTitle'><img src='images/adobe.gif' /><a class='cTitle' target='_new' href='./pageextras/pdf_cs/2008 Wireless Security Recommendations.pdf'>2008 Wireless Security Recommendations</a></td></tr>"+
"<tr><td>&nbsp;</td></tr>"+

"<tr><td style='color:#7fccf0;' class='cText'>April 2008</td></tr><tr><td class='cTitle'><img src='images/adobe.gif' /><a class='cTitle' target='_new' href='./pageextras/pdf_cs/Discrete MP determination using Finite Datasetsb.pdf'>Discrete Mile Point Determination Using Finite Datasets</a></td></tr>"+

"</td></tr></table></td></tr>"+

"</table></td></tr></table>";


function setText(id)
{
	document.getElementById('htmlhere').innerHTML = mytext[id];
}
