function movepic(img_src) {
  document["mainPicture"].src=img_src;
}
