// This script and many more are available free online at 
// The JavaScript Source!! http://javascript.internet.com 

// Begin
   
function changeImage(filename) {
  mainimage.src = filename;
}

//  End 

