function dim_img(immagine,w,h,b,a) {
document.write("<img src=\""+immagine+"\" width=\""+w*sw+"\" height=\""+h*sw+"\" border=\""+b+"\" alt=\""+a+"\">")
}
