function img_show(path,name,type,ext)
{
// type_mod='vue';
// if (CurMod == name )
//    img_addr=path+name+'_'+type_mod+'.'+ext;
// else
    img_addr=path+name+'_'+type+'.'+ext;
 document[name].src=img_addr;
}

