3
Thank you chapi,
you took me on the right way...
Not only your suggest worked but reading Spaw docs i discovered that there are many ways to "contruct" the editor.
In fact after a few trials now i have this:
$sw = new SPAW_Wysiwyg('hometext',$hometext,'it','mini','classic','310px','310px');
and
$sw = new SPAW_Wysiwyg('bodytext',$bodytext,'it','full','classic','650px','400px');
Exactly what i wanted to have
Thanks again,ralf.