function equalHeight(a){tallest=0;a.each(function(){thisHeight=$(this).height();if(thisHeight>tallest){tallest=thisHeight}});a.height(tallest)}$(document).ready(function(){$(".button a").hover(function(a){$(this).css({"background-position":"left -120px",cursor:"pointer"});$("strong",this).css({"background-position":"right -120px",cursor:"pointer"})},function(a){$(this).css({"background-position":"left -180px",cursor:"normal"});$("strong",this).css({"background-position":"right -180px",cursor:"normal"})});equalHeight($("#MT_group1 .MT_minidiv"));equalHeight($("#MT_group2 .MT_minidiv"));equalHeight($("#MT_group1 .MT_Box"));equalHeight($("#MT_group1 .MT_content,#MT_group1 .MT_sidebar"));equalHeight($(".MT_half"));equalHeight($("#MT_list_news.padder,#MT_news_home.padder"));$(".MT_infotip_content,.MT_form_active,.MT_form_error,.MT_errtip_content").corner("7px");$("h1[id != MT_sub_header]").corner("bottom");$("h2").corner("7px");$(".MT_rounder,.MT_Box,.sub_background").corner();$("#MT_banner_content,#MT_upper").corner("bottom");$("#MT_Body h1").corner("bottom");$(".MT_rounder,.sub_background").corner()});
