<!--

/*
Textual Tooltip Script- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/


var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
content[0]='Difco Style Telescopic Cylinder at retracted height with anti-corrosion primer prior to application of top coat of paint.'
content[1]='Difco Style Telescopic Cylinders, with one extended, to reflect the height of 2.5 metres when fully extended.'
content[2]='Manufactured and tested 820mm inside diameter telescopic cylinders to assist with the side lift and tip of the rail wagon filled with blue metal material used for repair and maintenance of the railway tracks.'
content[3]='The Afkos Telescopic Cylinders in typical use.'
content[4]='Afkos Telescopic Cylinder at extended stroke with both telescopic moving stage surfaces  hard chrome plated.'
content[5]='Difco Telescopic Cylinders assembled into rail wagons to show typical use. Each wagon has four units and are able to empty their loads from either side of the wagon on to the tracks below.'
content[6]='Close-up view of the Difco telescopic cylinders with their air receiver connected to operate the units.'
content[7]='Careful watch of the operation of the lift mechanism by staff of Afkos Industries.'
content[8]='Side view of one side of the rail wagon fitted with the Difco Telescopic Cylinders. The accumulation of dust and grit shows the need for the moving stages to be hard chrome plated.'
content[9]='Afkos cylinders at BHP rail workshops, fitted perfectly to the railcar prior to putting in service.'
content[10]='Afkos cylinders at the Afkos Industries factory.'
content[11]='Afkos cylinders at the Afkos Industries factory.'


function regenerate() {
		window.location.reload()
	}
	function regenerate2() {
		if (document.layers) {
		appear()
		setTimeout("window.onresize=regenerate",450)
	}
}

function changetext(whichcontent) {
	if (document.all||document.getElementById) {
		cross_el=document.getElementById? document.getElementById("text"):document.all.descriptions
		cross_el.innerHTML='<DIV CLASS="text">'+whichcontent+'</DIV>'
	}
	else if (document.layers) {
		document.d1.document.d2.document.write('<DIV CLASS="text">'+whichcontent+'</DIV>')
		document.d1.document.d2.document.close()
	}
}

function appear() {
	document.d1.visibility='show'
}

window.onload=regenerate2


//-->

