function loadPic (img) 
{
var img = "<img src=\'" + img + "\'>";
Tip(img, WIDTH, 200, HEIGHT, 400);
}