projsol_on = new Image();
projsol_on.src = "../images/localon_projsol.gif";
projsol_off = new Image();
projsol_off.src = "../images/local_projsol.gif";

outsource_on = new Image();
outsource_on.src = "../images/localon_outsourcesol.gif";
outsource_off = new Image();
outsource_off.src = "../images/local_outsourcesol.gif";

staffsol_on = new Image();
staffsol_on.src = "../images/localon_staffsol.gif";
staffsol_off = new Image();
staffsol_off.src = "../images/local_staffsol.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 -->
