


jQuery(document).ready(function(){
	/*----- Navigation ------*/
	jQuery('#sitenav').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:true,
		showSpeed: 1200,
		hideSpeed: 1400
	
});
	});
							
//function runSiteScripts(path) {
////here's the sIfr
//var helv_neue = {  src: path + 'copperPlateGothicLight.swf' };
//sIFR.activate(helv_neue);
//sIFR.replace(helv_neue, {
//  selector: 'h1', 
//  wmode: 'transparent', 
//  src:  path +  'copperPlateGothicLight.swf', 
//  css: [ '.sIFR-root {color:#562D8B; }'  ]
//});
//}
 
function pageScripts(){
var helv_neue = {  src: DNN_skinPath + 'copperPlateGothicLight.swf' };
sIFR.activate(helv_neue);
sIFR.replace(helv_neue, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'copperPlateGothicLight.swf', 
  css: [ '.sIFR-root {color:#562D8B; }'  ]
});
}

function pageScripts2(){
var helv_neue = {  src: DNN_skinPath + 'copperPlateGothicLight.swf' };
sIFR.activate(helv_neue);
sIFR.replace(helv_neue, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'copperPlateGothicLight.swf', 
  css: [ '.sIFR-root {color:#562D8B; font-size: 18.5px;}'  ]
});
}