Just seeing your post. If you want to avoid Javascript, an easy way to do it is to add a height declaration to your CSS like so:
#rt-sidebar-a{height:400px;}
Add to your style1.css, put whatever number you like for the height. It will be static, but it achieves the effect you're after. Hope this helps.