﻿function display (displayMessage)

{
document.getElementById('bbFixTerms').innerHTML = displayMessage;
}



function minimum (message)

{
display('<div id="imagePosition"> \n' +
    '<img id="tech_terms" height="375" border="0" width="500" name="tech_terms" alt="" src="images/minFixThickness.jpg"/> \n' +
    '</div> \n' +
'<div id="explanation" align="center"><br><br><br><br><br> \n' +
'<align="center"><b>Minimum Fixing Thickness<br></b><br><br> \n' +
'This is the minimum distance that the bolt is able to clamp.<br><br>This is calculated from the overall thickness of all \n' +
' materials being clamped.</div>');
}



function maximum (message)

{
display('<div id="imagePosition"> \n' +
    '<img id="tech_terms" height="375" border="0" width="500" name="tech_terms" alt="" src="images/maxFixThickness.jpg"/> \n' +
    '</div> \n' +
'<div id="explanation" align="center"><br><br><br><br><br> \n' +
'<align="center"><b>Maximum Fixing Thickness<br></b><br><br>This is the maximum distance that the bolt is \n' +
' able to clamp.<br><br>This is calculated from the overall thickness of all materials being clamped.</div>');
}



function anchor (message)

{
display('<div id="imagePosition"> \n' +
    '<img id="tech_terms" height="375" border="0" width="500" name="tech_terms" alt="" src="images/anchorClear.jpg"/> \n' +
    '</div> \n' +
'<div id="explanation" align="center"><br><br> \n' +
'<align="center"><b>Anchor Clearance<br></b><br><br>This is the minimum distance required for the successful deployment\n' +
' of the Blind Bolt\'s anchor.<br><br>Careful attention must be payed to this criteria when fixing into Steel Hollow Sections\n' +
' to prevent the anchor catching on the section wall.</div>');
}



function depth (message)

{
display('<div id="imagePosition"> \n' +
    '<img id="tech_terms" height="375" border="0" width="500" name="tech_terms" alt="" src="images/depthClear.jpg"/> \n' +
    '</div> \n' +
'<div id="explanation" align="center"><br><br> \n' +
'<align="center"><b>Depth Clearance<br></b><br><br>Depth Clearance is the minimum distance required within a cavity to\n' +
    ' allow the Blind Bolt\'s anchor to deploy.<br><br>Careful attention must be payed to this criteria when fixing into\n' +
    ' Steel Hollow Sections to prevent the bolt reaching the opposite section wall before the anchor has deployed.</div>');
}



function ctrs (message)

{
display('<div id="imagePosition"> \n' +
    '<img id="tech_terms" height="375" border="0" width="500" name="tech_terms" alt="" src="images/holeCts.jpg"/> \n' +
    '</div> \n' +
'<div id="explanation" align="center"><br><br><br><br> \n' +
'<align="center"><b>Hole Centers<br></b><br><br>This is the minimum distance required between bolts when installing multiple\n' +
    ' Blind Bolt\'s.</div>');
}



function reset (message)

{
display('<div id="imagePosition"> \n' +
    
    '<img id="tech_terms" height="375" border="0" width="500" name="tech_terms" alt="" src="images/allFix.jpg"/> \n' +
    '</div> \n' +
        '<div id="explanation" align="center"> \n' +
       ' </div> ');
}