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("Pressuremeter : ", "Monitoring unit with plastic tubing and 3-cell probe enabling to make pressuremeter tests conform to the ASTM Standard Method for Pressuremeter testing in soils D-4719-00 and AFNOR standard NF P 94-110-1","Download the datasheet","../pdf/pressuremeter_geospad_uk.pdf"));

				   
	return ConvertArrayToText(tracks);
}

function info2() {
	tracks = Array(Array("Geospad&reg; ","Data Acquisition by the Geospad&reg; allows to control the pressuremeter test schedule and to store automatically the conditions and the results of these tests.", "Download the datasheet","../pdf/pressuremeter_geospad_uk.pdf"));
	return ConvertArrayToText(tracks);
}


function info3() {
	tracks = Array(Array("Explofor2","New drilling parameters recorder presenting all current technological developments in order to obtain swiftly all drilling datas on site","Download the Datasheet","../pdf/explofor_uk.pdf","","")); 
return ConvertArrayToText(tracks);
}


function info4() {
	tracks = Array(Array("GeoVision&reg;", "GeoVision&reg; is a geotechnical data acquisition software. GeoVision&reg; enables to extract, process and format all data coming from APAGEO’s data loggers: pressumeter data (SPAD&reg; and GeoSPAD&reg;) and drilling data (EXPLOFOR&reg;). ","For more informations...","zoomsur.html"));

				   
	return ConvertArrayToText(tracks);
}

function info5() {
	tracks = Array(Array("Lugeon Test : ","Lugeon permeability test equipment for single-hole in situ test of formation permeability.", "Download the datasheet","../pdf/lugeotest.pdf"));
	return ConvertArrayToText(tracks);
}

function info6() {
	tracks = Array(Array("Phicometer", "The Phicometre is a device for in situ measurement of mechanical characteristics j and c of the ground by linear shearing test, following AFNOR Standard NF P 94-120" ,"Download the datasheet","../pdf/phicometre_uk.pdf")); 	
	return ConvertArrayToText(tracks);
}

function info7() {
	tracks = Array(Array("Light Dynamic Penetrometer","The Light Dynamic Penetrometer with manual driving is the one allowing dynamic penetration tests with the lightest hammer (10 kg) and falling height 50cm, following standards NF EN ISO 22476-2. ","Download the datasheet (in French)","../pdf/PDL.pdf")); 
return ConvertArrayToText(tracks);
}

function info8() {
	tracks = Array(Array("Apafor100 : ", "Heavy dynamic penetrometer and sampling system (SPT). <br> Sampling with hammering system. <br>A unique simultaneous casing/sampling system 115mm. <br>Easily manoeuvrable." ,"Download the Datasheet","../pdf/APAFOR100.pdf","",""));
	return ConvertArrayToText(tracks);
}

function info9() {
	tracks = Array(Array("GEOMIL Static Penetrometer","Static penetrometer of our partner GEOMIL, capacity from 50 to 200 KN, handable, on road trailer, truck or rubber-track","Visit the Geomil WebSite","http://www.geomil.com")); 
return ConvertArrayToText(tracks);
}
