	if (self.parent.frames.length == 0)
	{
		self.parent.location='http://www.dehilster.info/index.php?doc='+document.location.href;
	}

		function showImg(i)
		{
			i--;
			var curDir = document.location.href;
			var imgDir = curDir.substring(curDir.lastIndexOf("/",curDir.lastIndexOf("/")-1)+1,curDir.lastIndexOf("/"));
   		var theImage = "./"+imgDir+"/images/" + theImages[i][1];
   		var theText = theImages[i][2];
   		if (theImages[i][1].indexOf('pdf')!=-1)
   			document.location.href=theImages[i][1];
   		else
				document.location.href='../showimage.php?theimage='+escape(theImage)+'&thetext='+escape(theText);
		}

	function makeTable(s)
	{
		var theStr="";
		for(i=0;i<theImages.length;i++)
		{
			if (s=='sub')
				theStr = "<TD width=204 VALIGN=top STYLE=\"border: solid 1 #5ACEFF;\"><A CLASS=tdclass HREF=\""+theImages[i][0]+"/index.html\"><IMG WIDTH=200 SRC=\""+theImages[i][0]+"/images/"+theImages[i][1]+"\" GALLERYIMG=false BORDER=0></A><BR>"+theImages[i][2]+"</TD>";
			else
				theStr = "<A NAME=img"+i+"></A><TD width=204 VALIGN=top STYLE=\"border: solid 1 #5ACEFF;\"><A CLASS=tdclass HREF=\"javascript:showImg("+(i+1)+");\"><IMG SRC=\"images/"+theImages[i][0]+"\" GALLERYIMG=false BORDER=0></A><BR>fig. "+(i+1)+": "+theImages[i][2]+"</TD>";
			document.writeln(theStr);
			if (Math.round((i+1)/3)==((i+1)/3)) document.writeln("</TR><TR>");
		}
	}

	function navigate(u,m)
	{
		document.location.href=u;
		window.parent.topwin.mouseOver(m);
		window.parent.topwin.mouseClick(m,false);
//		window.parent.menuwin.showMenu(m);
	}
