function newImage(arg) { rslt = new Image(); rslt.src = arg; return rslt; }

function tclick(image) { document.fullsize.src = eval(image +"_click.src"); }

t1_click = newImage('/photos/tour/tour_manufacturing.jpg');
t2_click = newImage('/photos/tour/tour_welding_station.jpg');
t3_click = newImage('/photos/tour/tour_automated_welding_station.jpg');
t4_click = newImage('/photos/tour/tour_shipping.jpg');
t5_click = newImage('/photos/tour/tour_fabrication.jpg');
t6_click = newImage('/photos/tour/tour_production_assembly_work_station.jpg');

document.write('                                                                ');