function mouse(pic){if(pic.src.indexOf("_h")>0) pic.src=pic.src.replace(/_h\.jpg/i,".jpg"); else pic.src=pic.src.replace(/\.jpg/i,"_h.jpg");}