function showDemos() {
var content =
'ARC
\n'
+ ' ARC is a web application with a simple user interface \n'
+ 'for creating and updating action items. Items are grouped by project with a list \n'
+ 'of users that can read and read/write items. Each item has a short summary, description, \n'
+ 'creator, stuckee (more tackfully named owner), due date, and priority. When an \n'
+ 'item is created or when it changes, emails are automatically sent to a list of \n'
+ 'notification recipients and the creator and owner. ARC users can view reports \n'
+ 'and query for items.
\n'
+ ' <Read \n'
+ 'more>
\n'
+ 'Track and Trace
\n'
+ 'Check out our on-line demo of a basic framework for a global \n'
+ 'track and trace application. This framework can be quickly extended for many forms \n'
+ 'of item and milestone entry, including direct and wireless. Almost effortlessly \n'
+ 'it integrates with your existing applications and databases. No need to build \n'
+ 'everything from scratch. Have a up and running robust custom system in weeks rather \n'
+ 'than months.
\n'
+ ' <Read \n'
+ 'more>
\n';
showContentTitle('Demos');
hideContentPageNav();
document.getElementById('contentBody').innerHTML = content;
}