

/***************
 *		Tabs 
*****************/
	$(document).ready(function(){
 
    $('#products').tabs(); 
	 
	 $('#info3').tabs();
	 $('#info5').tabs();
	 $('#info6').tabs();
   	

	});




/****************
 * ugly tabs-within-tabs fix
 ****************/








