
	if (document.images)
	{
		var imgArray = new Array()
		/*imgArray['about'] = new Image()
		imgArray['about'].src = "/images/nav/about.gif"
		imgArray['abouton'] = new Image()
		imgArray['abouton'].src = "/images/nav/abouton.gif"
		imgArray['leadership'] = new Image()
		imgArray['leadership'].src = "/images/nav/leadership.gif"
		imgArray['leadershipon'] = new Image()
		imgArray['leadershipon'].src = "/images/nav/leadershipon.gif"
		imgArray['portfolio'] = new Image()
		imgArray['portfolio'].src = "/images/nav/portfolio.gif"
		imgArray['portfolioon'] = new Image()
		imgArray['portfolioon'].src = "/images/nav/portfolioon.gif"
		imgArray['investment'] = new Image()
		imgArray['investment'].src = "/images/nav/investment.gif"
		imgArray['investmenton'] = new Image()
		imgArray['investmenton'].src = "/images/nav/investmenton.gif"
		imgArray['press'] = new Image()
		imgArray['press'].src = "/images/nav/press.gif"
		imgArray['presson'] = new Image()
		imgArray['presson'].src = "/images/nav/presson.gif"
		imgArray['contact'] = new Image()
		imgArray['contact'].src = "/images/nav/contact.gif"
		imgArray['contacton'] = new Image()
		imgArray['contacton'].src = "/images/nav/contacton.gif"
		imgArray['home'] = new Image()
		imgArray['home'].src = "/images/nav/home.gif"
		imgArray['homeon'] = new Image()
		imgArray['homeon'].src = "/images/nav/homeon.gif"*/
		// new images below ------------------------------------------
		imgArray['nabout'] = new Image()
		imgArray['nabout'].src = "/images/nav/nabout.gif"
		imgArray['nabouton'] = new Image()
		imgArray['nabouton'].src = "/images/nav/nabouton.gif"
		imgArray['nleadership'] = new Image()
		imgArray['nleadership'].src = "/images/nav/nleadership.gif"
		imgArray['nleadershipon'] = new Image()
		imgArray['nleadershipon'].src = "/images/nav/nleadershipon.gif"
		imgArray['nportfolio'] = new Image()
		imgArray['nportfolio'].src = "/images/nav/nportfolio.gif"
		imgArray['nportfolioon'] = new Image()
		imgArray['nportfolioon'].src = "/images/nav/nportfolioon.gif"
		imgArray['ninvestment'] = new Image()
		imgArray['ninvestment'].src = "/images/nav/ninvestment.gif"
		imgArray['ninvestmenton'] = new Image()
		imgArray['ninvestmenton'].src = "/images/nav/ninvestmenton.gif"
		imgArray['npress'] = new Image()
		imgArray['npress'].src = "/images/nav/npress.gif"
		imgArray['npresson'] = new Image()
		imgArray['npresson'].src = "/images/nav/npresson.gif"
		imgArray['ncontact'] = new Image()
		imgArray['ncontact'].src = "/images/nav/ncontact.gif"
		imgArray['ncontacton'] = new Image()
		imgArray['ncontacton'].src = "/images/nav/ncontacton.gif"
		imgArray['nlimited'] = new Image()
		imgArray['nlimited'].src = "/images/nav/nlimited.gif"
		imgArray['nlimitedon'] = new Image()
		imgArray['nlimitedon'].src = "/images/nav/nlimitedon.gif"
	}	
	
	function changeImage(i,j)
	{
		if (document.images)
		{
			document.images[i].src = imgArray[j].src
		}
	}
	
	function PopUp(url,winname,attributes) 
	{
		(window.open(url,winname,attributes)).focus();
	}
