// JavaScript Document

var shredding = new Image();
var storage = new Image();
var security = new Image();

shredding.src = "images/graphicHead_shredding.jpg";
storage.src = "images/graphicHead_storage.jpg";
security.src = "images/graphicHead_security.jpg";

function doButtons(picimage) {
document['picture'].src=picimage;
}