// preload the home over button
var homeOverButton = new Image();
homeOverButton.src = TrueSpectraPath + "/global/buttons/home-over-button.gif?cvt=jpeg";

function NewWindow(url){
	window.open(url);
	return;
}