var path="images/snapshots";

var Images=new Array();
var Desc = new Array();
Images[0]=new Image();
Images[1]=new Image();
Images[2]=new Image();
Images[3]=new Image();
Images[4]=new Image();

Images[5]=new Image();
Images[6]=new Image();
Images[7]=new Image();

Images[8]=new Image();
Images[9]=new Image();

Images[10]=new Image();
Images[11]=new Image();
Images[12]=new Image();

Images[13]=new Image();
Images[14]=new Image();

Images[15]=new Image();
Images[16]=new Image();
Images[17]=new Image();
Images[18]=new Image();
Images[19]=new Image();
Images[20]=new Image();

Images[21]=new Image();
Images[22]=new Image();
Images[23]=new Image();
Images[24]=new Image();


Images[0].src=path+"/mainscreen.jpg";
Images[1].src=path+"/siteListing.jpg";
Images[2].src=path+"/addsite.jpg";
Images[3].src=path+"/editsite.jpg";
Images[4].src=path+"/deletesite.jpg";

Images[5].src=path+"/auto.jpg";
Images[6].src=path+"/manualBasic.jpg";
Images[7].src=path+"/manualAdv.jpg";

Images[8].src=path+"/acceptRpt.jpg";
Images[9].src=path+"/report.jpg";

Images[10].src=path+"/html.jpg";
Images[11].src=path+"/css.jpg";
Images[12].src=path+"/spider.jpg";

Images[13].src=path+"/configuration.jpg";
Images[14].src=path+"/system.jpg";

Images[15].src=path+"/styleBody.jpg";
Images[16].src=path+"/divider.jpg";
Images[17].src=path+"/table.jpg";
Images[18].src=path+"/listing.jpg";
Images[19].src=path+"/addlogo.jpg";
Images[20].src=path+"/acceptRptOnly.jpg";

Images[21].src=path+"/sitemapping.jpg";
Images[22].src=path+"/sitemapAccepted.jpg";
Images[23].src=path+"/sitemapExternal.jpg";
Images[24].src=path+"/sitemapReport.jpg";


Desc[0]="<p>Main application screen allow access to all Pr Builder 4 Tools.</p>";
Desc[1]="<p>Site Listing allow you to select the site that you wish to submit also shows you their progress.</p>";
Desc[2]="<p>Add a new site can be as easy as entering a valid web address and clicking a button.</p><p>Select from multiple categories to submit to or add your own category to the list for a more closely related category.</p> ";
Desc[3]="<p>Edit the details for any given website add categories or add new titles and descriptions for a more reliable submission campaign.</p>";
Desc[4]="<p>Remove a website from your records if no longer required with ease.</p>";

Desc[5]="<p>Auto submit to over 1000+ search engines and directories at a touch of a button.</p>";
Desc[6]="";
Desc[7]="<p>Manually submit to search engines and directories with web form auto fill to save time having to add the details yourself it is done for you on page load.</p>";

Desc[8]="<p>Give you the details of the search engines and directories which have accepted your web sites link details.</p>";
Desc[9]="<p>Gives you a list of sites that link back to your website also the links details that was submitted using Pr Builder4.</p>";

Desc[10]="<p>Test your websites html pages to see if the pass the World Wide Web Consortium (W3C) the internets standard assists in getting a better search position.</p>";
Desc[11]="<p>Test your websites Stylesheet to see if the pass the World Wide Web Consortium (W3C) the internets standard assists in making Pages Style format to be accessible cross browsers.</p>";
Desc[12]="<p>View your webpage how the search engine spiders view your page great way to see faults within your page and to find broken links. .</p>";

Desc[13]="<p>Change to companies name and address the will appear in the reports to your own companies details here to all for a more professional reports for your customers.</p>";
Desc[14]="<p>Access important settings for PrBuilder4 from how many connection to open during auto-submission to checking for regular updates manually or automatically at startup.</p>";

Desc[15]="<p>Change how the reports appear by adding an image to the background also how the overall text appears from font-family to text color.</p>"
Desc[16]="<p>Set the size and color of the dividing lines in the reports.</p>";
Desc[17]="<p>Change how the list appears in the reports.</p>";
Desc[18]="<p>Set the colors used for the links within the reports details.</p>";
Desc[19]="<p>Add your own company logo to the reports for a professional appearance</p>";
Desc[20]="<p>These options only appear in the acceptance report for a graphical representation of your links status.</p>";

Desc[21]="<p>Generate a sitemap for your website that will allow search engine spiders like GoogleBot to know in advanced which pages to add to its search results and how often you wish for it to be spidered.</p>";
Desc[22]="<p>View in advance which internal links will be added to the sitemap.</p><p>Allows you to set the priority and spider frequency for each individual page or for the entire sitemap.</p>";
Desc[23]="<p>Get a complete list of all the external links that you have on your website but these links do not get added to the sitemap as only local pages are allowed.</p>";
Desc[24]="<p>Get a full report of your website from Internal links to External links even which stylesheet class a used.</p>";

function switchImage(idx, title){
    document.getElementById("title").innerHTML =title;
    document.getElementById("previewImage").src= Images[idx+1].src;
    document.getElementById("Description").innerHTML =Desc[idx+1];
}
