function adjustCols(){
    $('#left_cont').height($('.main_content').height());
    $('#right_two').height($('.main_content').height());
};
//window.onload = adjustCols; this has been moved to call o nthe drop dwon script as the onbload function
