var shark = { src: DNN_skinPath + 'copperplate.swf' };
sIFR.activate(shark);
sIFR.replace(shark, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'copperplate.swf', 
  css: [ '.sIFR-root {color:#31587a;}'  ]
});


//Menu implementation
jQuery(document).ready(function(){
jQuery('#navigation').accordion({
active: false,
header: '.menuTitle',
animation:{height:"show"},
event: 'click',
autoheight:false,
navigation:true,
showSpeed: 1200,
hideSpeed: 1400
});
	
/* THIS REMOVE THE LINE FROM THE EMPTY <UL> ELEMENTS (NOTE: be sure there is NO space between the <ul></ul> elements) */
jQuery("#navigation li ul:empty").remove();
jQuery("a").focus(function(){
this.blur();

});


	
/*Preload the menu backgrounds*/
menuImage = new Image(); 
menuImage.src = DNN_skinPath + "images/home_bttn_hover.jpg";
menuImage1 = new Image(); 
menuImage1.src = DNN_skinPath + "images/about_docs_bttn_hover.jpg";
menuImage2 = new Image(); 
menuImage2.src = DNN_skinPath + "images/office_info_bttn_hover.jpg";
menuImage3 = new Image(); 
menuImage3.src = DNN_skinPath + "images/patient_info_bttn_hover.jpg";
menuImage4 = new Image(); 
menuImage4.src = DNN_skinPath + "images/treatment_info_bttn_hover.jpg";
menuImage5 = new Image(); 
menuImage5.src = DNN_skinPath + "images/contact_us_bttn_hover.jpg";
menuImage6 = new Image(); 
menuImage6.src = DNN_skinPath + "images/request_appt_bttn_hover.jpg";

});	


