// ftp client list

// ------------------------------
// declare all the constants here
// ------------------------------

var pathname   = "http://secure.czltd.com/Engineering/";
var foldername = 0;
var clientname = 1;


// the 1st parameter is the "folder name", the 2nd is the "client name",
// if the client doesn't yet have a 'folder' created for them, but we want to include their name, replace the folder name with "#".

ftpA = new Array();
ftpA[ 0 ] = new Array( "adler-allan",	"Adler-Allan" );
ftpA[ 1 ] = new Array( "aka", 			"AKA" );
ftpA[ 2 ] = new Array( "topeka",		"Atchison Topeka" );
ftpA[ 3 ] = new Array( "autogas",		"Autogas" );
ftpA[ 4 ] = new Array( "a_and_g", 		"A&G Electrical" );
ftpA[ 5 ] = new Array( "#",				"Air Products" );


ftpB = new Array();
ftpB[ 0 ] = new Array( "babcock",		"Babcock" );
ftpB[ 1 ] = new Array( "bayer", 		"Bayer Cropscience" );
ftpB[ 2 ] = new Array( "birse", 		"Birse Rail" );
ftpB[ 3 ] = new Array( "#",				"Biwater" );
ftpB[ 4 ] = new Array( "bp",			"BP" );
// ftpB[ 5 ] = new Array( "btc",			"BTC Pipeline" );
ftpB[ 5 ] = new Array( "bsugar", 		"British Sugar" );
ftpB[ 6 ] = new Array( "benninghoven",	"Benninghoven" );
ftpB[ 7 ] = new Array( "bpa",			"British Pipelines Agency" );
ftpB[ 8 ] = new Array( "vt", 			"BVT Shipbuilding" );


ftpC = new Array();
ftpC[ 0 ] = new Array( "carless", 		"Carless Refining" );
ftpC[ 1 ] = new Array( "costain",		"Costain" );
ftpC[ 2 ] = new Array( "coteba", 		"Coteba" );
ftpC[ 3 ] = new Array( "#", 			"Cummins Power Generation" );
ftpC[ 4 ] = new Array( "#", 			"Clark Construction" );
ftpC[ 5 ] = new Array( "ctt",			"CTT Project" );


ftpD = new Array();
ftpD[ 0 ] = new Array( "diveline", 		"Diveline" );
ftpD[ 1 ] = new Array( "dnv", 			"DNV" );
ftpD[ 2 ] = new Array( "dow",			"Dow Benelux" );


ftpE = new Array();
ftpE[ 0 ] = new Array( "easternpetroleum",	"Eastern Petroleum Supplies" );
ftpE[ 1 ] = new Array( "esso",			"Esso Petroleum" );
ftpE[ 2 ] = new Array( "etec",			"E-Tec" );


ftpF = new Array();
ftpF[ 0 ] = new Array( "flo-dyne",		"Flo-Dyne Limited" );
ftpF[ 1 ] = new Array( "fluid-transfer",	"Fluid Transfer International" );


ftpH = new Array();
ftpH[ 0 ] = new Array( "halliburton", 	"Halliburton AS" );
ftpH[ 1 ] = new Array( "hatrick-bruce",	"Hatrick-Bruce");
ftpH[ 2 ] = new Array( "haymills",  	"Haymills" );


ftpI = new Array();
ftpI[ 0 ] = new Array( "ineos",			"Ineos Chemicals" );
ftpI[ 1 ] = new Array( "interserve", 	"Interserve" );


ftpJ = new Array();
ftpJ[ 0 ] = new Array( "jacobs", 		"Jacobs Engineering UK Ltd." );
ftpJ[ 1 ] = new Array( "jwainwright", 	"John Wainwright & Co. Ltd." );


ftpK = new Array();
ftpK[ 0 ] = new Array( "#", 			"KVM Industrimaskiner AS" );


ftpL = new Array();
ftpL[ 0 ] = new Array( "lpg", 			"LPG" );


ftpM = new Array();
ftpM[ 0 ] = new Array( "#",				"Magnox" );
ftpM[ 1 ] = new Array( "manthon",		"Manthon" );
ftpM[ 2 ] = new Array( "microconcepts",	"Microconcepts" );
ftpM[ 3 ] = new Array( "mi-drilling", 	"MI-Drilling" );


ftpN = new Array();
ftpN[ 0 ] = new Array( "nameplates",	"Nameplates" );


ftpP = new Array();
ftpP[ 0 ] = new Array( "petrofast",			"PetroFast II" );
ftpP[ 1 ] = new Array( "petrotechnik", 		"Petrotechnik France" );
ftpP[ 2 ] = new Array( "port_of_london",	"Port of London Authority" );
ftpP[ 3 ] = new Array( "pump-and-fuel", 	"Pumps & Fuel Installation Ltd." );


ftpQ = new Array();
ftpQ[ 0 ] = new Array( "quotes",		"Quotes" );


ftpR = new Array();
ftpR[ 0 ] = new Array( "steelwork", 		"Raymar Ind." );


ftpS = new Array();
ftpS[ 0 ] = new Array( "shared", 		"Shared Resources" );
ftpS[ 1 ] = new Array( "shell", 		"Shell" );


ftpT = new Array();
ftpT[ 0 ] = new Array( "steelwork", 		"T & T Fabrications Ltd" );
ftpT[ 1 ] = new Array( "topazenergy", 		"Topaz Energy" );
ftpT[ 2 ] = new Array( "total_uk", 		"Total UK Limited" );
ftpT[ 3 ] = new Array( "topeka",        	"Topeka" );
ftpT[ 4 ] = new Array( "trinity", 		"Trinity House" );
ftpT[ 5 ] = new Array( "#", 			"Tokheim" );


ftpW = new Array();
ftpW[ 0 ] = new Array( "watercare",		"Watercare Int." );	// removed, 17.09.2010
ftpW[ 1 ] = new Array( "silmon", 		"W.O. Silmon" );
ftpW[ 2 ] = new Array( "#", 			"Wests Eng. Design" );
ftpW[ 3 ] = new Array( "#", 			"Wrekin Construction" );


ftpZ = new Array();
ftpZ[ 0 ] = new Array( "zakhem", 		"Zakhem" );
ftpZ[ 1 ] = new Array( "#", 			"Zeneca" );
