// preload-images.js
// preload images of the whole www.sb-int.nl website, 90 files
// january 2005, by A. Sprenger
//-----------------------------------------------------------------------------------
//main level: 22 files
//	(e-)index.html	(e-)index-home.html	
//	(e-)index-top.html 	(e-)index-left.html 
//	(e-)contact.html	(e-)route.html	
//	(e-)zoeken.html	
//	(e-)superbrush.html 
//	(e-)persbericht.html
//	notFound.html historie.html
//-----------------------------------------------------------------------------------
//pdf/:
//      (e-)index.html
//-----------------------------------------------------------------------------------
//catalogus/: 50 files
//	(e-)index.html	(e-)inhoud.html	
//	(e-)intro.html	
//	(e-)bezems.html	(e-)bezetting.html	
//	(e-)getordeerd.html		(e-)getwijnd.html
//	(e-)stiftgatborstel.html	(e-)handborstels.html	
//	(e-)garden.html	
//	(e-)garden-scrubbezem.html	
//	(e-)garden-scrubborstel.html	
//	(e-)garden-handborstel.html	
//	(e-)garden-vlonderborstels.html	
//	onkruidborstel-trofee.html	
//	(e-)onkruidborstel.html	
//	(e-)komborstels.html	
//	(e-)pipeline.html	(e-)roterend.html	
//	(e-)speciaal.html	(e-)borstelstrippen.html
//	(e-)kwasten.html
//	(e-)borstelringen.html
//	(e-)stiftborstels.html	
//	(e-)techniek.html	
//	(e-)fitting-folder.html	(e-)komborstel-folder.html	
//-----------------------------------------------------------------------------------
// split the URL in URLbase path and filename
var URLbase="http://www.sb-int.nl/";
//local:
//var URLbase="file:///Macintosh%20HD/www-folder/S&B/";
var URL = window.location.href;
var subURL=URL.substring(URLbase.length,URL.length);
var path = subURL.substring(0,subURL.lastIndexOf('/')+1);
var filename = subURL.substring(path.length,subURL.length+1);

var nrImages=0;

//-----------------------------------------------------------------------------------
if (path=="")
{
//-----------------------------------------------------------------------------------
	//if(path=="")
	if (filename=="index.html") { }
//-----------------------------------------------------------------------------------
	//if(path=="")
	if (filename=="e-index.html") { }
//-----------------------------------------------------------------------------------
	//if(path=="")
	if (filename=="index-top.html") 
	{ 
		var images=new Array(1);
		var imgName=new Array(1);
		var i=-1;
		i++; imgName[i]="Icons/uk.gif";
	}
//-----------------------------------------------------------------------------------
	//if(path=="")
	if (filename=="e-index-top.html") 
	{ 
		var images=new Array(1);
		var imgName=new Array(1);
		var i=-1;
		i++; imgName[i]="Icons/nl.gif";
	}
//-----------------------------------------------------------------------------------
	//if(path=="")
	if (filename=="index-left.html") {}
//-----------------------------------------------------------------------------------
	//if(path=="")
	// if (filename=="e-index-left.html") { }
//-----------------------------------------------------------------------------------
	//if(path=="")
	if (filename=="nieuws.html")
	{
		var images=new Array(15);
		var imgName=new Array(15);
		var i=-1;
		i++; imgName[i]="pdf/figs/adobe-pdf-logo.jpg";
		i++; imgName[i]="catalogus/figs/garden/weedy-1.jpg";
		i++; imgName[i]="Icons/wall.gif";
		i++; imgName[i]="pictures/logo-new-t.gif";
		i++; imgName[i]="pictures/SBinternational-t.gif";
		i++; imgName[i]="catalogus/figs/garden/nieuw-t.gif";
		i++; imgName[i]="catalogus/figs/garden/vlonderborstel2.jpg";
		i++; imgName[i]="pictures/FSC-logo.gif";
		i++; imgName[i]="borstelfigs/garden.gif";
		i++; imgName[i]="borstelfigs/onkruidborstel-trofee.gif";
		i++; imgName[i]="catalogus/figs/roterend/roterende-borstel-adapter4.jpg";
		i++; imgName[i]="catalogus/figs/getwijnd/micro-abrasief.gif";
		i++; imgName[i]="catalogus/figs/stiftborstels/stiftborstel-rvs.gif";
		i++; imgName[i]="catalogus/figs/handborstels/handborstelKunststofHandvat.gif";

		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
//-----------------------------------------------------------------------------------
	//if(path=="")
	if (filename=="e-nieuws.html")
	{
		var images=new Array(12);
		var imgName=new Array(12);
		var i=-1;
		i++; imgName[i]="Icons/wall.gif";
		i++; imgName[i]="pictures/logo-new-t.gif";
		i++; imgName[i]="pictures/SBinternational-t.gif";
		i++; imgName[i]="catalogus/figs/garden/eng/nieuw-t.gif";
		i++; imgName[i]="catalogus/figs/garden/vlonderborstel2.jpg";
		i++; imgName[i]="pictures/FSC-logo.gif";
		i++; imgName[i]="borstelfigs/eng/garden.gif";
		i++; imgName[i]="catalogus/figs/roterend/roterende-borstel-adapter4.jpg";
		i++; imgName[i]="catalogus/figs/getwijnd/micro-abrasief.gif";
		i++; imgName[i]="catalogus/figs/stiftborstels/stiftborstel-rvs.gif";
		i++; imgName[i]="catalogus/figs/handborstels/handborstelKunststofHandvat.gif";

		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
//-----------------------------------------------------------------------------------
	//if(path=="")
	if ( (filename=="index-home.html") || (filename=="e-index-home.html") )
	{
		var images=new Array(15);
		var imgName=new Array(15);
		var i=-1;
		i++; imgName[i]="Icons/wall.gif";
		i++; imgName[i]="pictures/SBinternational-t.gif";

		i++; imgName[i]="pictures/SBinternational-t.gif";
		i++; imgName[i]="pictures/logo-new-t.gif.gif";
		i++; imgName[i]="pictures/FSC-logo.gif";
		i++; imgName[i]="borstelfigs/superbrush.jpg";
		i++; imgName[i]="borstelfigs/fitting.jpg";
		i++; imgName[i]="borstelfigs/ragers-blauw.gif";
		i++; imgName[i]="borstelfigs/garden-programma.gif";
		i++; imgName[i]="borstelfigs/HS-collectie.jpg";
		i++; imgName[i]="pictures/superlogo-t.gif";
		i++; imgName[i]="borstelfigs/strippen.jpg";
		i++; imgName[i]="borstelfigs/collectie.jpg";
		i++; imgName[i]="borstelfigs/veegborstels.jpg";
		i++; imgName[i]="borstelfigs/borstellatten.jpg";

		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="")
	if (filename=="historie.html")
	{
		var images=new Array(7);
		var imgName=new Array(7);
		var i=-1;

		i++; imgName[i]="Icons/wall.gif";
		i++; imgName[i]="pictures/SBinternational-t.gif";

		i++; imgName[i]="pictures/LuttikOudorp.gif";
		i++; imgName[i]="pictures/kitmanstraat.gif";
		i++; imgName[i]="pictures/borstelproblemen.jpg";

		// ondertekening.js
		i++; imgName[i]="pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="")
	if (filename=="e-historie.html")
	{
		var images=new Array(7);
		var imgName=new Array(7);
		var i=-1;

		i++; imgName[i]="Icons/wall.gif";
		i++; imgName[i]="pictures/SBinternational-t.gif";

		i++; imgName[i]="pictures/LuttikOudorp.gif";
		i++; imgName[i]="pictures/kitmanstraat.gif";
		i++; imgName[i]="pictures/eng/borstelproblemen.jpg";

		// ondertekening.js
		i++; imgName[i]="pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="")
	if (filename=="contact.html")
	{
		var images=new Array(10);
		var imgName=new Array(10);
		var i=-1;
		i++; imgName[i]="Icons/wall.gif";
		i++; imgName[i]="pictures/SBinternational-t.gif";

		i++; imgName[i]="pictures/Alkmaar.gif";
		i++; imgName[i]="pictures/Nederland-t.gif";
		i++; imgName[i]="Icons/eudora.gif";
		i++; imgName[i]="Icons/phone-t.gif";
		i++; imgName[i]="Icons/mail-t.gif";
		i++; imgName[i]="pictures/luchtfoto.gif";
		
		// ondertekening.js
		i++; imgName[i]="pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="")
	if (filename=="e-contact.html")
	{
		var images=new Array(12);
		var imgName=new Array(12);
		var i=-1;
		i++; imgName[i]="Icons/wall.gif";
		i++; imgName[i]="pictures/SBinternational-t.gif";
		i++; imgName[i]="pictures/Alkmaar.gif";
		i++; imgName[i]="Icons/nl.gif";
		i++; imgName[i]="pictures/Europa.gif";
		i++; imgName[i]="pictures/Nederland-t.gif";
		i++; imgName[i]="Icons/eudora.gif";
		i++; imgName[i]="Icons/phone-t.gif";
		i++; imgName[i]="Icons/mail-t.gif";
		i++; imgName[i]="pictures/luchtfoto.gif";
		
		// e-ondertekening.js
		i++; imgName[i]="pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="")
	if (filename=="route.html")
	{
		var images=new Array(8);
		var imgName=new Array(8);
		var i=-1;
		i++; imgName[i]="Icons/wall.gif";
		i++; imgName[i]="pictures/SBinternational-t.gif";
		i++; imgName[i]="pictures/Nederland-t.gif";
		i++; imgName[i]="pictures/kitmanstraat.gif";
		i++; imgName[i]="pictures/route.gif";
		i++; imgName[i]="catalogus/figs/regels/ringen.gif";
		
		// ondertekening.js
		i++; imgName[i]="pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="")
	if (filename=="e-route.html")
	{
		var images=new Array(10);
		var imgName=new Array(10);
		var i=-1;
		i++; imgName[i]="Icons/wall.gif";
		i++; imgName[i]="pictures/SBinternational-t.gif";
		i++; imgName[i]="pictures/Europa.gif";
		i++; imgName[i]="Icons/nl.gif";
		i++; imgName[i]="pictures/Nederland-t.gif";
		i++; imgName[i]="pictures/kitmanstraat.gif";
		i++; imgName[i]="pictures/route.gif";
		i++; imgName[i]="catalogus/figs/regels/ringen.gif";
		
		// e-ondertekening.js
		i++; imgName[i]="pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
//-----------------------------------------------------------------------------------
	//if(path=="")
	if ( (filename=="FSC-persbericht.html") || (filename=="e-FSC-persbericht.html") )
	{
		var images=new Array(4);
		var imgName=new Array(4);
		var i=-1;
		i++; imgName[i]="Icons/wall.gif";
		i++; imgName[i]="pictures/SBinternational-t.gif";
		i++; imgName[i]="pictures/FSC-logo.gif";

		// e-ondertekening.js
		i++; imgName[i]="pictures/logo-new.gif";
		
		// countfile.pl
//		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}

	//-----------------------------------------------------------------------------------
	//if(path=="")
	if (filename=="notFound.html")
	{
		var images=new Array(3);
		var imgName=new Array(3);
		var i=-1;
		i++; imgName[i]="/Icons/wall.gif";
		
		// e-ondertekening.js
		i++; imgName[i]="pictures/logo-new.gif";
		i++; imgName[i]="pictures/SBinternational-t.gif";

		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="")
	if ( (filename=="zoeken.html") || (filename=="e-zoeken.html") )
	{
		var images=new Array(5);
		var imgName=new Array(5);
		var i=-1;

		// zoek-database.js no images
		// zoeken.js no images

		i++; imgName[i]="Icons/wall.gif";
		i++; imgName[i]="pictures/SBinternational-t.gif";
		i++; imgName[i]="catalogus/figs/regels/superbrush.gif";
	
		// ondertekening.js
		i++; imgName[i]="pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="")
	if (filename=="superbrush.html")
	{
		var images=new Array(9);
		var imgName=new Array(9);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="pictures/superlogo-t.gif";

		i++; imgName[i]="borstelfigs/superbrush-collectie.gif";
		i++; imgName[i]="pictures/Super-Brush-t.gif";
		i++; imgName[i]="catalogus/figs/alg/dozen-2st.gif";
		i++; imgName[i]="catalogus/figs/alg/catalogus.gif";
		i++; imgName[i]="catalogus/figs/regels/superbrush.gif";
				
		// ondertekening.js
		i++; imgName[i]="pictures/logo-new.gif";
		i++; imgName[i]="pictures/SBinternational-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="")
	if (filename=="e-superbrush.html")
	{
		var images=new Array(9);
		var imgName=new Array(9);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="pictures/superlogo-t.gif";

		i++; imgName[i]="borstelfigs/superbrush-collectie.gif";
		i++; imgName[i]="pictures/Super-Brush-t.gif";
		i++; imgName[i]="catalogus/figs/alg/dozen-2st.gif";
		i++; imgName[i]="catalogus/figs/alg/catalogue.gif";
		i++; imgName[i]="catalogus/figs/regels/superbrush.gif";
				
		// ondertekening.js
		i++; imgName[i]="pictures/logo-new.gif";
		i++; imgName[i]="pictures/SBinternational-t.gif";
	
		nrImages=i+1;
	}
} // end main level
//-----------------------------------------------------------------------------------
if (path=="pdf/")
{
	//-----------------------------------------------------------------------------------
	//if(path=="pdf/")
	if ( (filename=="index.html") || (filename=="e-index.html") )
	{
		var images=new Array(7);
		var imgName=new Array(7);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";

		i++; imgName[i]="figs/adobe_pdf_icon.png";
		i++; imgName[i]="figs/adobe-pdf-logo.jpg";
		i++; imgName[i]="figs/get_adobe_reader.gif";

		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
}
//-----------------------------------------------------------------------------------
if (path=="catalogus/")
{
//-----------------------------------------------------------------------------------
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if ( (filename=="fitting-folder.html") || (filename=="e-fitting-folder.html") )
	{
		var images=new Array(13);
		var imgName=new Array(13);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";

		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="../pictures/Super-Brush-t.gif";
		i++; imgName[i]="figs/fitting-folder/fitting1.gif";
		i++; imgName[i]="figs/fitting-folder/fitting2.gif";
		i++; imgName[i]="../Icons/redball.gif";
		i++; imgName[i]="figs/fitting-folder/fitting3.gif";
		i++; imgName[i]="figs/regels/fitting.gif";
		i++; imgName[i]="figs/alg/doos-t.gif";
		i++; imgName[i]="figs/getwijnd/p45-dia1.gif";
		
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if ( (filename=="komborstel-folder.html") || (filename=="e-komborstel-folder.html") )
	{
		var images=new Array(8);
		var imgName=new Array(8);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="figs/komborstel-folder/komb2.gif";
		i++; imgName[i]="figs/komborstel-folder/komb3.gif";
		i++; imgName[i]="figs/regels/komborstels.gif";
		
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if ( (filename=="index.html") || (filename=="e-index.html") )
	{
		var images=new Array(18);
		var imgName=new Array(18);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";

		i++; imgName[i]="figs/index/klein-bezetting.gif";
		i++; imgName[i]="figs/index/klein-techniek.gif";
		i++; imgName[i]="figs/index/klein-getordeerd.gif";
		i++; imgName[i]="figs/index/klein-roterend.gif";
		i++; imgName[i]="figs/index/klein-komborstels.gif";
		i++; imgName[i]="figs/index/klein-stiftborstels.gif";
		i++; imgName[i]="figs/index/klein-handborstels.gif";
		i++; imgName[i]="figs/index/klein-bezems.gif";
		i++; imgName[i]="figs/index/klein-getwijnd.gif";
		i++; imgName[i]="figs/index/klein-kwasten.gif";
		i++; imgName[i]="figs/index/klein-borstelringen.gif";
		i++; imgName[i]="figs/index/klein-collectie.gif";
		i++; imgName[i]="figs/index/klein-garden.gif";
		i++; imgName[i]="figs/regels/superbrush.gif";
				
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
	
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if ( (filename=="inhoud.html") || (filename=="e-inhoud.html") )
	{
		var images=new Array(5);
		var imgName=new Array(5);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";

		i++; imgName[i]="figs/regels/superbrush.gif";
				
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
	
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if ( (filename=="intro.html") || (filename=="e-intro.html") )
	{
		var images=new Array(12);
		var imgName=new Array(12);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/intro/p2-1.gif";
		i++; imgName[i]="figs/intro/p2-2.gif";
		i++; imgName[i]="figs/intro/p2-3.gif";
		i++; imgName[i]="figs/intro/p3-1.gif";
		i++; imgName[i]="figs/intro/p3-2.gif";
		i++; imgName[i]="figs/intro/p4-1.gif";
		i++; imgName[i]="figs/alg/dozen-2st.gif";
		i++; imgName[i]="figs/regels/doosjes.gif";
		
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if ( (filename=="bezetting.html") || (filename=="e-bezetting.html") )
	{
		var images=new Array(6);
		var imgName=new Array(6);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/alg/bezetting.gif";
		i++; imgName[i]="figs/regels/ringen-geel.gif";
		
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="techniek.html")
	{
		var images=new Array(12);
		var imgName=new Array(12);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/techniek/besch-bril-t.gif";
		i++; imgName[i]="figs/techniek/p8-dia.gif";
		i++; imgName[i]="figs/techniek/p9.gif";
		i++; imgName[i]="figs/techniek/25-35-t.gif";
		i++; imgName[i]="figs/techniek/35-45-t.gif";
		i++; imgName[i]="figs/techniek/30-40-t.gif";
		i++; imgName[i]="figs/techniek/15-20-t.gif";
		i++; imgName[i]="figs/regels/veiligheid.gif";
		
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="e-techniek.html")
	{
		var images=new Array(12);
		var imgName=new Array(12);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/techniek/besch-bril-t.gif";
		i++; imgName[i]="figs/techniek/p8-edia.gif";
		i++; imgName[i]="figs/techniek/p9.gif";
		i++; imgName[i]="figs/techniek/25-35-t.gif";
		i++; imgName[i]="figs/techniek/35-45-t.gif";
		i++; imgName[i]="figs/techniek/30-40-t.gif";
		i++; imgName[i]="figs/techniek/15-20-t.gif";
		i++; imgName[i]="figs/regels/veiligheid.gif";
		
		// e-ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if ( (filename=="bezems.html") || (filename=="e-bezems.html") )
	{
		var images=new Array(17);
		var imgName=new Array(17);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/bezems/p41-dia.gif";
		i++; imgName[i]="figs/bezems/p40-1.gif";
		i++; imgName[i]="figs/bezems/p40-2.gif";
		i++; imgName[i]="figs/bezems/p40-3.gif";
		i++; imgName[i]="figs/bezems/p41-1.gif";
//		i++; imgName[i]="figs/bezems/p41-2.gif"; artikel vervallen
		i++; imgName[i]="figs/bezems/blokbezems.gif";
		i++; imgName[i]="figs/bezems/straatbezem.gif";
		i++; imgName[i]="figs/bezems/zaalvegers-cocos.gif";
		i++; imgName[i]="figs/bezems/zaalvegers-haar.gif";
		i++; imgName[i]="figs/bezems/bezemstelen.gif";
		i++; imgName[i]="figs/bezems/steelhouders.gif";
//		i++; imgName[i]="figs/bezems/mastiekluiwagens.gif";
//		i++; imgName[i]="figs/bezems/vloertrekkers.gif";
		i++; imgName[i]="figs/alg/doos-t.gif";
		i++; imgName[i]="figs/regels/bezems.gif";
		
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="getordeerd.html")
	{
		var images=new Array(27);
		var imgName=new Array(27);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		i++; imgName[i]="figs/getordeerd/getordeerd-meerrijig2.gif";
		i++; imgName[i]="figs/getordeerd/getordeerd-meerrijig.gif";
//		i++; imgName[i]="figs/getordeerd/p10-1.gif";
		i++; imgName[i]="figs/getordeerd/p10-2.gif";
//		i++; imgName[i]="figs/getordeerd/p10-3.gif";
		i++; imgName[i]="figs/alg/dozen-2st.gif";
		i++; imgName[i]="figs/getordeerd/p11-2.gif";
		i++; imgName[i]="figs/getordeerd/p11-3.gif";
		i++; imgName[i]="figs/getordeerd/p11-dia.gif";
		i++; imgName[i]="figs/alg/doos-t.gif";
		i++; imgName[i]="figs/getordeerd/p12-1.gif";
		i++; imgName[i]="figs/getordeerd/p12-2.gif";
		i++; imgName[i]="figs/getordeerd/p12-3.gif";
		i++; imgName[i]="figs/alg/dozen-4st.gif";
		i++; imgName[i]="figs/getordeerd/p13-2.gif";
		i++; imgName[i]="figs/getordeerd/p13-3.gif";
		i++; imgName[i]="figs/getordeerd/p13-dia1.gif";
		i++; imgName[i]="figs/getordeerd/p13-dia2.gif";
		i++; imgName[i]="figs/alg/1.gif";
		i++; imgName[i]="figs/alg/2.gif";
		i++; imgName[i]="figs/alg/3.gif";
		i++; imgName[i]="figs/alg/4.gif";
		i++; imgName[i]="figs/alg/5.gif";
		i++; imgName[i]="figs/alg/6.gif";
		i++; imgName[i]="figs/regels/getordeerd.gif";
		
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="e-getordeerd.html")
	{
		var images=new Array(27);
		var imgName=new Array(27);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/getordeerd/getordeerd-meerrijig2.gif";
		i++; imgName[i]="figs/getordeerd/getordeerd-meerrijig.gif";
//		i++; imgName[i]="figs/getordeerd/p10-1.gif";
		i++; imgName[i]="figs/getordeerd/p10-2.gif";
//		i++; imgName[i]="figs/getordeerd/p10-3.gif";
		i++; imgName[i]="figs/alg/dozen-2st.gif";
		i++; imgName[i]="figs/getordeerd/p11-2.gif";
		i++; imgName[i]="figs/getordeerd/p11-3.gif";
		i++; imgName[i]="figs/getordeerd/p11-edia.gif";
		i++; imgName[i]="figs/alg/doos-t.gif";
		i++; imgName[i]="figs/getordeerd/p12-1.gif";
		i++; imgName[i]="figs/getordeerd/p12-2.gif";
		i++; imgName[i]="figs/getordeerd/p12-3.gif";
		i++; imgName[i]="figs/alg/dozen-4st.gif";
		i++; imgName[i]="figs/getordeerd/p13-2.gif";
		i++; imgName[i]="figs/getordeerd/p13-3.gif";
		i++; imgName[i]="figs/getordeerd/p13-edia1.gif";
		i++; imgName[i]="figs/getordeerd/p13-edia2.gif";
		i++; imgName[i]="figs/alg/1.gif";
		i++; imgName[i]="figs/alg/2.gif";
		i++; imgName[i]="figs/alg/3.gif";
		i++; imgName[i]="figs/alg/4.gif";
		i++; imgName[i]="figs/alg/5.gif";
		i++; imgName[i]="figs/alg/6.gif";
		i++; imgName[i]="figs/regels/getordeerd.gif";
		
		// e-ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if ( (filename=="getwijnd.html") || (filename=="e-getwijnd.html") )
	{
		var images=new Array(38);
		var imgName=new Array(38);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/getwijnd/p42-1.gif";
		i++; imgName[i]="figs/getwijnd/p42-2.gif";
		i++; imgName[i]="figs/getwijnd/p43-1.gif";
		i++; imgName[i]="figs/getwijnd/p43-2.gif";
		i++; imgName[i]="figs/getwijnd/p44-1.gif";
		i++; imgName[i]="figs/getwijnd/p44-2.gif";
		i++; imgName[i]="figs/getwijnd/p44-3.gif";
		i++; imgName[i]="figs/getwijnd/p45-1.gif";
		i++; imgName[i]="figs/getwijnd/p45-2.gif";
		i++; imgName[i]="figs/getwijnd/p45-dia1.gif";
		i++; imgName[i]="figs/getwijnd/p45-dia2.gif";
		i++; imgName[i]="figs/alg/doos-t.gif";
		i++; imgName[i]="figs/alg/1.gif";
		i++; imgName[i]="figs/alg/2.gif";
		i++; imgName[i]="figs/alg/3.gif";
		i++; imgName[i]="figs/alg/4.gif";
		i++; imgName[i]="figs/alg/5.gif";
		i++; imgName[i]="figs/getwijnd/p46-1.gif";
		i++; imgName[i]="figs/getwijnd/p46-2.gif";
		i++; imgName[i]="figs/getwijnd/p46-3.gif";
		i++; imgName[i]="figs/getwijnd/p47-1.gif";
		i++; imgName[i]="figs/getwijnd/p47-2.gif";
		i++; imgName[i]="figs/getwijnd/p47-3.gif";
		i++; imgName[i]="figs/getwijnd/p47-dia.gif";
		i++; imgName[i]="figs/getwijnd/p48-1.gif";
		i++; imgName[i]="figs/getwijnd/p48-2.gif";
		i++; imgName[i]="figs/getwijnd/p48-3.gif";
		i++; imgName[i]="figs/getwijnd/p49-1.gif";
		i++; imgName[i]="figs/getwijnd/p49-2.gif";
		i++; imgName[i]="figs/getwijnd/p45-dia1-zonderoog.gif";
		i++; imgName[i]="figs/getwijnd/micro-abrasief-werk.gif";
		i++; imgName[i]="figs/getwijnd/micro-abrasief.gif";
		i++; imgName[i]="figs/getwijnd/micro-abrasief-dia.gif";
		i++; imgName[i]="figs/regels/ragers.gif";
		
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="stiftgatborstel.html" )
	{
		var images=new Array(5);
		var imgName=new Array(5);
		var i=-1;
		i++; imgName[i]="figs/stiftgatborstels/logo-groen.gif";
		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="figs/stiftgatborstels/stiftgatborstel.jpg";
		
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new-t.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="e-stiftgatborstel.html" )
	{
		var images=new Array(5);
		var imgName=new Array(5);
		var i=-1;
		i++; imgName[i]="figs/stiftgatborstels/logo-groen.gif";
		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="figs/stiftgatborstels/calk-hole-brush.jpg";
		
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new-t.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if ( (filename=="handborstels.html") || (filename=="e-handborstels.html") )
	{
		var images=new Array(48);
		var imgName=new Array(48);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/handborstels/p28-1.gif";
		i++; imgName[i]="figs/handborstels/remzadelborstels.jpg";
		i++; imgName[i]="figs/handborstels/p28-3.gif";
		i++; imgName[i]="figs/handborstels/p29-1.gif";
		i++; imgName[i]="figs/handborstels/p29-2.gif";
		i++; imgName[i]="figs/handborstels/p29-3.gif";
		i++; imgName[i]="figs/handborstels/p29-dia.gif";
		i++; imgName[i]="figs/alg/doos-t.gif";
		i++; imgName[i]="figs/alg/1.gif";
		i++; imgName[i]="figs/alg/2.gif";
		i++; imgName[i]="figs/alg/3.gif";
		i++; imgName[i]="figs/alg/4.gif";
		i++; imgName[i]="figs/alg/5.gif";
		i++; imgName[i]="figs/alg/6.gif";
		i++; imgName[i]="figs/alg/7.gif";
		i++; imgName[i]="figs/alg/8.gif";
		i++; imgName[i]="figs/alg/9.gif";
		i++; imgName[i]="figs/alg/10.gif";
		i++; imgName[i]="figs/handborstels/p30-1.gif";
		i++; imgName[i]="figs/handborstels/p30-2.gif";
		i++; imgName[i]="figs/handborstels/p30-3.gif";
		i++; imgName[i]="figs/handborstels/p31-1.gif";
		i++; imgName[i]="figs/handborstels/p31-dia.gif";
		i++; imgName[i]="figs/handborstels/p32-1.gif";
		i++; imgName[i]="figs/handborstels/p32-2.gif";
		i++; imgName[i]="figs/handborstels/p33.gif";
		i++; imgName[i]="figs/handborstels/p33-dia.gif";
		i++; imgName[i]="figs/handborstels/p34-1.gif";
		i++; imgName[i]="figs/handborstels/p34-2.gif";
		i++; imgName[i]="figs/handborstels/p35-1.gif";
		i++; imgName[i]="figs/handborstels/p35-2.gif";
		i++; imgName[i]="figs/handborstels/p35-dia1.gif";
		i++; imgName[i]="figs/handborstels/p35-dia2.gif";
		i++; imgName[i]="figs/handborstels/p36-1.gif";
		i++; imgName[i]="figs/handborstels/p36-2.gif";
		i++; imgName[i]="figs/handborstels/p37.gif";
		i++; imgName[i]="figs/handborstels/p37-dia.gif";
		i++; imgName[i]="figs/handborstels/p38-1.gif";
		i++; imgName[i]="figs/handborstels/p38-2.gif";
		i++; imgName[i]="figs/handborstels/p39-1.gif";
		i++; imgName[i]="figs/handborstels/p39-2.gif";
		i++; imgName[i]="figs/handborstels/p39-dia.gif";
		i++; imgName[i]="figs/handborstels/handborstelKunststofHandvat.gif";
		i++; imgName[i]="figs/regels/handborstels.gif";

		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="garden.html")
	{
		var images=new Array(20);
		var imgName=new Array(20);
		var i=-1;

		i++; imgName[i]="figs/garden/blauwe-achtergrond.gif";
		i++; imgName[i]="../pictures/logo-new-t.gif";
		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="figs/garden/Garden-t.gif";
		i++; imgName[i]="figs/garden/pijl-t.gif";
		i++; imgName[i]="figs/garden/klik-t.gif";
		i++; imgName[i]="figs/garden/onkruidborstel-FSC.jpg";
		i++; imgName[i]="figs/garden/onkruidborstel-gebruik.gif";
		i++; imgName[i]="figs/garden/vlonderborstel-nieuw-FSC.gif";
		i++; imgName[i]="figs/garden/vlonderborstel2.jpg";
		i++; imgName[i]="figs/garden/scrubbezem-FSC.gif";
		i++; imgName[i]="figs/garden/scrubbezem-gebruik.gif";
		i++; imgName[i]="figs/garden/scrubborstel-FSC.gif";
		i++; imgName[i]="figs/garden/scrubborstel-gebruik.gif";
		i++; imgName[i]="figs/garden/handborstel.jpg";
		i++; imgName[i]="figs/garden/handborstel-gebruik.gif";
		i++; imgName[i]="figs/garden/pijl2-t.gif";
		i++; imgName[i]="figs/garden/Garden-kl-t.gif";
		i++; imgName[i]="figs/garden/borstelwerk-tuin-t.gif";

		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="e-garden.html")
	{
		var images=new Array(20);
		var imgName=new Array(20);
		var i=-1;
		i++; imgName[i]="figs/garden/blauwe-achtergrond.gif";
		i++; imgName[i]="../pictures/logo-new-t.gif";
		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="figs/garden/Garden-t.gif";
		i++; imgName[i]="figs/garden/pijl-t.gif";
		i++; imgName[i]="figs/garden/eng/klik-t.gif";
		i++; imgName[i]="figs/garden/onkruidborstel-FSC.jpg";
		i++; imgName[i]="figs/garden/onkruidborstel-gebruik.gif"
		i++; imgName[i]="figs/garden/eng/vlonderborstel-nieuw-FSC.gif";
		i++; imgName[i]="figs/garden/vlonderborstel2.jpg";
		i++; imgName[i]="figs/garden/scrubbezem-FSC.gif";
		i++; imgName[i]="figs/garden/scrubbezem-gebruik.gif";
		i++; imgName[i]="figs/garden/scrubborstel-FSC.gif";
		i++; imgName[i]="figs/garden/scrubborstel-gebruik.gif";
		i++; imgName[i]="figs/garden/handborstel.jpg";
		i++; imgName[i]="figs/garden/handborstel-gebruik.gif";
		i++; imgName[i]="figs/garden/pijl2-t.gif";
		i++; imgName[i]="figs/garden/Garden-kl-t.gif";
		i++; imgName[i]="figs/garden/eng/borstelwerk-tuin-t.gif";

		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="onkruidborstel.html")
	{
		var images=new Array(19);
		var imgName=new Array(19);
		var i=-1;

		i++; imgName[i]="figs/garden/blauwe-achtergrond.gif";
		i++; imgName[i]="../pictures/logo-new-t.gif";
		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="figs/trofee/onkruidborstel-trofee.gif";	//alleen ned.
		i++; imgName[i]="figs/garden/model-2009-t.gif">
		i++; imgName[i]="figs/garden/list-gt-t.gif";
		i++; imgName[i]="figs/garden/onkruidborstel-FSC.jpg";
		i++; imgName[i]="figs/garden/fout1.gif";
		i++; imgName[i]="figs/garden/fout2.gif";
		i++; imgName[i]="figs/garden/goed.gif";
		i++; imgName[i]="figs/garden/tip-t.gif";
		i++; imgName[i]="figs/garden/vlonderborstel1.jpg";
		i++; imgName[i]="figs/garden/scrubbezem-FSC.gif";
		i++; imgName[i]="figs/garden/scrubborstel-FSC.gif";
		i++; imgName[i]="figs/garden/handborstel.jpg";
		i++; imgName[i]="figs/garden/pijl2-t.gif";
		i++; imgName[i]="figs/garden/Garden-kl-t.gif";
		i++; imgName[i]="figs/garden/borstelwerk-tuin-t.gif";

		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="e-onkruidborstel.html")
	{
		var images=new Array(18);
		var imgName=new Array(18);
		var i=-1;
		i++; imgName[i]="figs/garden/blauwe-achtergrond.gif";
		i++; imgName[i]="../pictures/logo-new-t.gif";
		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="figs/garden/model-2009-t.gif">
		i++; imgName[i]="figs/garden/list-gt-t.gif";
		i++; imgName[i]="figs/garden/onkruidborstel-FSC.jpg";
		i++; imgName[i]="figs/garden/fout1.gif";
		i++; imgName[i]="figs/garden/fout2.gif";
		i++; imgName[i]="figs/garden/goed.gif";
		i++; imgName[i]="figs/garden/tip-t.gif";
		i++; imgName[i]="figs/garden/vlonderborstel1.jpg";
		i++; imgName[i]="figs/garden/scrubbezem-FSC.gif";
		i++; imgName[i]="figs/garden/scrubborstel-FSC.gif";
		i++; imgName[i]="figs/garden/handborstel.jpg";
		i++; imgName[i]="figs/garden/pijl2-t.gif";
		i++; imgName[i]="figs/garden/Garden-kl-t.gif";
		i++; imgName[i]="figs/garden/eng/borstelwerk-tuin-t.gif";

		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="onkruidborstel-trofee.html")
	{
		var images=new Array(6);
		var imgName=new Array(6);
		var i=-1;
		i++; imgName[i]="figs/trofee/SBinternational.gif";
		i++; imgName[i]="../pictures/logo-new-t.gif";
		i++; imgName[i]="figs/trofee/redline.gif";
		i++; imgName[i]="figs/trofee/uitreiking-trofee.jpg";
		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="figs/garden/Garden-t.gif";

		// countfile.pl
//		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="garden-scrubbezem.html")
	{
		var images=new Array(16);
		var imgName=new Array(16);
		var i=-1;

		i++; imgName[i]="figs/garden/blauwe-achtergrond.gif";
		i++; imgName[i]="../pictures/logo-new-t.gif";
		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="figs/garden/model-2009-t.gif">
		i++; imgName[i]="figs/garden/list-gt-t.gif";
		i++; imgName[i]="figs/garden/scrubbezem.jpg";
		i++; imgName[i]="figs/garden/scrubbezem-gebruik.gif";
		i++; imgName[i]="figs/garden/onkruidborstel-FSC.jpg";
		i++; imgName[i]="figs/garden/vlonderborstel-nieuw-FSC.gif";
		i++; imgName[i]="figs/garden/scrubbezem-FSC.gif";
		i++; imgName[i]="figs/garden/scrubborstel-FSC.gif";
		i++; imgName[i]="figs/garden/handborstel.jpg";
		i++; imgName[i]="figs/garden/pijl2-t.gif";
		i++; imgName[i]="figs/garden/Garden-kl-t.gif";
		i++; imgName[i]="figs/garden/borstelwerk-tuin-t.gif";

		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="e-garden-scrubbezem.html")
	{
		var images=new Array(16);
		var imgName=new Array(16);
		var i=-1;
		i++; imgName[i]="figs/garden/blauwe-achtergrond.gif";
		i++; imgName[i]="../pictures/logo-new-t.gif";
		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="figs/garden/model-2009-t.gif">
		i++; imgName[i]="figs/garden/list-gt-t.gif";
		i++; imgName[i]="figs/garden/scrubbezem.jpg";
		i++; imgName[i]="figs/garden/scrubbezem-gebruik.gif";
		i++; imgName[i]="figs/garden/onkruidborstel-FSC.jpg";
		i++; imgName[i]="figs/garden/eng/vlonderborstel-nieuw-FSC.gif";
		i++; imgName[i]="figs/garden/scrubbezem-FSC.gif";
		i++; imgName[i]="figs/garden/scrubborstel-FSC.gif";
		i++; imgName[i]="figs/garden/handborstel.jpg";
		i++; imgName[i]="figs/garden/pijl2-t.gif";
		i++; imgName[i]="figs/garden/Garden-kl-t.gif";
		i++; imgName[i]="figs/garden/eng/borstelwerk-tuin-t.gif";

		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="garden-scrubborstel.html")
	{
		var images=new Array(12);
		var imgName=new Array(12);
		var i=-1;
		i++; imgName[i]="figs/garden/blauwe-achtergrond.gif";
		i++; imgName[i]="../pictures/logo-new-t.gif";
		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="figs/garden/scrubborstel.jpg";
		i++; imgName[i]="figs/garden/scrubborstel-gebruik.gif";
		i++; imgName[i]="figs/garden/onkruidborstel-FSC.jpg";
		i++; imgName[i]="figs/garden/vlonderborstel3-t.gif";
		i++; imgName[i]="figs/garden/scrubbezem.jpg";
		i++; imgName[i]="figs/garden/handborstel.jpg";
		i++; imgName[i]="figs/garden/Garden-kl-t.gif";
		i++; imgName[i]="figs/garden/borstelwerk-tuin-t.gif";

		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="e-garden-scrubborstel.html")
	{
		var images=new Array(12);
		var imgName=new Array(12);
		var i=-1;
		i++; imgName[i]="figs/garden/blauwe-achtergrond.gif";
		i++; imgName[i]="../pictures/logo-new-t.gif";
		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="figs/garden/scrubborstel.jpg";
		i++; imgName[i]="figs/garden/scrubborstel-gebruik.gif";
		i++; imgName[i]="figs/garden/onkruidborstel-FSC.jpg";
		i++; imgName[i]="figs/garden/eng/vlonderborstel3-t.gif";
		i++; imgName[i]="figs/garden/scrubbezem.jpg";
		i++; imgName[i]="figs/garden/handborstel.jpg";
		i++; imgName[i]="figs/garden/Garden-kl-t.gif";
		i++; imgName[i]="figs/garden/eng/borstelwerk-tuin-t.gif";

		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="garden-handborstel.html")
	{
		var images=new Array(12);
		var imgName=new Array(12);
		var i=-1;
		i++; imgName[i]="figs/garden/blauwe-achtergrond.gif";
		i++; imgName[i]="../pictures/logo-new-t.gif";
		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="figs/garden/handborstel.jpg";
		i++; imgName[i]="figs/garden/handborstel-gebruik.gif";
		i++; imgName[i]="figs/garden/onkruidborstel-FSC.jpg";
		i++; imgName[i]="figs/garden/vlonderborstel3-t.gif";
		i++; imgName[i]="figs/garden/scrubbezem.jpg";
		i++; imgName[i]="figs/garden/scrubborstel.jpg";
		i++; imgName[i]="figs/garden/Garden-kl-t.gif";
		i++; imgName[i]="figs/garden/borstelwerk-tuin-t.gif";

		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="e-garden-handborstel.html")
	{
		var images=new Array(12);
		var imgName=new Array(12);
		var i=-1;
		i++; imgName[i]="figs/garden/blauwe-achtergrond.gif";
		i++; imgName[i]="../pictures/logo-new-t.gif";
		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="figs/garden/handborstel.jpg";
		i++; imgName[i]="figs/garden/handborstel-gebruik.gif";
		i++; imgName[i]="figs/garden/onkruidborstel-FSC.jpg";
		i++; imgName[i]="figs/garden/eng/vlonderborstel3-t.gif";
		i++; imgName[i]="figs/garden/scrubbezem.jpg";
		i++; imgName[i]="figs/garden/scrubborstel.jpg";
		i++; imgName[i]="figs/garden/Garden-kl-t.gif";
		i++; imgName[i]="figs/garden/eng/borstelwerk-tuin-t.gif";

		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="garden-vlonderborstels.html")
	{
		var images=new Array(15);
		var imgName=new Array(15);
		var i=-1;

		i++; imgName[i]="figs/garden/blauwe-achtergrond.gif";
		i++; imgName[i]="../pictures/logo-new-t.gif";
		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="figs/garden/model-2009-t.gif">
		i++; imgName[i]="figs/garden/list-gt-t.gif";
		i++; imgName[i]="figs/garden/vlonderborstel1.jpg";
		i++; imgName[i]="figs/garden/vlonderborstel2.jpg";
		i++; imgName[i]="figs/garden/onkruidborstel-FSC.jpg";
		i++; imgName[i]="figs/garden/scrubbezem-FSC.gif";
		i++; imgName[i]="figs/garden/scrubborstel-FSC.gif";
		i++; imgName[i]="figs/garden/handborstel.jpg";
		i++; imgName[i]="figs/garden/pijl2-t.gif";
		i++; imgName[i]="figs/garden/Garden-kl-t.gif";
		i++; imgName[i]="figs/garden/borstelwerk-tuin-t.gif";

		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="e-garden-vlonderborstels.html")
	{
		var images=new Array(15);
		var imgName=new Array(15);
		var i=-1;
		i++; imgName[i]="figs/garden/blauwe-achtergrond.gif";
		i++; imgName[i]="../pictures/logo-new-t.gif";
		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="figs/garden/model-2009-t.gif">
		i++; imgName[i]="figs/garden/list-gt-t.gif";
		i++; imgName[i]="figs/garden/vlonderborstel1.jpg";
		i++; imgName[i]="figs/garden/vlonderborstel2.jpg";
		i++; imgName[i]="figs/garden/onkruidborstel-FSC.jpg";
		i++; imgName[i]="figs/garden/scrubbezem-FSC/gif";
		i++; imgName[i]="figs/garden/scrubborstel-FSC.gif";
		i++; imgName[i]="figs/garden/handborstel.jpg";
		i++; imgName[i]="figs/garden/pijl2-t.gif";
		i++; imgName[i]="figs/garden/Garden-kl-t.gif";
		i++; imgName[i]="figs/garden/eng/borstelwerk-tuin-t.gif";

		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="komborstels.html")
	{
		var images=new Array(26);
		var imgName=new Array(26);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/komborstels/p18-1.gif";
		i++; imgName[i]="figs/komborstels/p18-2.gif";
		i++; imgName[i]="figs/komborstels/p18-3.gif";
		i++; imgName[i]="figs/alg/dozen-4st.gif";
		i++; imgName[i]="figs/komborstels/p19-2.gif";
		i++; imgName[i]="figs/komborstels/p19-3.gif";
		i++; imgName[i]="figs/komborstels/p19-dia.gif";
		i++; imgName[i]="figs/alg/doos-t.gif";
		i++; imgName[i]="figs/alg/1.gif";
		i++; imgName[i]="figs/alg/2.gif";
		i++; imgName[i]="figs/alg/3.gif";
		i++; imgName[i]="figs/alg/4.gif";
		i++; imgName[i]="figs/alg/5.gif";
		i++; imgName[i]="figs/regels/komborstels.gif";

//		getordeerde komborstels:
		i++; imgName[i]="figs/getordeerd/p12-1.gif";
		i++; imgName[i]="figs/getordeerd/p12-2.gif";
		i++; imgName[i]="figs/getordeerd/p12-3.gif";
		i++; imgName[i]="figs/getordeerd/p13-2.gif";
		i++; imgName[i]="figs/getordeerd/p13-3.gif";
		i++; imgName[i]="figs/getordeerd/p13-dia1.gif";
		i++; imgName[i]="figs/getordeerd/p13-dia2.gif";
		i++; imgName[i]="figs/alg/6.gif";
		
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="e-komborstels.html")
	{
		var images=new Array(26);
		var imgName=new Array(26);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/komborstels/p18-1.gif";
		i++; imgName[i]="figs/komborstels/p18-2.gif";
		i++; imgName[i]="figs/komborstels/p18-3.gif";
		i++; imgName[i]="figs/alg/dozen-4st.gif";
		i++; imgName[i]="figs/komborstels/p19-2.gif";
		i++; imgName[i]="figs/komborstels/p19-3.gif";
		i++; imgName[i]="figs/komborstels/p19-dia.gif";
		i++; imgName[i]="figs/alg/doos-t.gif";
		i++; imgName[i]="figs/alg/1.gif";
		i++; imgName[i]="figs/alg/2.gif";
		i++; imgName[i]="figs/alg/3.gif";
		i++; imgName[i]="figs/alg/4.gif";
		i++; imgName[i]="figs/alg/5.gif";
		i++; imgName[i]="figs/regels/komborstels.gif";

//		getordeerde komborstels:
		i++; imgName[i]="figs/getordeerd/p12-1.gif";
		i++; imgName[i]="figs/getordeerd/p12-2.gif";
		i++; imgName[i]="figs/getordeerd/p12-3.gif";
		i++; imgName[i]="figs/getordeerd/p13-2.gif";
		i++; imgName[i]="figs/getordeerd/p13-3.gif";
		i++; imgName[i]="figs/getordeerd/p13-edia1.gif";
		i++; imgName[i]="figs/getordeerd/p13-edia2.gif";
		i++; imgName[i]="figs/alg/6.gif";
		
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="roterend.html")
	{
		var images=new Array(29);
		var imgName=new Array(29);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/roterend/roterendeStaalborstels.jpg";
		i++; imgName[i]="figs/roterend/p14-2.gif";
		i++; imgName[i]="figs/alg/dozen-2st.gif";
		i++; imgName[i]="figs/alg/p4-4.gif";
		i++; imgName[i]="figs/roterend/roterende-borstel-adapter4.jpg";
		i++; imgName[i]="figs/roterend/p15-2.gif";
		i++; imgName[i]="figs/roterend/p15-3.gif";
		i++; imgName[i]="figs/roterend/p15-dia.gif";
		i++; imgName[i]="figs/roterend/rot.borstels-rvs-messing.jpg";
		i++; imgName[i]="figs/roterend/rot.borstels-staaldraad.jpg";
		i++; imgName[i]="figs/alg/doos-t.gif";
		i++; imgName[i]="figs/roterend/ontbraamborstels.jpg";
		i++; imgName[i]="figs/roterend/p16-1.gif";
		i++; imgName[i]="figs/roterend/ontbraamwalsen.jpg";
		i++; imgName[i]="figs/roterend/p16-2.gif";
		i++; imgName[i]="figs/roterend/eenrijige-roterend.jpg";
		i++; imgName[i]="figs/roterend/p16-3.gif";
		i++; imgName[i]="figs/roterend/p17.gif";
		i++; imgName[i]="figs/roterend/p17-dia1.gif";
		i++; imgName[i]="figs/roterend/p17-dia2.gif";
		i++; imgName[i]="figs/regels/roterend.gif";

//		getordeerde roterende borstels:
		i++; imgName[i]="figs/getordeerd/getordeerd-meerrijig2.gif";
		i++; imgName[i]="figs/getordeerd/getordeerd-meerrijig.gif";
//		i++; imgName[i]="figs/getordeerd/p10-1.gif";
		i++; imgName[i]="figs/getordeerd/p10-2.gif";
//		i++; imgName[i]="figs/getordeerd/p10-3.gif";
		i++; imgName[i]="figs/getordeerd/p11-2.gif";
		i++; imgName[i]="figs/getordeerd/p11-3.gif";
		i++; imgName[i]="figs/getordeerd/p11-dia.gif";
		
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="e-roterend.html")
	{
		var images=new Array(29);
		var imgName=new Array(29);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/roterend/roterendeStaalborstels.jpg";
		i++; imgName[i]="figs/roterend/p14-2.gif";
		i++; imgName[i]="figs/alg/dozen-2st.gif";
		i++; imgName[i]="figs/alg/p4-4.gif";
		i++; imgName[i]="figs/roterend/roterende-borstel-adapter4.jpg";
		i++; imgName[i]="figs/roterend/p15-2.gif";
		i++; imgName[i]="figs/roterend/p15-3.gif";
		i++; imgName[i]="figs/roterend/p15-dia.gif";
		i++; imgName[i]="figs/roterend/rot.borstels-rvs-messing.jpg";
		i++; imgName[i]="figs/roterend/rot.borstels-staaldraad.jpg";
		i++; imgName[i]="figs/alg/doos-t.gif";
		i++; imgName[i]="figs/roterend/ontbraamborstels.jpg";
		i++; imgName[i]="figs/roterend/p16-1.gif";
		i++; imgName[i]="figs/roterend/ontbraamwalsen.jpg";
		i++; imgName[i]="figs/roterend/p16-2.gif";
		i++; imgName[i]="figs/roterend/eenrijige-roterend.jpg";
		i++; imgName[i]="figs/roterend/p16-3.gif";
		i++; imgName[i]="figs/roterend/p17.gif";
		i++; imgName[i]="figs/roterend/p17-dia1.gif";
		i++; imgName[i]="figs/roterend/p17-edia2.gif";
		i++; imgName[i]="figs/regels/roterend.gif";

//		knot wheel brushes
//		i++; imgName[i]="figs/getordeerd/p10-1.gif";
		i++; imgName[i]="figs/getordeerd/p10-2.gif";
//		i++; imgName[i]="figs/getordeerd/p10-3.gif";
		i++; imgName[i]="figs/getordeerd/p11-2.gif";
		i++; imgName[i]="figs/getordeerd/p11-3.gif";
		i++; imgName[i]="figs/getordeerd/p11-edia.gif";
		
		// e-ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="stiftborstels.html")
	{
		var images=new Array(43);
		var imgName=new Array(43);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/stiftborstels/stiftborstel-collectie.jpg";
		i++; imgName[i]="figs/stiftborstels/p20-1.gif";
		i++; imgName[i]="figs/stiftborstels/p20-2.gif";
		i++; imgName[i]="figs/stiftborstels/p20-3.gif";
		i++; imgName[i]="figs/stiftborstels/p20-4.gif";
		i++; imgName[i]="figs/stiftborstels/p20-5.gif";
		i++; imgName[i]="figs/stiftborstels/p21-1.gif";
		i++; imgName[i]="figs/stiftborstels/p21-2.gif";
		i++; imgName[i]="figs/stiftborstels/p21-dia1.gif";
		i++; imgName[i]="figs/stiftborstels/p21-dia2.gif";
		i++; imgName[i]="figs/stiftborstels/p21-dia3.gif";
		i++; imgName[i]="figs/alg/doos-t.gif";
		i++; imgName[i]="figs/alg/1.gif";
		i++; imgName[i]="figs/alg/2.gif";
		i++; imgName[i]="figs/alg/3.gif";
		i++; imgName[i]="figs/alg/4.gif";
		i++; imgName[i]="figs/alg/5.gif";
		i++; imgName[i]="figs/alg/6.gif";
		i++; imgName[i]="figs/alg/7.gif";
		i++; imgName[i]="figs/stiftborstels/p22-1.gif";
		i++; imgName[i]="figs/stiftborstels/p22-2.gif";
		i++; imgName[i]="figs/stiftborstels/p22-3.gif";
		i++; imgName[i]="figs/stiftborstels/p23-1.gif";
		i++; imgName[i]="figs/stiftborstels/p23-2.gif";
		i++; imgName[i]="figs/stiftborstels/p23-3.gif";
		i++; imgName[i]="figs/stiftborstels/p23-dia.gif";
		i++; imgName[i]="figs/stiftborstels/p24-1.gif";
		i++; imgName[i]="figs/stiftborstels/p24-2.gif";
		i++; imgName[i]="figs/stiftborstels/p24-3.gif";
		i++; imgName[i]="figs/stiftborstels/p25-1.gif";
		i++; imgName[i]="figs/stiftborstels/p25-2.gif";
		i++; imgName[i]="figs/stiftborstels/p25-3.gif";
		i++; imgName[i]="figs/stiftborstels/p26-1.gif";
		i++; imgName[i]="figs/stiftborstels/p26-2.gif";
		i++; imgName[i]="figs/stiftborstels/p27-1.gif";
		i++; imgName[i]="figs/stiftborstels/p27-2.gif";
		i++; imgName[i]="figs/stiftborstels/stiftborstel-rvs.gif";
		i++; imgName[i]="figs/stiftborstels/stiftborstel-rvs-dia.gif";
		i++; imgName[i]="figs/regels/stiftborstels.gif";
		
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="e-stiftborstels.html")
	{
		var images=new Array(43);
		var imgName=new Array(43);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/stiftborstels/stiftborstel-collectie.jpg";
		i++; imgName[i]="figs/stiftborstels/p20-1.gif";
		i++; imgName[i]="figs/stiftborstels/p20-2.gif";
		i++; imgName[i]="figs/stiftborstels/p20-3.gif";
		i++; imgName[i]="figs/stiftborstels/p20-4.gif";
		i++; imgName[i]="figs/stiftborstels/p20-5.gif";
		i++; imgName[i]="figs/stiftborstels/p21-1.gif";
		i++; imgName[i]="figs/stiftborstels/p21-2.gif";
		i++; imgName[i]="figs/stiftborstels/p21-dia1.gif";
		i++; imgName[i]="figs/stiftborstels/p21-dia2.gif";
		i++; imgName[i]="figs/stiftborstels/p21-edia3.gif";
		i++; imgName[i]="figs/alg/doos-t.gif";
		i++; imgName[i]="figs/alg/1.gif";
		i++; imgName[i]="figs/alg/2.gif";
		i++; imgName[i]="figs/alg/3.gif";
		i++; imgName[i]="figs/alg/4.gif";
		i++; imgName[i]="figs/alg/5.gif";
		i++; imgName[i]="figs/alg/6.gif";
		i++; imgName[i]="figs/alg/7.gif";
		i++; imgName[i]="figs/stiftborstels/p22-1.gif";
		i++; imgName[i]="figs/stiftborstels/p22-2.gif";
		i++; imgName[i]="figs/stiftborstels/p22-3.gif";
		i++; imgName[i]="figs/stiftborstels/p23-1.gif";
		i++; imgName[i]="figs/stiftborstels/p23-2.gif";
		i++; imgName[i]="figs/stiftborstels/p23-3.gif";
		i++; imgName[i]="figs/stiftborstels/p23-dia.gif";
		i++; imgName[i]="figs/stiftborstels/p24-1.gif";
		i++; imgName[i]="figs/stiftborstels/p24-2.gif";
		i++; imgName[i]="figs/stiftborstels/p24-3.gif";
		i++; imgName[i]="figs/stiftborstels/p25-1.gif";
		i++; imgName[i]="figs/stiftborstels/p25-2.gif";
		i++; imgName[i]="figs/stiftborstels/p25-3.gif";
		i++; imgName[i]="figs/stiftborstels/p26-1.gif";
		i++; imgName[i]="figs/stiftborstels/p26-2.gif";
		i++; imgName[i]="figs/stiftborstels/p27-1.gif";
		i++; imgName[i]="figs/stiftborstels/p27-2.gif";
		i++; imgName[i]="figs/stiftborstels/stiftborstel-rvs.gif";
		i++; imgName[i]="figs/stiftborstels/stiftborstel-rvs-dia.gif";
		i++; imgName[i]="figs/regels/stiftborstels.gif";
		
		// e-ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="speciaal.html")
	{
		var images=new Array(28);
		var imgName=new Array(28);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/alg/doos-t.gif";
		i++; imgName[i]="figs/alg/1.gif";
		i++; imgName[i]="figs/alg/2.gif";
		i++; imgName[i]="figs/alg/3.gif";
		i++; imgName[i]="figs/alg/4.gif";
		i++; imgName[i]="figs/speciaal/borstelstrippen.gif";
		i++; imgName[i]="figs/speciaal/p52-1.gif";
		i++; imgName[i]="figs/speciaal/p52-2.gif";
		i++; imgName[i]="figs/speciaal/p52-3.gif";
		i++; imgName[i]="figs/speciaal/p53-dia1.gif";
		i++; imgName[i]="figs/speciaal/p53-dia2.gif";
		i++; imgName[i]="figs/speciaal/p53-dia3.gif";
		i++; imgName[i]="figs/speciaal/p54.gif";
		i++; imgName[i]="figs/speciaal/p54-dia.gif";
		i++; imgName[i]="figs/speciaal/p55-1.gif";
		i++; imgName[i]="figs/speciaal/p55-2.gif";
		i++; imgName[i]="figs/speciaal/p55-3.gif";
		i++; imgName[i]="figs/speciaal/p55-4.gif";
		i++; imgName[i]="figs/speciaal/p55-5.gif";
		i++; imgName[i]="figs/speciaal/p55-6.gif";
		i++; imgName[i]="figs/speciaal/p55-7.gif";
		i++; imgName[i]="figs/speciaal/p55-8.gif";
		i++; imgName[i]="figs/speciaal/p55-9.gif";
		i++; imgName[i]="figs/regels/ringen-speciaal.gif";
		
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="e-speciaal.html")
	{
		var images=new Array(27);
		var imgName=new Array(27);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/alg/doos-t.gif";
		i++; imgName[i]="figs/alg/1.gif";
		i++; imgName[i]="figs/alg/2.gif";
		i++; imgName[i]="figs/alg/3.gif";
		i++; imgName[i]="figs/alg/4.gif";
		i++; imgName[i]="figs/speciaal/borstelstrippen.gif";
		i++; imgName[i]="figs/speciaal/p52-1.gif";
		i++; imgName[i]="figs/speciaal/p52-2.gif";
		i++; imgName[i]="figs/speciaal/p52-3.gif";
		i++; imgName[i]="figs/speciaal/p53-dia1.gif";
		i++; imgName[i]="figs/speciaal/p53-dia2.gif";
		i++; imgName[i]="figs/speciaal/p53-dia3.gif";
		i++; imgName[i]="figs/speciaal/p54.gif";
		i++; imgName[i]="figs/speciaal/p54-edia.gif";
		i++; imgName[i]="figs/speciaal/p55-1.gif";
		i++; imgName[i]="figs/speciaal/p55-2.gif";
		i++; imgName[i]="figs/speciaal/p55-3.gif";
		i++; imgName[i]="figs/speciaal/p55-4.gif";
		i++; imgName[i]="figs/speciaal/p55-5.gif";
		i++; imgName[i]="figs/speciaal/p55-6.gif";
		i++; imgName[i]="figs/speciaal/p55-7.gif";
		i++; imgName[i]="figs/speciaal/p55-8.gif";
		i++; imgName[i]="figs/speciaal/p55-9.gif";
		i++; imgName[i]="figs/regels/ringen-speciaal.gif";
		
		// e-ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="borstelstrippen.html")
	{
		var images=new Array(8);
		var imgName=new Array(8);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/speciaal/borstelstrippen.gif";
		i++; imgName[i]="figs/speciaal/p54.gif";
		i++; imgName[i]="figs/speciaal/p54-dia.gif";
		i++; imgName[i]="figs/regels/borstelstrippen.gif";
		
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="e-borstelstrippen.html")
	{
		var images=new Array(8);
		var imgName=new Array(8);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/speciaal/borstelstrippen.gif";
		i++; imgName[i]="figs/speciaal/p54.gif";
		i++; imgName[i]="figs/speciaal/p54-edia.gif";
		i++; imgName[i]="figs/regels/borstelstrippen.gif";
		
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if ((filename=="kwasten.html") || (filename=="e-kwasten.html"))
	{
		var images=new Array(19);
		var imgName=new Array(19);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/kwasten/p50-1.gif";
		i++; imgName[i]="figs/kwasten/p50-2.gif";
		i++; imgName[i]="figs/alg/doos-t.gif";
		i++; imgName[i]="figs/alg/1.gif";
		i++; imgName[i]="figs/alg/2.gif";
		i++; imgName[i]="figs/alg/3.gif";
		i++; imgName[i]="figs/alg/4.gif";
		i++; imgName[i]="figs/alg/5.gif";
		i++; imgName[i]="figs/alg/6.gif";
		i++; imgName[i]="figs/alg/7.gif";
		i++; imgName[i]="figs/alg/8.gif";
		i++; imgName[i]="figs/alg/9.gif";
		i++; imgName[i]="figs/alg/10.gif";
		i++; imgName[i]="figs/kwasten/plamuurmes-rvs-t.gif";
		i++; imgName[i]="figs/regels/kwasten.gif";

		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if ((filename=="borstelringen.html") || (filename=="e-borstelringen.html"))
	{
		var images=new Array(8);
		var imgName=new Array(8);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		
		i++; imgName[i]="figs/alg/doos-t.gif";
		i++; imgName[i]="figs/borstelringen/veeg1.gif";
		i++; imgName[i]="figs/borstelringen/veeg2.gif";
		i++; imgName[i]="figs/borstelringen/veeg3.gif";

		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if ((filename=="hygienisch.html") || (filename=="e-hygienisch.html"))
	{
		var images=new Array(67);
		var imgName=new Array(67);
		var i=-1;
		
		i++; imgName[i]="../pictures/SBinternational-t.gif";

		i++; imgName[i]="figs/hygienisch/alg/bestek.gif";
		i++; imgName[i]="figs/hygienisch/alg/ISSA-member-logo.jpg";
		i++; imgName[i]="figs/hygienisch/alg/icoon.gif";
		i++; imgName[i]="figs/hygienisch/alg/1white.gif";
		i++; imgName[i]="figs/hygienisch/alg/2blue.gif";
		i++; imgName[i]="figs/hygienisch/alg/3red.gif";
		i++; imgName[i]="figs/hygienisch/alg/4yellow.gif";
		i++; imgName[i]="figs/hygienisch/alg/5green.gif";
		i++; imgName[i]="figs/hygienisch/alg/6black.gif";
		i++; imgName[i]="figs/hygienisch/alg/7orange.gif";
		i++; imgName[i]="figs/hygienisch/alg/8purple.gif";

		i++; imgName[i]="figs/hygienisch/alg/verysft.gif";
		i++; imgName[i]="figs/hygienisch/alg/soft.gif";
		i++; imgName[i]="figs/hygienisch/alg/medium.gif";
		i++; imgName[i]="figs/hygienisch/alg/stiff.gif";
		i++; imgName[i]="figs/hygienisch/alg/verystff.gif";
		i++; imgName[i]="figs/hygienisch/alg/flagged.gif";
		i++; imgName[i]="figs/hygienisch/alg/adjustableAngle.gif";
		i++; imgName[i]="figs/hygienisch/alg/waterfed.gif";
		i++; imgName[i]="figs/hygienisch/alg/trim.gif";
		i++; imgName[i]="figs/hygienisch/alg/notPHB.gif";

		i++; imgName[i]="figs/hygienisch/alg/heat100.gif";
		i++; imgName[i]="figs/hygienisch/alg/heat110.gif";
		i++; imgName[i]="figs/hygienisch/alg/heat120.gif";
		i++; imgName[i]="figs/hygienisch/alg/heat134.gif";
		i++; imgName[i]="figs/hygienisch/alg/heat240.gif";
		i++; imgName[i]="figs/hygienisch/alg/heat250.gif";

		i++; imgName[i]="figs/hygienisch/alg/pack1.gif";
		i++; imgName[i]="figs/hygienisch/alg/pack4.gif";
		i++; imgName[i]="figs/hygienisch/alg/pack5.gif";
		i++; imgName[i]="figs/hygienisch/alg/pack6.gif";
		i++; imgName[i]="figs/hygienisch/alg/pack10.gif";
		i++; imgName[i]="figs/hygienisch/alg/pack12.gif";

		i++; imgName[i]="figs/hygienisch/alg/smiley1.gif";
		i++; imgName[i]="figs/hygienisch/alg/smiley2.gif";
		i++; imgName[i]="figs/hygienisch/alg/smiley3.gif";

		i++; imgName[i]="figs/hygienisch/blz4-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz5-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz6-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz7-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz8-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz9-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz10-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz11-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz12-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz13-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz14-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz15-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz16-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz17-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz18-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz19-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz20-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz21-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz22-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz23-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz24-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz25-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz26-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz27-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz28-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz29-metal-kl.jpg";
		i++; imgName[i]="figs/hygienisch/blz30-kl.jpg";

		i++; imgName[i]="figs/regels/hygienisch.gif";

		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="pipeline.html")
	{
		var images=new Array(12);
		var imgName=new Array(12);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		
		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		i++; imgName[i]="figs/pipeline/1.gif";
		i++; imgName[i]="figs/pipeline/2.gif";
		i++; imgName[i]="figs/pipeline/dia1.gif";
		i++; imgName[i]="figs/pipeline/dia2.gif";
		i++; imgName[i]="figs/alg/doos-t.gif";
		i++; imgName[i]="figs/pipeline/werkfig1.gif";
		i++; imgName[i]="figs/pipeline/werkfig2.gif";
		i++; imgName[i]="figs/regels/superbrush.gif";
		
		// ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
	
		nrImages=i+1;
	}
	//-----------------------------------------------------------------------------------
	//if(path=="catalogus/")
	if (filename=="e-pipeline.html")
	{
		var images=new Array(12);
		var imgName=new Array(12);
		var i=-1;
		i++; imgName[i]="../Icons/wall.gif";
		
		i++; imgName[i]="../pictures/superlogo-t.gif";
		i++; imgName[i]="../pictures/SBinternational-t.gif";
		i++; imgName[i]="figs/pipeline/1.gif";
		i++; imgName[i]="figs/pipeline/2.gif";
		i++; imgName[i]="figs/pipeline/e-dia1.gif";
		i++; imgName[i]="figs/pipeline/dia2.gif";
		i++; imgName[i]="figs/alg/doos-t.gif";
		i++; imgName[i]="figs/pipeline/werkfig1.gif";
		i++; imgName[i]="figs/pipeline/werkfig2.gif";
		i++; imgName[i]="figs/regels/superbrush.gif";
		
		// e-ondertekening.js
		i++; imgName[i]="../pictures/logo-new.gif";
		
		// countfile.pl
		i++; imgName[i]="/Icons/trans-t.gif";
		
	
		nrImages=i+1;
	}
} // end catalogus files
//-----------------------------------------------------------------------------------
for (i=0; i<nrImages; i++)
{
	images[i]=new Image();
	images[i].src=imgName[i];
}
//-----------------------------------------------------------------------------------
// for testing purposes only:
//document.writeln("test proload images file: " + path + filename + "<P>");
//for (var i=0; i<nrImages; i++)
//{
//	document.writeln(i + " -   " + imgName[i] + "<BR>");
//}
//-----------------------------------------------------------------------------------
	
	

