<!-- ================= BROWSER DETECTION ================= -->
<!--

   NS4 = (document.layers);


   IE4 = (document.all);


  ver4 = (NS4 || IE4);   


 isMac = (navigator.appVersion.indexOf("Mac") != -1);


isMenu = (NS4 || (IE4 && !isMac));

function popUp(){return};

function popDown(){return};

if (!ver4) event = null;

<!-- ================= END BROWSER DETECTION ================= -->

<!-- ================= FORMAT DROP-DOWN MENUS ================= -->

<!--

	if (isMenu) {
	if (screen.width <= 800 ) 
	{

	pc1=417;
	pc2=60;
	}

	else 	
	 if(screen.width >800)
	{
	  
	  pc1=643;
	  pc2=60;

	}
	
	
    menuVersion = 3; 

  menuWidth = 99; 			//width of menu

  childOverlap = -3; 		//left margin overlap

  childOffset = 2; 			//vertical offset from parent

  perCentOver = null; 

  secondsVisible = .2; 

  fntCol = "#000000"; 		//color of menu font

  fntSiz = "8"; 			//size of menu font

  fntBold = true; 			//bold turned off

  fntItal = false; 			//italics turned off

  fntFam = "Arial"; 	//font face


  backCol = "#e8e8e8"; 		//menu background color

  overCol = "#BFBFBF"; 		//mouseover background color

  overFnt = "#FFFFFF"; 		//mouseover font color


  borWid = 1; 				//menu border thickness

  borCol = "#DEDEDE #666666 #000000 #999999"; 		//menu border color

  borSty = "outset"; 		//menu border style

  itemPad = 2; 				//menu cellpadding


 
  imgSrc = "triangleblue.gif";  //used to indicate submenus

  imgSiz = 6; 					//size of the triangle gif


  separator = 1; 				//thickness of separator line in the menu box

  separatorCol = "#000000"; 	//color of the separator line

  isFrames = false; 		//not being used in frames

  navFrLoc =  "left"; 		//frame location if using frames

  clickStart = false; 		//don't have to click to see menu


  clickKill = false; 		//don't have to click to hide menu

  keepHilite = false; 		//retain menu hilight if there is a subcategory menu

  NSfontOver = false; 		//mouseover hilight for netscape

  showVisited = "#000000"; 	//visited link color

}

//-->
<!-- ================= END FORMAT DROP-DOWN MENUS ================= -->
<!-- === IMPORT .. -->
<!--

if (isMenu) {

document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='home2.js'><\/SCR" + "IPT>");

}

//document.write("<table border=0 width=100% bgcolor=#000000 cellspacing=0 cellpadding=0 height=15><tr><td width=45% height=15>");

//document.write("<table border=0 width=650 bgcolor=#000000 cellspacing=0 cellpadding=0 height=15><tr><td width=780 height=15 valign=top>");
//document.write("<map name=\"t12nav\">");
//document.write("<area href=\"..\/index.htm\" target = \"_top\" shape=\"rect\" coords=\"6, 0, 52, 15\">");
//document.write("<area href=\"..\/#.htm\"  border=0 ONMOUSEOVER=\"popUp(\'elMenu1\',event)\">");
//document.write("<img src=\"../\images\/home_29.jpg\" alt=\"Systems\" width=780 height=15 border=0 usemap=\"#t12nav\">");
//document.write("<area href=\"..\/#.htm\"  border=0 ONMOUSEOVER=\"popUp(\'elMenu2\',event)\">");  
//document.write("<img src=\"../\images\/home_38.jpg\" alt=\"Products\" width=780 height=15 border=0 usemap=\"#t12nav\">");
//document.write("<area href=\"..\/#.htm\"  border=0 ONMOUSEOVER=\"popUp(\'elMenu3\',event)\">");
//document.write("<img src=\"../\images\/home_47.jpg\" alt=\"Services\" width=780 height=15 border=0 usemap=\"#t12nav\">");
//document.write("<area href=\"..\/#.htm\"   border=0 ONMOUSEOVER=\"popUp(\'elMenu4\',event)\">");
//document.write("<img src=\"../\images\/home_65.jpg\" alt=\"Asset Management\" width=780 height=15 border=0 usemap=\"#t12nav\">");
//document.write("<area href=\"..\/#.htm\" shape=\"rect\" coords=\"648,0,775,15\" alt=\"Solutions\" border=0 ONMOUSEOVER=\"popUp(\'elMenu5\',event)\">");
//document.write("<img src=\"../\images\/home_74.jpg\" width=780 height=15 border=0 usemap=\"#t12nav\">");
//document.write("<\/map>");
//document.write("<img src=\"../\images\/jsbar1.gif\" width=780 height=15 border=0 usemap=\"#t12nav\">");
//document.write("<\/td><\/tr><\/table>");

//-->

