/* Definition of terms and URL's */
/* Array description: */
/* - 1 ID of the linked word */
/* - 2 The name of the link to which the word is linked */
/* - 3 The linked word itself */
/* - 4 The short description of the word */
/* - 5 The URL behind the word */

var links = new Array(12);
links[0] = new Array('4','Cartilage','cartilage','The surfaces of the femoral condyles are covered with a tissue called cartilage.','');
links[1] = new Array('26','MRI','MRI','Magnetic Resonance Imaging describes a technology used to create computer generated images of the internal structures of the body. ','');
links[2] = new Array('12','Osteoarthritis','Osteoarthritis','Osteoarthritis (OA), also called degenerative joint disease, is the break down of cartilage in the knee joint. ','');
links[3] = new Array('30','Patellar tendonitis (Jumpers Knee)','Patellar tendonitis','Patellar tendonitis, also known as jumper\'s knee, is often misdiagnosed for other conditions that cause anterior knee pain, such as PFSS. ','');
links[4] = new Array('5','Chondromalacia','Chondromalacia','Chondromalacia patella involves a gradual softening of the cartilage under the kneecap. ','');
links[5] = new Array('29','Patellar Subluxation','Patellar subluxation','Patellar subluxation is the incomplete or partial dislocation of the patella. ','');
links[6] = new Array('201','Anatomy of the knee','anatomy of the knee','','');
links[7] = new Array('202','The Unloader® unloading technology - 3 Points of Leverage System','4 point leverage system','The Unloader® osteoarthritis brace unloads the affected compartment (painful side of the knee) using a unique 3 points of leverage system.','');
links[8] = new Array('202','The Unloader® unloading technology - 3 Points of Leverage System','4 points of leverage','The Unloader® osteoarthritis brace unloads the affected compartment (painful side of the knee) using a unique 3 points of leverage system.','');
links[9] = new Array('202','The Unloader® unloading technology - 3 Points of Leverage System','3 point leverage system','The Unloader® osteoarthritis brace unloads the affected compartment (painful side of the knee) using a unique 3 points of leverage system.','');
links[10] = new Array('202','The Unloader® unloading technology - 3 Points of Leverage System','3 points of leverage','The Unloader® osteoarthritis brace unloads the affected compartment (painful side of the knee) using a unique 3 points of leverage system.','');
links[11] = new Array('202','The Unloader® unloading technology - 3 Points of Leverage System','unloading the knee','The Unloader® osteoarthritis brace unloads the affected compartment (painful side of the knee) using a unique 3 points of leverage system.','');
links[12] = new Array('202','The Unloader® unloading technology - 3 Points of Leverage System','unloading system','The Unloader® osteoarthritis brace unloads the affected compartment (painful side of the knee) using a unique 3 points of leverage system.','');
