if (this.data.name == 'widgets')
{
$('tour_title').innerHTML = 'Appcelerator Widgets';
$('tour_description').innerHTML = 'The Appcelerator Developer Network provides a full community ';
$('tour_description').innerHTML += 'around Widgets. Developers can easily find new ';
$('tour_description').innerHTML += 'widgets, download them and integrate them into their application. ';
$('tour_description').innerHTML += 'You can also easily create new widgets using our Widget API and submit them to the community. ';
$('tour_description').innerHTML += 'Our Widget API also makes it easy to wrap existing third-party ';
$('tour_description').innerHTML += 'widgets from toolkits like Yahoo YUI and ExtJS. ';
}
else if (this.data.name == 'dev')
{
$('tour_title').innerHTML = 'Developers';
$('tour_description').innerHTML = 'The Appcelerator Developer Network provides developers ';
$('tour_description').innerHTML += 'with everything they need to get started building applications using Appcelerator. ';
$('tour_description').innerHTML += 'You get access to demos, documentation, user groups, and the latest product information. ';
$('tour_description').innerHTML += 'The Network also provides some lightweight social networking features to make it easier ';
$('tour_description').innerHTML += 'for you to connect with other Appcelerator developers.';
}
else if (this.data.name == 'groups')
{
$('tour_title').innerHTML = 'Developer Groups';
$('tour_description').innerHTML = 'The Appcelerator Developer Network has several ';
$('tour_description').innerHTML += 'user groups based around using Appcelerator, but you can also create your own ';
$('tour_description').innerHTML += 'groups. Groups are the best place to ask questions and get answers to your ';
$('tour_description').innerHTML += ' development questions. Groups are also a great way to get access to Appcelerator Core Developers.';
}
else if (this.data.name == 'demos')
{
$('tour_title').innerHTML = 'Product Demos';
$('tour_description').innerHTML = 'The Appcelerator Developer Network provides ';
$('tour_description').innerHTML += 'several demos that enable you to see Appcelerator in action. You can view these ';
$('tour_description').innerHTML += 'demos on-line, or you can download them and install them locally. Our demos are a great way ';
$('tour_description').innerHTML += ' to get up to speed on how to develop applications using Appcelerator.';
}
else if (this.data.name == 'docs')
{
$('tour_title').innerHTML = 'Product Documentation';
$('tour_description').innerHTML = 'The Appcelerator Developer Network provides ';
$('tour_description').innerHTML += ' on-line documentation on how to get started using Appcelerator. We also ';
$('tour_description').innerHTML += 'provide extensive reference documentation on how to use every aspect of the Appcelerator Platform. ';
$('tour_description').innerHTML += ' We will continue to provide frequently updates to our documentation as we get feedback from our community and as our product evolves. ';
}