<script type="text/javascript">
function cambiadescr(str) {
if(str=='') str="& amp; nbsp;"; // togliere gli spazi
str = "\<p\>"+str+"\<\/p\>"; // notare le backslash
parent.action_des.document.getElementById('descriz ').innerHTML = str;
}
</style>