/**
 *  RESERVATION
 * 
 */
	 
function hideError(link, id) {
	$('#errorbox').fadeOut(1000, function() {});
		
	return false;
}		
