/**
 * Simulator manual arranged in a dictionary fashion
 * @author Nikola Topalovic <mailto:nikola.topalovic@euroicc.com>
 */

var manual = {

'Intro':
    '<h2>Welcome!</h2>' +
    '<p>Welcome to m2e\'s online simulator for our iPhone inspection software.</p>' +
    '<h2>How to start?</h2>' +
    '<p>&laquo; To launch the application, please click on the m2e demo icon.</p>' +
    '',

'Browser incompatibility':
    '<h2>Oops, it seems we\'re not compatible :-(</h2>' +
    '<p>We\'re sorry for the inconvenience, but this simulator is intended to run on a WebKit platform.</p>' +
    '<h2>What now?</h2>' +
    '<p>Please try again in one of the following browsers:</p>' +
    '<ul class="browser-download">' +
    '<li><img src="images/logo-safari.png"> <a title="Download Safari web browser" href="http://www.apple.com/safari/download/">Apple Safari</a></li>' +
    '<li><img src="images/logo-chrome.png"> <a title="Download Google Chrome web browser" href="http://www.google.com/chrome">Google Chrome</a></li>' + 
    '</ul>' +
    '<p>Both of these programs are free of cost and run on Windows operating systems.</p>' +
    '',

'Login':
    '<h2>Time to login</h2>' +
    '<p>&laquo; Please enter your email address and password and click on the Log In button.</p>' +
    '<h2>First time visitor?</h2>' +
    '<p>No problem! Enter your email address so we can email you the demo report(s) once you complete your inspection. Pick a password you’ll remember in case you want to drop by again.</p>' +
    '',

'My Inspections':
    '<h2>Your Inspections</h2>' +
    '<p>This screen will present you with a list of your open assignments. We\'ve created a few common tasks for you to play around with.</p>' +
    '<p>&laquo; Start by clicking one of the available inspections.</p>' +
    '',

'Inspection info':
    '<h2>Inspection overview</h2>' +
    '<p>This screen provides an overview of a specific inspection.</p>' +
    '<p>&laquo; If you like, you can provide a general comment regarding the inspection. When ready, click on the Next button.</p>' +
    '',

'Items':
    '<h2>Inspection items</h2>' +
    '<p>On this screen you\'ll find a list of the items to be inspected.</p>' +
    '<p>&laquo; Click on one of the items to get started on its inspection.</p>' +
    '<p>&laquo; When you\'re done inspecting, click the Submit button to wrap it up and see the report.</p>' +
    '',
    
'Item Details':
    '<h2>Item details</h2>' +
    '<p>This screen provides an overview of a specific inspection item.</p>' +
    '<h3>General status</h3>' +
    '<p>&laquo; You can use one of the predefined grades (Good, Poor, Work required) to describe the general state of the item in question.</p>' +
    '<h3>Sub-items</h3>' +
    '<p>&laquo; If applicable, below the status you\'ll see any relevant sub-items which can be checked and commented on. For example, item Elevator might have a sub-item checkbox called Permit and Expiration Date.</p>' +
    '<h3>Photos</h3>' + 
    '<p>You can take up to three photos of each item. These pictures are included in the final report along with your comments.</p>' +
    '<h3>Request for Bid?</h3>' +
    '<p>If you selected the status &quot;Work Required&quot;, you should see an additional icon for Bid Request. If you want to request bids for this particular item, click on the Bid Request icon.</p>' +
    '<p>&laquo; When you\'re done, click OK.</p>' +
    '',

'Sample Photo':
    '<h2>Sample Photo screen</h2>' +
    '<p>From here you can use the iPhone built-in camera to take up to 3 pictures of the item you\'re inspecting.</p>' +
    '<p>&laquo; Since this is a demo and we can\'t simulate the iPhone camera, you\'ll have to choose one of the stock photos included here.</p>' +
    '',

'View Photo':
    '<h2>View Photo screen</h2>' +
    '<p>You can preview your picture here.</p>' +
    '',

'Request for Bid':
    '<h2>Request for Bid screen</h2>' +
    '<p>At this screen you can request for bids via email.</p>' +
    '<p>Your message will contain all the relevant information you previously entered during the inspection. There is no need to re-enter the data.</p>' +
    '<p>&laquo; Enter a short message if necessary, select the contractors you\'d like to request a bid from and click OK.</p>' +
    '',

'E-mail Preview':
    '<h2>E-mail Preview screen</h2>' +
    '<p>Here’s the preview of your e-mail that’s being sent to the selected contractors requesting for bids. It will contain all the previously entered inspection items along with your notes.</p>' +
    '<p>&laquo; Once you’re ready to send the e-mail, click OK. If you don’t want to send the email right now, just click the back button in the upper left corner of the phone.</p>' +
    ''

};
