<!--

//©2000 Current Point
//www.currentpoint.com, rik@currentpoint.com

//preload roll over button images

var home_0 = new Image();		home_0.src = "../gArt/buttons/A2_0.gif";
var home_1 = new Image();		home_1.src = "../gArt/buttons/A2_1.gif";

var about_0 = new Image();		about_0.src = "../gArt/buttons/B2_0.gif";
var about_1 = new Image();		about_1.src = "../gArt/buttons/B2_1.gif";

var man_0 = new Image();		man_0.src = "../gArt/buttons/C2_0.gif";
var man_1 = new Image();		man_1.src = "../gArt/buttons/C2_1.gif";

var serv_0 = new Image();		serv_0.src = "../gArt/buttons/D2_0.gif";
var serv_1 = new Image();		serv_1.src = "../gArt/buttons/D2_1.gif";

var links_0 = new Image();		links_0.src = "../gArt/buttons/E2_0.gif";
var links_1 = new Image();		links_1.src = "../gArt/buttons/E2_1.gif";

var login_0 = new Image();		login_0.src = "../gArt/buttons/F2_0.gif";
var login_1 = new Image();		login_1.src = "../gArt/buttons/F2_1.gif";


//go to specified location
function goToPage(thePopup) {
	
	if (thePopup == "manName") {
		theManuf = document.searchForm.manName.selectedIndex;
		document.searchForm.manType.selectedIndex = theManuf;
	} else {
		theManuf = document.searchForm.manType.selectedIndex;
		document.searchForm.manName.selectedIndex = theManuf;
	}
	
	if (theManuf == 1) location = "3m/manufPage.html";			// 3m
	if (theManuf == 2) open("http://www.amnow.com");		// american metalcraft
	if (theManuf == 3) open("http://www.barkercompany.com");		// barker
	if (theManuf == 4) open("http://www.blodgett.com");		// blodgett combi
	if (theManuf == 5) open("http://www.blodgett.com");		// blodgett
	if (theManuf == 6) open("http://www.blodgett.com");		// blodgett range
	if (theManuf == 7) location = "cactus_kid/manufPage.html";		// cactus mat
	if (theManuf == 8) open("http://cambro.com";		// cambro
	if (theManuf == 9) open("http://www.cooperinstrument.com");	// cooper
	if (theManuf == 10) open("http://www.dormont.com");			// dormont
	if (theManuf == 11) open("http://www.swissarmybrands.com");	// forschner
	if (theManuf == 12) open("http://www.fweco.com");			// fwe
	if (theManuf == 13) open("http://www.speedeeserv.com");		// ga systems
	if (theManuf == 14) open("http://hamiltonbeach.com")		// hamilton beach
	if (theManuf == 15) open("http://hatcocorp.com");		// hatco
	if (theManuf == 16) open("http://www.magikitchn.com");		// magikitchen
	if (theManuf == 17) open("http://www.pdgi.com");	//piper
	if (theManuf == 18) open("http://www.blodgett.com");	// pitco
	if (theManuf == 19) open("http://www.alcoa.com//foodservice/en/home.asp");	// Reynolds
	if (theManuf == 20) open("http://www.utilityrefrigerator.com");	// utility

}

//switches images when rolled in
function rollIn(theImg) {
	newImage = eval(theImg + "_1.src");	
	document.images[theImg].src = newImage;
}

//switches images when rolled out
function rollOut(theImg) {
	newImage = eval(theImg + "_0.src");	
	document.images[theImg].src = newImage;
}


// -->
