//Detect Browser
NS4 = (document.layers) ;
MOZILLA = (document.layers) ;
IE4 = (document.all) ;
mac=((IE4)&&(navigator.appVersion.indexOf ("Mac")!=-1));
DOM=document.documentElement&&!NS4&&!IE4;
mswnd=(navigator.appVersion.indexOf("Windows")!=-1||navigator.appVersion.indexOf("WinNT")!=-1);
if(IE4)
	{
	av=navigator.appVersion;
	avi=av.indexOf("MSIE");
	if (avi==-1)
		version = parseInt (av) ;
	  else
		version = parseInt(av.substr(avi+4)) ;
	}
//end detect browsers


//start forming navigation
if (NS4 || IE4 || DOM)
	{
	imgFolder = "images";
	maxlev = 2;
	popupWidth = 127;
	levelOffset = 0;
	bord = 0;
	vertSpace = 3;
	sep = 0;
	sepFrame = false;
	openSameFrame = false;
	cntFrame = "content";
	contentFrame = "content";
	mout = true;
	iconSize = 1;
	closeDelay = 500;
	tlmOrigBg = "white";
	tlmOrigCol = "Black";
	bBitmapScheme = true;
	bBitmapPopups = true;
	popupOpenHeight = 0;
	popupLeftPad = 0;
	popupRightPad = 0;
	tlmHlBg = "#A8A8A8";
	tlmHlCol = "#0000A0";
	borderCol = "#A8A8A8";
	menuHorizontal = true;
	scrollHeight=6;
	}


//set status text

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

//end set status text



