/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 IceTheme. All Rights Reserved
  
  License:
  Copyrighted Commercial Software 
  
  Author:
  IceTheme - http://wwww.icetheme.com
---------------------------------------------------------------- */

window.addEvent('domready', function() {

if($('nav_main'))
		FancyExample = new SlideList($E('ul', 'nav_main'), {transition: Fx.Transitions.backOut, duration: 700, });


});
