function prepare(co)
{

if(viewTextMode == 1)
{
formatText('ViewText',co);
} 
updateTextArea(co);
document.all.edycja.submit();

}
