// JavaScript Document

 if (document.images) {
image1 = new Image;
image1.src = 'photos/truck.jpg';
} else {
image1 = '';
document.rollimg = '';
} 