/*
 * Author:Soubhik Dawn
 * Created on 27/05/2010
 */

function showContents(divID1)
{
    var contents="<span class=\"a3\"><br><br><img src=\"images/bullate.jpg\" width=\"6\" height=\"6\" /><font color=\"#074658\"><b> Offer Details:</b></font> effiTRAQ Enterprise Basic<br><br><img src=\"images/bullate.jpg\" width=\"6\" height=\"6\" /><font color=\"#074658\"><b> Price: </b></font>Free<br><br><img src=\"images/bullate.jpg\" width=\"6\" height=\"6\" /><font color=\"#074658\"><b> Inclusions:</b></font><br>Administrative Account&nbsp;-&nbsp;one (1)<br>Users&nbsp;-&nbsp;unlimited<br>Devices/ Assets&nbsp;-&nbsp;one hundred (100)<br><br><img src=\"images/bullate.jpg\" width=\"6\" height=\"6\" /><font color=\"#074658\"><b> Additional Licenses:</b></font><br>Assets 501 and above: $5 per license<br>Assets 201- 500: $10 per license <br>Assets 101-200: $15 per license<br><br><img src=\"images/bullate.jpg\" width=\"6\" height=\"6\" /><font color=\"#074658\"><b> Pre-requisites:</b></font><br>Before filling up the application form for the FREE effiTRAQ Enterprise Basic License, you would need to arrange the following:<br>&nbsp;&nbsp;&nbsp;<img src=\"images/arrow_r.gif\" width=\"6\" height=\"6\" /> A server with a static IP address/ domain name<br>&nbsp;&nbsp;&nbsp;<img src=\"images/arrow_r.gif\" width=\"6\" height=\"6\" /> Google Maps License Key for the aforementioned server<br><br><img src=\"images/bullate.jpg\" width=\"6\" height=\"6\" /><font color=\"#074658\"><b> Additional Requirements:</b></font><br>&nbsp;&nbsp;&nbsp;<img src=\"images/arrow_r.gif\" width=\"6\" height=\"6\" /><font color=\"#074658\"> Hardware</font><br>&nbsp;&nbsp;&nbsp;For you to use the effiTRAQ application, you would either need to:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  1. Purchase a hardware that has been tested and integrated with effiTRAQ <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;as mentioned in our partners section or<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2. Make your hardware effiTRAQ compatible by getting in touch with our <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Engineering Team.<br><br>&nbsp;&nbsp;&nbsp;<img src=\"images/arrow_r.gif\" width=\"6\" height=\"6\" /><font color=\"#074658\"> SMS module</font><br>&nbsp;&nbsp;&nbsp;&nbsp;For the server to send SMS (text messages) to users or remote vehicles, an SMS module needs to be added to the system<br><br>&nbsp;&nbsp;&nbsp;<img src=\"images/arrow_r.gif\" width=\"6\" height=\"6\" /><font color=\"#074658\"> Customization</font><br>&nbsp;&nbsp;&nbsp;&nbsp;If you want to add your own branding or include any custom features for a business specific need, the effiKC Engineering team can customize the effiTRAQ Basic Application to eactly meet your requirements </span>";
    document.getElementById(divID1).innerHTML=contents;
}

