jQuery(document).ready(function ($){
	
	if (!isPrint) 
		 $('#itinTabs').tabs({fxFade: true});	
	
}
);