מה הבעיה ב IF שלי? function mytextDIR() { if mytext.document.dir = 'rtl' { mytext.document.dir = 'ltr' } else { mytext.document.dir = 'rtl' } }