

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

Begin
function movepic(img_name,img_src) {
document[img_name].src=img_src;
}
// 
