window.addEvent('domready',function(){Cufon.replace('h2, h3, h4, h5, #topnavi a, #subnavi a, #address, #linknavi, #footer p');$$('#topnavi li,#subnavi li').each(function(e){var b=e.getElement('a').set('tween',{duration:150}).addEvents({mouseenter:function(a){if((b.hasClass('inactive'))==1){b.tween('opacity',0.6)}},mouseleave:function(a){if((b.hasClass('inactive'))==1){b.tween('opacity',1)}}})})});
