jQuery(document).ready(function(){
	/*----- Navigation ------*/
	jQuery('#navigation').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:true,
		showSpeed: 1200,
		hideSpeed: 1400
	
});
	
	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});

	/* 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();
	


});


var kabel = { src: DNN_skinPath + 'kabel.swf' };
sIFR.activate(kabel);
sIFR.replace(kabel, {
  selector: 'h1',
    wmode: 'transparent', 
  css: '.sIFR-root { color: #231f20; font-weight: bold; text-transform: uppercase; }'
});

function popVideo() {window.open("http://www.watsonsmile.com.televoxpreview7.com/video.asp","windowName","scrollbars=yes,toolbar=no,menubar=no,statusbar=no,resizable=yes,width=320,height=280,left=100,top=100");}



