lev0 = new Array ("xx-small","1",true,false,"#000000","#d4d4d4","White","Arial","#7D1818");
lev1 = new Array ("xx-small","1",true,false,"#000000","#d4d4d4","White","Arial","#7D1818");
lev2 = new Array ("xx-small","1",true,false,"#000000","#d4d4d4","White","Arial","#7D1818");
lev3 = new Array ("xx-small","1",true,false,"#000000","#d4d4d4","White","Arial","#7D1818") ;
lev4 = new Array ("xx-small","1",true,false,"Black","#B9D72B","White","Arial","#85A385") ;

/////////////////////////////////////////////////////////////////////////////////////////////////////


NS4 = (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)) ;
	}


if (NS4 || IE4 || DOM)
	{

	imgFolder = "/webengine/menu/skins/grey_simple";
	maxlev = 4;
	popupWidth = 150;
	levelOffset = 297;
	bord = 1;
	vertSpace = 2;
	sep = 1;
	sepFrame = false;
	openSameFrame = false;
	cntFrame = "content";
	contentFrame = "content";
	mout = true;
	iconSize = 8;
	closeDelay = 500;
	tlmOrigBg = "#8ECBE1";
	tlmOrigCol = "Black";
	bBitmapScheme = false;
	bBitmapPopups = false;
	popupOpenHeight = 0;
	popupLeftPad = 0;
	popupRightPad = 0;
	tlmHlBg = "Black";
	tlmHlCol = "Yellow";
	borderCol = "Black";
	menuHorizontal = true;
	scrollHeight=6;


	}


absPath="";
if (sepFrame && !openSameFrame)
	{
	if (document.URL.lastIndexOf("\\")>document.URL.lastIndexOf("/")) {sepCh = "\\" ;} else {sepCh = "/" ;}
	absPath = document.URL.substring(0,document.URL.lastIndexOf(sepCh)+1);
	}
popupOffset = 2;

document.write("<"+"SCRIPT LANGUAGE='JavaScript1.2' SRC='/webengine/js/add_onload.js'><"+"/"+"SCRIPT>");

if (NS4)
	document.write("<"+"SCRIPT LANGUAGE='JavaScript1.2' SRC='/webengine/menu/ns4.js'><"+"/"+"SCRIPT>");
else
	document.write("<"+"SCRIPT LANGUAGE='JavaScript1.2' SRC='/webengine/menu/dom.js'><"+"/"+"SCRIPT>");
document.write("<style type='text/css'>\n");
document.write(".CL0 {text-decoration:none;color:Black; }\n");
if(!IE4&&!DOM) document.write(".ns6hack {position:relative}\n");
if(DOM) bBitmapPopups=false;
document.write(((NS4&&!bBitmapScheme)?".mm2":".mit")+" {padding-left:10px;padding-right:10px;}\n");
document.write("</style>\n");


