<!-- Begin

var linedpipe = new Image();
var septictank = new Image();
var acontank2 = new Image();
var manhole = new Image();
var bestsept = new Image();

linedpipe.src = "e107_files/images/lined_pipe_small.jpg";
septictank.src = "e107_files/images/septic_tank_small.jpg";
acontank2.src = "e107_files/images/Acontank_small.jpg";
manhole.src = "e107_files/images/manhole2_small.jpg";
bestsept.src = "e107_files/images/bestsept_small.jpg";

function doButtons3(picimage3) {
eval("document['picture03'].src = " + picimage3 + ".src");
}
//  End -->

