﻿// JScript File

//Gastroplexy 
function GDV()
{
    text = 'Gastropexy is when the stomach is stitched to the inner lining of the belly. This prevents it from moving and flipping over on itself to cause GDV.';
    return text;
}

//Fluid Diuresis 
function FLUID()
{
    text = 'Giving fluids intravenously to promote urine production by kidneys which can help flush toxins out of the body.';
    return text;    
}

//Abdominal Organ Architecture 
function ABS()
{
    text = 'Looking at the structure or appearance of the inside of an organ which is located in the belly.';
    return text;
}

//Clotting factors 
function CLOT()
{
    text = 'Clotting factors are proteins that help the blood to clot which allows the body to prevent or stop bleeding.  Clot function is determine by the presence or amount of clotting factors.';
    return text;
}

//Grape/Raising Toxicity - Dialysis 
function DIAL()
{
    text = 'A medical procedure that uses a machine to filter waste products from the bloodstream and restore the bloods normal constituents.';
    return text;
}
