﻿function display (displayMessage)

{
document.getElementById('twFixTerms').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/twmin.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>This is the minimum distance that the bolt is able to clamp.<br><br>This is calculated from the overall thickness of all 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/twmax.jpg"/> \n' +
    '</div> \n' +
'<div id="explanation" style="width: 300px" align="center"><br><br> \n' +
'<align="center"><b>Maximum Fixing Thickness<br></b><br><br>This is the maximum distance that the bolt is able to clamp.<br><br>This is calculated from the overall thickness of all materials being clamped.<br><br>The dimensions given are those of the standard bolt, however, the maximum fixing thickness can be greatly extended using a kit of extension sleeves.<br><br>Please contact us for more specific information</div>');
}



function tensile (message)

{
display('<div id="imagePosition"> \n' +
    '<img id="tech_terms" height="375" border="0" width="500" name="tech_terms" alt="" src="images/twtensile.jpg"/> \n' +
    '</div> \n' +
'<div id="explanation" align="center"><br><br><br><br><br> \n' +
'<align="center"><b>Tensile Strength<br></b><br><br>This is the ultimate pullout force required for the bolt to fail when under a tensile load.</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/twdc.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 allow the Thin Wall Bolt\'s legs to deploy.<br><br>Careful attention must be payed to this criteria when fixing into Steel Hollow Sections to prevent the bolt reaching the opposite section wall before the bolt has been installed correctly.</div>');
}


function reset12 (message)

{
display('<div id="imagePosition"> \n' +
    '<img id="tech_terms" height="375" border="0" width="500" name="tech_terms" alt="" src="images/twall.jpg"/> \n' +
    '</div> \n' +
'<div id="explanation" align="center"></div>');
}