
function pageScripts(){
var perpetua = {  src: DNN_skinPath + 'flash/chaparralpro.swf' };
sIFR.activate(perpetua);
sIFR.replace(perpetua, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'flash/chaparralpro.swf', 
  css: [ '.sIFR-root {color:#400d12; font-size:22px;}'  ]
});
}




//Menu implementation
jQuery(document).ready(function(){
	jQuery('#navigation').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:false,
		showSpeed: 1200,
		hideSpeed: 1200
	});

	jQuery('[name=dnn$ctr461$FormMaster$ctl__20100329T150841]').focus(function() {
		jQuery(this).val('');
	});

	jQuery('[name=dnn$ctr461$FormMaster$ctl__20100329T152702]').focus(function() {
		jQuery(this).val('');
	});

	jQuery('[name=dnn$ctr461$FormMaster$ctl__20100329T152743]').focus(function() {
		jQuery(this).val('');
	});
		
	jQuery("a").focus(function(){	this.blur(); });
	
	jQuery(".LinkIcon").hover(
		function() { this.src = this.src.replace('.jpg', '_hover.jpg') },
		function() { this.src = this.src.replace('_hover', '') }
	);
	
	menuImage1 = new Image(); 
	menuImage1.src = DNN_skinPath + "images/home_hover.jpg";
   	menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/home.jpg";		
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/officeInfo.jpg";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/officeInfo_hover.jpg";
	menuImage5 = new Image(); 
	menuImage5.src = DNN_skinPath + "images/patientInfo.jpg";
	menuImage6 = new Image(); 
	menuImage6.src = DNN_skinPath + "images/patientInfo_hover.jpg";	
	menuImage7 = new Image(); 
	menuImage7.src = DNN_skinPath + "images/treatment_hover.jpg";
	menuImage8 = new Image(); 
	menuImage8.src = DNN_skinPath + "images/treatment.jpg";
	menuImage9 = new Image(); 
	menuImage9.src = DNN_skinPath + "images/contactus_hover.jpg";
	menuImage10 = new Image(); 
	menuImage10.src = DNN_skinPath + "images/contactus.png";


});






