/* GLOBAL variables */
var popupClosingTime = 4000;

// thickbox sIFR initialisation for sIFR withing the thickbox popup
var custom_callback = function(){
	sIFR.replaceElement(named({sSelector:"a.submitBtn", sFlashSrc:"/style/fonts/chapparalpro.swf", sColor:"#ffffff", sLinkColor:"#D6D6D6", sHoverColor:"#D6D6D6", sWmode: "transparent" }));	
	sIFR.replaceElement(named({sSelector:"h2.redLineUnder", sFlashSrc:"/media/kansas_sifr_red_line_under.swf", sColor:"#FFFFFF", sLinkColor:"#FFFFFF", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", sWmode: "transparent"}));
}

// general scripts
$(document).ready(function() {
	 $(".topElement a").hover(
      function () {
			$(this).css('padding-top','4px');
			$(this).parent().css('height','15px');
      }, 
      function () {
		if(!$(this).hasClass('noHover'))
		{  
			$(this).css('padding-top','0px');
			$(this).parent().css('height','11px');
		}
      }
    );
	  $(".topElementSpecial a").hover(
      function () {
        $(this).css('padding-top','4px');
		$(this).parent().css('height','17px');
      }, 
      function () {
		if(!$(this).hasClass('noHover'))
		{    
			$(this).css('padding-top','0px');
			$(this).parent().css('height','13px');
		}
      }
    );

});

// specialised functions


