//$(document).ready(function() {

$(document).ready(function () {
  fontResizer('11px','13px','15px');
  
  var m = ( document.uniqueID /*IE*/ && document.compatMode /*>=IE6*/ && !window.XMLHttpRequest /*<=IE6*/ && document.execCommand) ? true : false; 
    if(m){
      $('#header-mask-bottom')[0].src = $('#header-mask-bottom')[0].src.replace(/png/,'gif');
      $('#header-mask-top')[0].src = $('#header-mask-top')[0].src.replace(/png/,'gif');
      hide_hiddenForm();
    };
  
  datango_header({
    'imageHeader' : '#div_page-header-image',
    'maskHeader'  : '#div_page-header-mask',
    'button'      : '#div_page-header a',
    'minHeight'   : '22',
    'maxHeight'   : '156',
    'duration'    : '40' });

});



$(function(){
  
   
   if ( typeof datango_init_boxChange == 'function' ){
    datango_init_boxChange();
   }
   if ( typeof change_link_target == 'function' ){
    change_link_target();
   } 
   $("div.mycarousel").carousel({ 
   direction: "vertical", 
   autoSlide: true, 
   loop: true, 
   autoSlideInterval: 4000,
   delayAutoSlide: 1000 });
   
   var closeTip = window.setTimeout("close_closeTip()", 2000);
  
});

function close_closeTip(){
  $("#header_toolTip").fadeOut("slow");
}