people_on = new Image();
people_on.src = "../images/localon_people.gif";
people_off = new Image();
people_off.src = "../images/local_people.gif";

process_on = new Image();
process_on.src = "../images/localon_process.gif";
process_off = new Image();
process_off.src = "../images/local_process.gif";

tech_on = new Image();
tech_on.src = "../images/localon_tech.gif";
tech_off = new Image();
tech_off.src = "../images/local_tech.gif";


<!-- begin hiding
function imgOn(imgName) {
	document[imgName].src = eval(imgName + "_on.src");
}

function imgOff(imgName) {
	document[imgName].src = eval(imgName + "_off.src");
}

var pageNum = "";
var largeString = "";
var smallString = "";
var cutPlace = "";

largeString = parent.location.href;
smallString = largeString.split("");
cutPlace = smallString[1].indexOf("&");
if (cutPlace != -1) {
	pageNum = smallString[1].substring(0, cutPlace);
	}
	else {
		pageNum = smallString[1];
	}

// end hiding -->
