  //<![CDATA[
  $(document).ready(function() {
    $('ul.navigation').superfish({
      delay:       1000,
      animation:   {height:'show'},
      speed:       'fast',
      autoArrows:  false,
      dropShadows: false
    });
    //$("div.news-right input.inp-txt").toggleVal();
    
    $('a.thickbox[rel]').colorbox({maxWidth : '100%', maxHeight : '100%'});
  });
  //]]>

  

