function ConvertArrayToText(list) {
	exportData = "";
	for (i = 0; i < list.length; i++) {
		exportData += "<tr><td width=\"250\" height=\"80\" Valign=\"Top\"><b>"+list[i][0]+"</b><td width=\"500\" height=\"80\" Valign=\"Top\">"+list[i][1]+"</td></tr><br><br><tr><td></td><td ><a target=\"_blank\" href=\""+list[i][3]+"\">"+list[i][2]+"</a></td></tr>";
	}
	return "<table class=\"tracks\">"+exportData+"</table>";
}

function info1() {
	tracks = Array(Array("Augers and Tools", " - Hand Augers<br> - Continuous Flight Augers<br> - Injection Augers <br> - Hollow Stem Auger","Download the datasheet, in french","../pdf/tariere.pdf"));

				   
	return ConvertArrayToText(tracks);
}

function info2() {
	tracks = Array(Array("Beating Rods and Bits ","  - Couplings <br>  - Beating Rods and Bits for penetrometers", "Download the datasheet, in french","../pdf/tige_battage.pdf"));
	return ConvertArrayToText(tracks);
}

function info3() {
	tracks = Array(Array("Progressive Tubing System", " - STAF&reg; : Self bored tube system for pressuremeter test, <br> - STAR : Self bored tube system for Rotary Percussion, <br> - STAREX&reg; : Self bored tube system " ,"Download the datasheet, in french","../pdf/tubage%20a%20l'avancement.pdf")); 	
	return ConvertArrayToText(tracks);
}

function info4() {
	tracks = Array(Array("Rotary-Percussion Rods "," - Rotary-Percussion Rods and nipple, <br> - Rotary-Percussion Drilling Bits","Download the datasheet, in french","../pdf/rotop.pdf")); 
return ConvertArrayToText(tracks);
}

function info5() {
	tracks = Array(Array("Diamond Core Bits  ", "Discover all our Diamond Core Bits and Nipple range","Download the datasheet, in french","../pdf/couronne_diamant.pdf"));

				   
	return ConvertArrayToText(tracks);
}

function info6() {
	tracks = Array(Array("Tungsten Carbide Bits","Discover all our Tungsten Carbide Bits and Nipple range", "Download the datasheet, in french","../pdf/carbure_tungstene.pdf"));
	return ConvertArrayToText(tracks);
}

function info7() {
	tracks = Array(Array("Casing", " - Metric Casing -  M x F ,<br> - Serie LS _ F x F , <br> - DCDMA _ Serie W Casing, <br> - Casing Accessory serie Q , <br> - FootClamp" ,"Téléchargez la fiche technique","../pdf/140-Tubages_ecran.pdf")); 	
	return ConvertArrayToText(tracks);
}

function info8() {
	tracks = Array(Array("Coring "," - Single Core Barrel B type, <br> - Single Core Barrel T Type,<br> - Double Core Barrel T2 Type, <br> -Carottier double T6 Type, <br> - Other Triplex Core Barrel , <br> - Windowless Sampler ","Download the datasheet, in French","../pdf/107-Carottiers_ecran.pdf")); 
return ConvertArrayToText(tracks);
}

function info9() {
	tracks = Array(Array("Tricone Bits and Three Way Drag Bits", " - Milltooth and Tungstene Carbide Inserts Tricone Bits (From USA) with different IADC code available , <br> - Step Type Chevron Type Drag Bits" ,"Download the datasheet, in French","../pdf/tricone.pdf")); 	
	return ConvertArrayToText(tracks);
}

function info10() {
	tracks = Array(Array("down the hole hammer ", " - All of our dwon the hole hammer and bits range, <br> available in different shanks and diameter" ,"Download the datasheet, in French","../pdf/marteau_fdt.pdf")); 	
	return ConvertArrayToText(tracks);
}

function info11() {
	tracks = Array(Array("Product and Accessory ", " - Drilling Mud <br> - Grease  <br> - Jaw Wrench  <br> - Chain Wrench  <br> - Water Level Probe <br> - Packer" ,"Download the datasheet, in French","../pdf/produits_accessoires.pdf")); 	
	return ConvertArrayToText(tracks);
}
