$(document).ready(function(){$("ul.men").hide();$("div#right_bar").corner("bottom");$("div#red_area").corner("bottom 20px");$("div#white_area").corner("bottom 20px");$("div#wraper_r").corner("bottom 20px");$("div#content_r").corner("bottom 20px");$("ul.home_main li.no_bullet").hide();$("h3.sub_head").click(function(){var got_text=$(this).children("span").children("span").text();if(got_text=="more"){$(this).children("span").children("span").text("close");}else{$(this).children("span").children("span").text("more");}
var got_id=$(this).attr("id");$("ul."+got_id+" li.no_bullet").slideToggle("fast");});$("span.ch_text").click(function(){var got_text=$(this).children("span").children("span").text();if(got_text=="more"){$(this).children("span").children("span").text("close");}else{$(this).children("span").children("span").text("more");}
var got_id=$(this).attr("id");$("ul."+got_id+" li.no_bullet").slideToggle("fast");});$("a.menu-call").mouseover(function(){$("ul.men").hide();var my_id=$(this).attr("id");$("ul#menu_"+my_id).animate({height:"show",opacity:"show"},"fast");return false;});$('#buttonOne').jFav();});
