var base = "../../../../../images_cqm/index.html";
					
					var picton = "_over";
					
					var pictoff = "_def";
					
					var suffix = ".gif";
					
					
					if (document.images)
					
					{	pict01on = new Image(30,20); pict01on.src = base + "dutch" + picton + suffix;
						pict02on = new Image(30,20); pict02on.src = base + "german" + picton + suffix;
						pict03on = new Image(30,20); pict03on.src = base + "english" + picton + suffix;
						pict04on = new Image(30,20); pict04on.src = base + "french" + picton + suffix;
						pict05on = new Image(30,20); pict05on.src = base + "001kl" + picton + suffix;
						pict06on = new Image(30,20); pict06on.src = base + "002kl" + picton + suffix;
						pict07on = new Image(30,20); pict07on.src = base + "003kl" + picton + suffix;
						pict08on = new Image(30,20); pict08on.src = base + "004kl" + picton + suffix;
					
						pict01off = new Image(30,20); pict01off.src = base + "dutch" + pictoff + suffix;
						pict02off = new Image(30,20); pict02off.src = base + "german" + pictoff + suffix;
						pict03off = new Image(30,20); pict03off.src = base + "english" + pictoff + suffix;
						pict04off = new Image(30,20); pict04off.src = base + "french" + pictoff + suffix;
						pict05off = new Image(30,20); pict05off.src = base + "001kl" + pictoff + suffix;
						pict06off = new Image(30,20); pict06off.src = base + "002kl" + pictoff + suffix;
						pict07off = new Image(30,20); pict07off.src = base + "003kl" + pictoff + suffix;
						pict08off = new Image(30,20); pict08off.src = base + "004kl" + pictoff + suffix;
					
						
						
					}
					
					function imgOn(imgName)
					
					{	if (document.images)
					
						{	document[imgName].src = eval(imgName + "on.src");
					
							}
					}
					
					function imgOff(imgName)
					
					{	if (document.images)
					
						{	document[imgName].src = eval(imgName + "off.src");
					
							}
					}
