function mover(iname, isrc)
{
document.getElementById(iname).src=isrc+".jpg"
}
