function ShowPic(zhi)
{
   var obj_1=zhi.getAttribute("href");
   var obj_2=document.getElementById("mid");
   obj_2.setAttribute("src",obj_1);
   var text=zhi.getAttribute("title");
   var text_2=document.getElementById("choose");
   text_2.firstChild.nodeValue=text;
}