jQuery(document).ready(function($){
		
	$("#dnn_ctr405_FormMaster_ctl__20090911T150356").attr("disabled", "");

	$('#Navigation').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:true,
		showSpeed: 400, 
		hideSpeed: 400
	});	
	
	/* remove box from links */
	$("a").focus(function(){	this.blur(); });	
	
	$(".LinkIcon").rollover("_hover");		
	
});
	
function pageScripts() {
	var Trajon = {  src: DNN_skinPath + 'Trajon.swf' };
	sIFR.activate(Trajon);
	sIFR.replace(Trajon, {
		selector: 'h1', 
		wmode: 'transparent', 
		src:  DNN_skinPath +  'Trajon.swf', 
		css: [ '.sIFR-root {color:#386465;font-size:30px;}'  ]
	});
}
