
/*sIFR*/

//var garamond2 = {  src: DNN_skinPath+'garamond2.swf' };
//sIFR.activate(garamond2);
//sIFR.replace(garamond2, {
//selector: 'h1', 
//wmode: 'transparent',
//src: DNN_skinPath+'garamond2.swf',
//css: [
      //'.sIFR-root {color:#ffffff;}'
    //]
//});



//start jQuery functions


jQuery.preload(
['home_bttn_on','doctors_bttn_on','office_bttn_on','patient_bttn_on','treatment_bttn_on','contact_bttn_on','tlink_bttn_on'],{
base:'/Portals/_default/Skins/siteSkin/images/',
ext:'.jpg'

});

jQuery(document).ready(function(){
	
//	jQuery("a").each(function() {
//		var title = jQuery(this).text();
//		jQuery(this).attr("title", title);
//	});
		   
//jQuery(function(){
		var content = jQuery(".holder").html();
		//jQuery(".holder").addClass("scroll-pane");
		//jQuery(".holder").html("");
		//jQuery(".holder").prepend('<div class="scroll-pane">');
		//jQuery(content).appendTo(".scroll-pane");
		jQuery(".holder").html('<div class="scroll-pane">' + content + '</div>');

// this initialises the scollpanes on the page.
jQuery('.scroll-pane').jScrollPane({showArrows:true, scrollbarWidth: 18, arrowSize: 16});
	//});
	//jQuery(".jScrollPaneContainer").css("height","200px").css("height","200px");
// remove box from links
jQuery("a").focus(function(){this.blur();});

});



