<head>
<script>
function resizePic(obj){
var WD = parseFloat(obj.width)/2
var HG = parseFloat(obj.height)/2
obj.style.width = ""+WD+"px"
obj.style.height = ""+HG+"px"
}
</script>
</head>

...

[img]pino.jpg[/img]

ciao