// JavaScript Document
//create variables for project stages
var stage1 = "<b>Stage 1.</b><br />"
stage1 = stage1 + "<p>Here is the first shot of a driveway in Polruan we engineered, showing how it  looked before work commenced.</p>";

var stage2 = "<b>Stage 2.</b><br />"
stage2 = stage2 + "<p>For this driveway, our excavator was a necessity in reaching the desired result.</p>"

var stage3 = "<b>Stage 3.</b><br />"
stage3 = stage3 + "<p>Here you can see our excavator being used in its first role of the job, as it strips and re-grades existing tarmac and hardcore.</p>"

var stage4 = "<b>Stage 4.</b><br />"
stage4 = stage4 + "<p>With the driveway stripped and graded, it is now ready for the importation of DOE-803 (graded crushed hardcore). This is the key material  in creating a solid, durable base for surfacing and is not only used for private driveways but also on the UK's public highways and motorways.</p>"

var stage5 = "<b>Stage 5.</b><br />"
stage5 = stage5 + "<p>This is our excavator performing its second role of the job as it is used to level the stone to the desired falls, cross-falls and cambers</p>"

var stage6 = "<b>Stage 6.</b><br />"
stage6 = stage6 + "<p>Yet more stone is imported as we progress though the driveway. A total of 35 tonnes was used in the construction of this driveway!</p>"

var stage7 = "<b>Stage 7.</b><br />"
stage7 = stage7 + "<p>Now our vibrating roller is used to compact the stone at a weight equivalent to 6 tonnes!</p>"

var stage8 = "<b>Stage 8.</b><br />"
stage8 = stage8 + "<p>After being thoroughly compacted to the correct levels and falls, the driveway is now ready for surfacing.</p>"

var stage9 = "<b>Stage 9.</b><br />"
stage9 = stage9 + "<p>Our paver finisher was chosen to lay the bit-mac surface material on this driveway.</p>"

var stage10 = "<b>Stage 10.</b><br />"
stage10 = stage10 + "<p>Our paver lays the surface material perfectly flat, at the desired thickness.</p>"

var stage11 = "<b>Stage 11.</b><br />"
stage11 = stage11 + "<p>Our vibrating roller is cleaned after being used for the compaction of the stone and is now used to compact the bit-mac surface material.</p>"

var stage12 = "<b>Stage 12.</b><br />"
stage12 = stage12 + "<p>Here is the surface material layed and compacted.</p>"

var stage13 = "<b>Stage 13.</b><br />"
stage13 = stage13 + "<p>This final shot shows the finished driveway. It is given time to cool and set before use.</p>"

function update(myText)
{
    document.getElementById('aboutdiv').innerHTML = myText;
}