function setXtras(prod_code, phpHandler) {
	jQuery.post(phpHandler, {prod_code:prod_code}, function(data){
		$('#xtras').html(data)
	}, 'text')
}

