function alignContent(){var ccont_height=$('#column_content').height();if(!ccont_height){ccont_height=$('#column_content_wide').height();if(!ccont_height){ccont_height=$('#table_allcontent').height();}}
var cinfo_height=$('#column_info').height();$('#menu_tail').height(0);var cmenu_height=$('#column_menu').height();var cont_height=Math.max(ccont_height,cinfo_height,cmenu_height);var tail_height=0;if(cont_height>cmenu_height){tail_height=cont_height;tail_height-=cmenu_height;}
if(tail_height>0){$('#menu_tail').height(tail_height);}
var cont_offset=$('#table_allcontent').offset();var elm_offset=0;var newpos=0;$('.align_to_bottom').each(function(){if($(this).height()){elm_offset=$(this).offset();newpos=cont_offset.top+cont_height-$(this).height()-3;$(this).offset({"top":newpos,"left":elm_offset.left});}});}
function fitPage(){if($('.button_line650').length&&$('#toggle_arrow').length){var bt_offset=$('.button_line650').offset();var prev_offset=$('.button_line650').prev().offset();var prev_height=$('.button_line650').prev().outerHeight(true);if((bt_offset.top-prev_offset.top-prev_height)>50&&$('#menu_tail').height()>10){$('#toggle_arrow').each(function(){toggleBox($(this));});}}}
