function def_img(im){
im.src='/gfx/noimage.jpg';
im.width=90;
im.height=120;
}

