1 /* This is used in bin/mozilla/kopf.pl to switch the HTML side menu on/off
2 2010, Sven Donath, lxo@dexo.de */
5 var FrameSize = (parent.document.getElementById('menuframe').cols);
12 parent.document.getElementById('menuframe').setAttribute('cols','30,*');
17 parent.document.getElementById('menuframe').setAttribute('cols',FrameSize);