 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;
       if (isMenu) {
           menuVersion = 3;
           menuWidth = 100;
           childOverlap = 10;
           childOffset = 5;
           perCentOver = null;
           secondsVisible = .5;
           
           fntSiz = "8";        // <-- font size
           fntBold = false;
           fntItal = false;
           fntFam = "verdana";  // <-- font family
           
           borWid = 1;          // <-- size boder
           borCol = "black";
           borSty = "solid";
           itemPad = 4;         // <-- padding submenu
           
           imgSrc = "images/1x1tr.gif";
           imgSiz = 10;
           
           separator = 1;
           separatorCol = "red";
           
           isFrames = false;      // <-- IMPORTANT for full window
           navFrLoc = "left";     // <-- display. see below
           
           keepHilite = true; 
           NSfontOver = true;
           clickStart = false;
           clickKill = false;
		   
		   // "Projects" menu
	arMenu1= new Array(140,150,344,'black', 'black','white', '#ffffcc','black', 'black'
		,' Company ','company.html',0
		,' Team ','team.html',0
	) 
	arMenu2= new Array(140,150,359,'black', 'black','white', '#ffffcc','black', 'black'
	    ,' Product 1 ','product_1.html',0
		,' Product 2 ','product_2.html',0
		,' Product 3 ','product_3.html',0
	) 
	arMenu3= new Array(140,150,374,'black', 'black','white', '#ffffcc','black', 'black'
		,' Service 1 ','service_1.html',0
		,' Service 2 ','service_2.html',0
		,' Service 3 ','service_3.html',0
	) 
	arMenu4= new Array(140,150,393,'black', 'black','white', '#ffffcc','black', 'black'
		,' Newsletters ','newsletter.html',0
		,' Archive ','archive.html',0
	) 
	arMenu5= new Array(140,150,405,'black', 'black','white', '#ffffcc','black', 'black'
		,' Troubleshooting ','troubleshooting.html',0
		,' Customer Service ','cust_service.html',0
	) 
	 
}