<!-- Begin

var stadiumbleacher = new Image();
var stadiumbeam = new Image();
var stadiumcolumn = new Image();
var stadiumstep = new Image();
var stadiumstaircase = new Image();

stadiumbleacher.src = "e107_files/images/bleacher_Small.jpg";
stadiumbeam.src = "e107_files/images/pcbeam_Small.jpg";
stadiumcolumn.src = "e107_files/images/pccolumn_Small.jpg";
stadiumstep.src = "e107_files/images/pcstep_Small.jpg";
stadiumstaircase.src = "e107_files/images/pcstaircase_Small.jpg";

function doButtons5(picimage5) {
eval("document['picture05'].src = " + picimage5 + ".src");
}
//  End -->

