
var desc=new Array(),
DefW=["Sundowning","Dementia","Alzheimers","Respite Care",];
desc["Sundowning"]="<BLOCKQUOTE>A state of increased agitation, activity, and negative behavior that develops late in the day and through the evening hours.</li></ol>";
desc["Dementia"]="<BLOCKQUOTE>A deterioration of intellectual faculties e.g. memory, concentration and judgment resulting from an organic disease or disorder of the brain and often accompanied by emotional disturbances and personality changes.</BLOCKQUOTE>";
desc["Alzheimers"]="<BLOCKQUOTE>A progressive brain disorder that gradually destroys a person's memory and ability to learn, reason, make judgments, communicate and carry out daily activities. It is the most common form of dementia.</BLOCKQUOTE>";
desc["Respite Care"]="<BLOCKQUOTE>Short-term, temporary care provided to people with disabilities in order that their families can take a break from the daily routine of caregiving.  Unlike child care, respite services may sometimes involve overnight care for an extended period of time.</BLOCKQUOTE>"; 

function defineThis(DefW){
var generator=window.open('','Definition','height=400,width=500,top=50,left=50'); 
generator.document.write('<html><head><title>Definition</title><LINK REL="STYLESHEET" TYPE="text/css" HREF="define2.css"></head><body bgcolor="#333399"><STRONG><font face="Georgia, Times New Roman, Serif" color="#FFFFFF"><h1>'+DefW+'</h1><p>');
generator.document.write(desc[DefW]);
generator.document.write('</p><p><a id="deflink" href="javascript:self.close()"> Close this definition</a></p></STRONG></font></body></html>'); 
generator.document.close();
if (window.focus) {generator.focus()}
}
