<!--
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 = "img";
	maxlev = 1;
	popupWidth = 175;
	levelOffset = 2;
	bord = 0;
	vertSpace = 3;
	sep = 1;
	sepFrame = false;
	openSameFrame = false;
	cntFrame = "content";
	contentFrame = "content";
	mout = true;
	iconSize = 8;
	closeDelay = 300;
	tlmOrigBg = "#CBC8D9";
	tlmOrigCol = "Black";
	bBitmapScheme = false;
	bBitmapPopups = false;
	popupOpenHeight = 0;
	popupLeftPad = 0;
	popupRightPad = 0;
	tlmHlBg = "#A7A7A7";
	tlmHlCol = "White";
	borderCol = "#FFFFFF";
	menuHorizontal = true;
	}
//-->