
var casalon = {  src: DNN_skinPath + 'Caslon.swf' };
sIFR.activate(casalon);
sIFR.replace(casalon, {
selector: 'h1', 
wmode: 'transparent', 
src: DNN_skinPath +  'Caslon.swf', 
css: [ '.sIFR-root {color:#000000;}'  ]
});



jQuery(document).ready(function(){			
	jQuery("#dnn_ctr535_FormMaster_pnlForm > table").attr("cellspacing","0");
	jQuery("a.active").click(function(){return(false);});
	jQuery("#Navigation div.sub").hide();
	jQuery("#Navigation a.active").mouseover(function(){
	jQuery("#Navigation div.active:not(div.active:eq("+ jQuery("#Navigation a.active").index(this) + "))").stop().slideUp("fast");
	jQuery("#Navigation div.active:eq("+ jQuery("#Navigation a.active").index(this) + ")").stop().css("height", "auto").slideDown("slow");
	});
	jQuery("#dnn_ContentPane,a.empty").mouseover(function(){
	jQuery("#Navigation div.active").stop().slideUp("fast");
	});
	
/* remove box from links */
jQuery("a").focus(function(){
		this.blur();
});


});




