styleHtml+='#left-column {width:180px;}';
styleHtml+='#right-column {width:180px;}';
This, however, might not work in IE because IE has all these issues with max width and min width so some more lines may be needed for IE compatibility.
). If you want the javascript to reside in the block you will need to disable the HTML Editor in your profile so that section editing will use only standard web forms, or else the editor will mess up your code as soon as you open the block for editing. Alternatively you can put the javascript in a js file and only refer to it from the block which will minimize the code in the block and allow you to modify the code outside the block and without disabling the Editor.