﻿/* 
 * Designed by Lewonchik
 * ICQ: 425 510 763
 * http://webstory.net.ru
 */

 // Menu function slow
 $("ul li").hover(function(){
   $(this).find('ul:first').css({visibility: "visible",display: "none"}).slideToggle('fast');
   },function(){$(this).find('ul:first').css({visibility: "hidden"}); });

 
 // Quote end Code functions
 $('.bbCodeBlock').find('.codeMessage').removeAttr('style').css({overflow:'auto', maxHeight:'300px'}).end()
 .find('.bbCodeName').removeAttr('style').html('<b>Листинг кода:</b>').end();
 $('.bbQuoteBlock').find('.quoteMessage').removeAttr('style').end()
 .find('.bbQuoteName').removeAttr('style').prepend('<b>Цитата</b>').append(' :').find('.qName').prev('b').remove();


 // First text 
+function(){
  var elems = document.getElementsByTagName('h2'),
   count = elems.length;
  while(count--){
   if(/(\b|^)title(\b|$)/.test(elems[count].className)){
    elems[count].innerHTML=elems[count].innerHTML.replace(/-->([^\s]+?)\s/,'--><span>$1</span> ');
    }
   }
  }()

$('h1.rt-article-title').each(function() {   
          var h = $(this).html();   
          var index = h.indexOf(' ');   
          if(index == -1) {   
              index = h.length;   
          }   
          $(this).html('<span>' + h.substring(0, index) + '</span>' + h.substring(index, h.length));   
      });   
   

$(".gTable").attr({ cellSpacing: "0", cellPadding: "0", border: "0" }); 
