<!--
NS4 = (document.layers) ;
IE4 = (document.all) ;
mac=((IE4)&&(navigator.appVersion.indexOf ("Mac")!=-1));
DOM=document.documentElement&&!NS4&&!IE4;
mswnd=(navigator.appVersion.indexOf("Windows")!=-1);
if(IE4)
	{
	av=navigator.appVersion;
	avi=av.indexOf("MSIE");
	if (avi==-1)
		version = parseInt (av) ;
	  else
		version = parseInt(av.substr(avi+4)) ;
	}
//-->


<!--
if (NS4 || IE4 || DOM)
	{
	imgFolder = "http://www.ndt-imbn.com/grafika";
	maxlev = 2;
	popupWidth = 150;
	levelOffset = 20;
	bord = 1;
	vertSpace = 1;
	sep = 1;
	sepFrame = false;
	openSameFrame = false;
	cntFrame = "";
	contentFrame = "";
	mout = true;
	iconSize = 8;
	closeDelay = 1000;
	tlmOrigBg = "#295a7b";
	tlmOrigCol = "White";
	bBitmapScheme = true;
	bBitmapPopups = true;
	popupOpenHeight = 6;
	popupLeftPad = 8;
	popupRightPad = 4;
	tlmHlBg = "#295a7b";
	tlmHlCol = "#FFFF00";
	borderCol = "Black";
	menuHorizontal = true;
	}
//-->
