$(document).ready(function(){$('#mail').attr('href','contacts.htm');$('span.snd_eml').each(function(i){var c=$(this).text().split(' (0) ').join('@');var t=$(this).attr('title');if(t)$(this).replaceWith('<a href="mailto:'+c+'">'+t+'</a>');else $(this).replaceWith('<a href="mailto:'+c+'">'+c+'</a>');});$('.searchbox > .box .right_h .expand').click(function(){$(this).parent().children('.addinfo').slideToggle();$(this).parent().children().children('.addinfo').slideToggle();$(this).toggleClass('shrink');if($(this).text()=='свернуть')$(this).text('подробнее о студии');else $(this).text('свернуть');return false;});});