/**************************************************************************************************
* Goldfish Picture Link Effects Script
* This javascript is created by Goldfish from Fishbeam Software: http://www.fishbeam.com
* All rights reserved. © 2006 Yves Pellot
**************************************************************************************************/

function changeImage(pictureName, newPictureSrc)
{
  document.images[pictureName].src=newPictureSrc;
}
