// JavaScript Document
//use jQuery() instead of $() to stop
//conflict issues with mootools.
jQuery(document).ready(function(){
	jQuery('#designerCont').tabs({
      event:'click',
	  adjustHeight:true
	});//end tabs;
	
	jQuery('#topNavInner').superfish({
      delay:200					
	});//end surepfish
	
});//end ready
