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