<!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		homeLink_2_over = newImage("../images/homeLink_2_over.gif");
		AboutLink_2_over = newImage("../images/AboutLink_2_over.gif");
		ServicesLink_2_over = newImage("../images/ServiceLink_2_over.gif");
		ClientLink_2_over = newImage("../images/ClientLink_2_over.gif");
		QualityLink_2_over = newImage("../images/QualityLink_2_over.gif.gif");
		CustomerLink_2_over = newImage("../images/CustomerLink_2_over.gif");
		ContactLink_2_over = newImage("../images/ContactLink_2_over.gif");
		NewLink_2_over = newImage("../images/NewLink_2_over.gif")
		preloadFlag = true;
	}
}

function Jump(section, page)
{
window.location.href = "http://www.caltronixinc.com/" + section + "/" + page;
}


function Jump2(page)
{
window.location.href = "http://" + page + "/";
}


function directions()
{

var regexp = /\s+/
document.form1.tester.value = document.form1.address.replace(regexp, "+")
}




// -->