//callback function for the menu slideshow
//used to update the 'truckspecs'-block
function update_truckspecs(el) {
	//update content
	jQuery('#block-nxte-custom-truckspecs .content').html(jQuery.data(el, "content"));	
};

