var papyrus = {  src: DNN_skinPath + 'papyrus.swf' };
sIFR.activate(papyrus);

sIFR.replace(papyrus, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath + 'papyrus.swf', 
  css: [ '.sIFR-root {color:#A23400; font-weight: bold;}']
});	

 jQuery(document).ready(function(){			

 jQuery("#menu div.abscontainer:last").addClass("last");	
 jQuery("#menu div.abscontainer:first").addClass("first");	
 
 
 jQuery("p.active").hide();
 jQuery("a.topper span").hover(function(){jQuery(this).addClass("hovered");},function(){jQuery(this).removeClass("hovered");});
 jQuery("a.active").click(function(){
					jQuery("p.active:not(p.active:eq("+ jQuery("a.active").index(this) + "))").slideUp("fast");
					jQuery("p.active:eq("+ jQuery("a.active").index(this) + ")").css("height","auto").slideDown("slow");
					return(false);
				
								
 	}); 
jQuery("#dnn_ContentPane,#smallmenu a.empty").mouseover(function(){
					jQuery("p.active").stop().slideUp("fast");
								
 	}); 
 });
 

//
//jQuery(document).ready(function(){
//	/*----- Navigation ------*/
//	jQuery('#sitenav').accordion({
//		active: false,
//		header: '.menuTitle',
//		event: 'click',
//		autoheight:false,
//		navigation:true,
//		showSpeed: 1200,
//		hideSpeed: 1400
//	
//});
//	});

// jQuery(document).ready(function(){			
//
//
// 
// jQuery("#navigation ul").hide();
//
// jQuery("#navigation li div.menuTitle a").click(function(){
//					jQuery("#navigation ul:not(#navigation ul:eq("+ jQuery("#navigation li div a").index(this) + "))").slideUp("fast");
//					jQuery("#navigation ul:eq("+ jQuery("#navigation li div a").index(this) + ")").css("height","auto").slideDown("slow");
//					return(false);
//				
//								
// 	}); 
//jQuery("#dnn_ContentPane,#smallmenu a.empty").mouseover(function(){
//					jQuery("#navigation ul").stop().slideUp("fast");
//								
// 	}); 
// });
