// Skin Specific JS goes here. The jQuery library has already been loaded by the core templates. So if you use jQuery, you are ready to go.
$(document).ready(function(){
    init();
});

function init() {
//    $(".moduleHeader").before('SSS<div class="mheader"><div class="left"></div><div class="right"></div><div  class="edge"></div></div>');
//    $(".moduleHeader").hide();
    
    
      $("div.csc-header h4,div.csc-header h5").wrapInner("<span></span>").click(function(){$(this).closest("DIV").nextAll("div:first").slideToggle("slow")}); 
      $("div.csc-header h4,div.csc-header h5").each(function(i){$(this).closest("DIV").nextAll("div:first").hide()});    

	$(".menu1item A").hover(function(){$(this).closest(".item").addClass("hover")},function(){$(this).closest(".item").removeClass("hover")})
    //$.mask.options.fixedChars = '[(),.:/ -+]';
//    $('input:text').setMask();

}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

  

