jQuery(document).ready(function($){

	$("#Navigation > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:1200,
		animation:{height:"show"},
		speed:"normal"
	});
	
	$('#Navigation a[href="#"]').click(function(){ return false });

	/* remove box from links */
	$("a").focus(function(){ this.blur(); });
	
	$(".LinkIcon").rollover();
	
    $(".Level1").append("<li><img src='/Portals/_default/Skins/dentistsglenallenva/images/Submenubtm.png' align='bottom' class='subbottom' /></li>");	
	
});

//sIFR implementation
function pageScripts(){
	var Bauhaus= {  src: DNN_skinPath + 'Bauhaus.swf' };
	sIFR.activate(Bauhaus);
	sIFR.replace(Bauhaus, {
	  selector: 'h1', 
	  wmode: 'transparent', 
	  src:  DNN_skinPath +  'Bauhaus.swf', 
	  css: [ '.sIFR-root {color:#6aa347;font-size:36px;text-transform:uppercase;}'  ]     
	});
}

function pageScripts1(){
	var Bauhaus= {  src: DNN_skinPath + 'Bauhaus.swf' };
	sIFR.activate(Bauhaus);
	sIFR.replace(Bauhaus, {
	  selector: 'h1', 
	  wmode: 'transparent', 
	  src:  DNN_skinPath +  'Bauhaus.swf', 
	  css: [ '.sIFR-root {color:#6aa347;font-size:36px;}'  ]     
	});
}
