
// random scrshot

var scrshot=new Array()

// pictures can be displayed but remember to use
// the escape \ character before each special character

// these work uncomment when done

scrshot[0] = "<img src\=\"images\/scrshot\/Customer.JPG\"><br><br><b>Quote Screen</b><br><br>The integrated Quote System lets you prepare and save parts and labor quotes or estimates for your customers and later convert them to a sale with a click of a button.  You can also &quot;memorize&quot; quotes that you can re-use for repair and rebuild jobs.";
scrshot[1] = "<img src\=\"images\/scrshot\/MenuAndL.JPG\"><br><br><b>Login Screen</b><br><br>Password security prevents unauthorized tampering of critical inventory files, and also lets you track sales by salesperson. The QuickBooks style menu is intuitive and reduces the learning curve.";
scrshot[2] = "<img src\=\"images\/scrshot\/PartSearch.JPG\"><br><br><b>Search Screen</b><br><br>Searches can locate parts using any known information.  Parts can be pinpointed by application, interchange number or by location.  The parts can be put on &quot;Hold&quot; for a customer to pick up and added to a pick list to be retrieved.  Lost sales can be tracked to find overpricing or insufficient inventory.";
scrshot[3] = "<img src\=\"images\/scrshot\/VehicleS.JPG\"><br><br><b>Vehicle Input Screen</b><br><br>This screen allows you to enter all the information about your vehicles including cost breakdowns,  damage, and other descriptive information.  Notice how Makes and Models are easy to choose from drop-down lists to minimize typing and mistakes.";
scrshot[4] = "<img src\=\"images\/scrshot\/Sales.JPG\"><br><br><b>Sales Screen</b><br><br>The sales screen allows you to search for parts, search for customers, and sell parts.  It can then print out an invoice customized with your yard's name and address and a message.  Customer and sales information can be transfered into QuickBooks for reporting and monthly billing.";
scrshot[5] = "<img src\=\"images\/scrshot\/SearchTh.JPG\"><br><br><b>Vehicle Search Screen</b><br><br>The Vehicle Search Screen allows you to locate specific vehicles in your inventory.  Details about the vehicles and parts inventoried may be brought up on screen or printed out.";
scrshot[6] = "<img src\=\"images\/scrshot\/PartSetu.JPG\"><br><br><b>Part Input Screen</b><br><br>The ITrack Pro software features the QuickEnter inventory screen.  The QuickEnter screen allows you to enter inventory by simply checking boxes on the list of parts on screen, entering a description, and pricing the items.  Pricing can even be automated based on a mark-down from dealer list, a mark-up from your cost, or based on historical pricing.";


var L = scrshot.length;

var displayscrshot=Math.round(Math.random()*(L-1));

document.write(scrshot[displayscrshot]);


