 
    $(document).ready(function() { 
        $('ul.sf-menu').superfish({ 
            delay:       100,                           
            animation:   {opacity:'show',height:'show'}, 
            speed:       'fast',                        
            autoArrows:  false,                     
            dropShadows: false                           
        }); 
		
						$(".toggle").accordion({li: "a",
						autoHeight: false,
						collapsible: true
						});	
						
						$("ul > li:last-child").addClass("none");
						
						Cufon.replace('.font', { fontFamily: 'Aller' });
						
						Cufon.replace('.phone', { fontFamily: 'Aller' });
						
						$('.banner').flash(   {  swf: 'banner.swf', height:247, width:954, params: { wmode:'transparent'}  }   );
   }); 
		window.onload = forceBrowserEven;
	window.onresize = forceBrowserEven;

	function forceBrowserEven(){
	//Detect Firefox less than 3.6
	  if (navigator.userAgent.indexOf("Firefox/3.6")!=-1){
		  		  

		if (document.width % 2 == 1) {
		  document.getElementsByTagName('html')[0].style.marginLeft = '-1px';
		}
	  } else { 
		if (document.width % 2 == 1) {
		  document.getElementsByTagName('html')[0].style.marginLeft = '-1px';
		}
	  }
	}; 

