function random_imglink() {

	var myimages=new Array(3);
	myimages[1]="images/home/photo1.jpg";
	myimages[2]="images/home/photo2.jpg";
	myimages[3]="images/home/photo3.jpg";
	var imagelinks=new Array(3);
	imagelinks[1]="javascript:NAME_IT()";
	imagelinks[2]="javascript:NAME_TI()";
	imagelinks[3]="javascript:NAME_TT()";
	var y=Math.round(Math.random()*3);
	if (y==0) y=1;
	if (y>2.5) y=3;
	document.write('<img src="'+myimages[y]+'" border=0>');
	
	}
	
function quick_nav(address){

	window.location=address;
	
	}
	
aboutus_up = new Image;
aboutus_up.src = "images/home/aboutus.gif";
aboutus_down = new Image;
aboutus_down.src = "images/home/aboutusy.gif";

products_up = new Image;
products_up.src = "images/home/products.gif";
products_down = new Image;
products_down.src = "images/home/productsy.gif";

monthlyspecs_up = new Image;
monthlyspecs_up.src = "images/home/monthlyspecs.gif";
monthlyspecs_down = new Image;
monthlyspecs_down.src = "images/home/monthlyspecsy.gif";

careeropp_up = new Image;
careeropp_up.src = "images/home/careeropp.gif";
careeropp_down = new Image;
careeropp_down.src = "images/home/careeroppy.gif";

training_up = new Image;
training_up.src = "images/home/training.gif";
training_down = new Image;
training_down.src = "images/home/trainingy.gif";

contact_up = new Image;
contact_up.src = "images/home/contact.gif";
contact_down = new Image;
contact_down.src = "images/home/contacty.gif";

phototour_up = new Image;
phototour_up.src = "images/home/phototour.gif";
phototour_down = new Image;
phototour_down.src = "images/home/phototoury.gif";

foremployees_up = new Image;
foremployees_up.src = "images/home/foremployees.gif";
foremployees_down = new Image;
foremployees_down.src = "images/home/foremployeesy.gif";

forcustomers_up = new Image;
forcustomers_up.src = "images/home/forcustomers.gif";
forcustomers_down = new Image;
forcustomers_down.src = "images/home/forcustomersy.gif";

function mouse_over_routine(buttonID)   {

	element = document.getElementById(buttonID)
	if (element.id == "aboutus")  element.src = aboutus_down.src;
	if (element.id == "products")  element.src = products_down.src;
	if (element.id == "monthlyspecs")  element.src = monthlyspecs_down.src;
	if (element.id == "careeropp")  element.src = careeropp_down.src;
	if (element.id == "training")  element.src = training_down.src;
	if (element.id == "contact")  element.src = contact_down.src;
	if (element.id == "phototour")  element.src = phototour_down.src;
	if (element.id == "foremployees")  element.src = foremployees_down.src;
	if (element.id == "forcustomers")  element.src = forcustomers_down.src;

	}

function mouse_out_routine(buttonID)   {

	element = document.getElementById(buttonID)
	if (element.id == "aboutus")  element.src = aboutus_up.src;
	if (element.id == "products")  element.src = products_up.src;
	if (element.id == "monthlyspecs")  element.src = monthlyspecs_up.src;
	if (element.id == "careeropp")  element.src = careeropp_up.src;
	if (element.id == "training")  element.src = training_up.src;
	if (element.id == "contact")  element.src = contact_up.src;
	if (element.id == "phototour")  element.src = phototour_up.src;
	if (element.id == "foremployees")  element.src = foremployees_up.src;
	if (element.id == "forcustomers")  element.src = forcustomers_up.src;
	}

function photo_tour()  {
window.open("phototour/tour1.htm","photo_tour","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=355, height=426");
}

function tour(employee_name)	{
employee_name = employee_name.toLowerCase();
employee_name = employee_name.replace(' ','');
employee_name = employee_name.replace('.','');
employee_name = employee_name.replace(' ','');
tourwin=window.open("employees/" + employee_name + ".htm", "tour_win","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=355, height=350");
}
