//callback of ajax
 function callbackChangeProductDetails(response){ 
 	$('#detail').html(response);
 	
 	return true;
 }
 
function doTabs() {
//	$('.idTabs').idTabs(function(id, list, set) {
//		$('a', set).removeClass('act').filter('[@href=\'' + id + '\']', set).addClass('act').blur();
//	});
}

