	     NS4 = (document.layers);
	     IE4 = (document.all);
	    ver4 = (NS4 || IE4);
		 IE5 = (IE4 && navigator.appVersion.indexOf("5.")!=-1);
	   isMac = (navigator.appVersion.indexOf("Mac") != -1);
	  isMenu = (NS4 || (IE4 && !isMac) || (IE5 && isMac));
	function popUp(){return};
	function popDown(){return};
	if (!ver4) event=null;

	if (isMenu) {
		sizeDown		= 93;					//how far down
		menuVersion		= 3;
		menuWidth		= 190;					// width of submenu components
		childOverlap	= 0;					// amount of horizontal overlapping with children
		childOffset		= 0;					// amount of vertical overlapping with children
		perCentOver		= null;
		secondsVisible	= .5;					// visibility delay time (seconds)
		
		fntSiz			= "8";					// text size
	    fntBold			= true;					// text bold?
		fntItal			= false;				// text italic?
		fntFam			= "arial, sans-serif";	// text face
		fntCol			= "#000000";			// text color
		backCol			= "#cccccc";			// background color
		overFnt			= "#FFFFFF";			// text highlight color
		overCol			= "#cc0000";			// background highlight color
		
		borWid			= 1;					// border width
		borCol			= "#000000";			// border color
		borSty			= "solid";				// border style
		separator		= 0;					// separation height
		separatorCol	= "#000000";			// separation color
		itemPad			= 3;					// cell padding
		
		imgOn			= true;					// use image with child menu?
		imgSrc			= "/images/blank.gif";	// child indicator image
		imgSiz			= 1;					// child indicator image width/height
		
		isFrames		= false;				// IMPORTANT for full window
		keepHilite		= true; 
		clickStart		= false;
		clickKill		= false;
	
		arMenu1 = new Array(
		menuWidth, 10, sizeDown, fntCol, overFnt, backCol, overCol, borCol, separatorCol,
		"Company Profile","aboutUS.asp?name=#profile",0,
		"Candidate Testimonials","aboutUs.asp?name=#candidateTest",0
		)
		
		arMenu2 = new Array(
		menuWidth, 145, sizeDown, fntCol, overFnt, backCol, overCol, borCol, separatorCol,
		"Permanent Placement Services","clientServices.asp?name=#permanentPlacement",0,
		"On-site Interviews","clientServices.asp?name=#onsiteInterviews",0,
		"Legal Services","clientServices.asp?name=#legalServices",0,
		"Client Testimonials","clientServices.asp?name=#clientTest",0,
		"Seminars/Workshops","clientServices.asp?name=#seminars",0
		)
		
		arMenu3 = new Array(
		menuWidth, 280, sizeDown, fntCol, overFnt, backCol, overCol, borCol, separatorCol,
		"Information","jobSearch.asp?name=#information",0
		)
		
		arMenu4 = new Array(
		menuWidth, 418, sizeDown, fntCol, overFnt, backCol, overCol, borCol, separatorCol,
		"Mailing Address","contactUs.asp?name=#mailingAddress",0,
		"Directions","contactUs.asp?name=#directions",0
		)
		
		arMenu5 = new Array(
		menuWidth, 554, sizeDown, fntCol, overFnt, backCol, overCol, borCol, separatorCol,
		"Links","resourceCenter.asp?name=#links",0,
		"South FL Local News","resourceCenter.asp?name=#news",0,
		"Chambers of Commerce","resourceCenter.asp?name=#chamber",0,
		"Legal Services","resourceCenter.asp?name=#legal",0
		);
	}
