// JavaScript Document

if (document.images) {
	
	ourTeam_norm = new Image
	ourTeam_over = new Image
	
	workWith_norm = new Image
	workWith_over = new Image
	
	wealthProc_norm = new Image
	wealthProc_over = new Image
	
	resWealth_norm = new Image
	resWealth_over = new Image
	
	download_norm = new Image
	download_over = new Image
	
	ourTeam_norm.src = "images/team_norm.gif"
	ourTeam_over.src = "images/team_over.gif"
	
	workWith_norm.src = "images/work_norm.gif"
	workWith_over.src = "images/work_over.gif"
	
	wealthProc_norm.src = "images/wealth_norm.gif"
	wealthProc_over.src = "images/wealth_over.gif"
	
	resWealth_norm.src = "images/resource_norm.gif"
	resWealth_over.src = "images/resource_over.gif"
	
	download_norm.src = "images/download_norm.gif"
	download_over.src = "images/download_over.gif"

}

else {
	
	ourTeam_norm = ""
	ourTeam_over = ""
	document.ourTeam = ""
	
	workWith_norm = ""
	workWith_over = ""
	document.workWith = ""
	
	wealthProc_norm = ""
	wealthProc_over = ""
	document.wealthProc = ""
	
	resWealth_norm = ""
	resWealth_over = ""
	document.resWealth = ""
	
	download_norm = ""
	download_over = ""
	document.download = ""

}