//Pacific Life Health Quiz Text

cRetirementPlannerWebAddress ="http://www.pacificlife.com/Channel/Educational+Information/Calculators/Retirement+Planning+Calculator.htm"

cHealthQuiz = 0;

cIntroMode = 0;
cQuestionMode = 1;
cAnswerMode = 2;
cFinalResultMode = 3; 

var cIntroText = new Array();
cIntroText[cHealthQuiz] = "Doctors are finally beginning to realize that the same diseases can affect men and women differently.  The same medical condition can cause different health issues in males and females.  Take this quiz to see if you realize some of these differences." ;

var cTitle = new Array();
cTitle[cHealthQuiz] = 'Health Quiz';

var cButtonText = new Array();
cButtonText[cHealthQuiz] = 'Continue >>';

var cMaxQuestion = new Array();
cMaxQuestion[cHealthQuiz] = 10;

var cQuestion = new Array();
cQuestion[cHealthQuiz] = new Array();
cQuestion[cHealthQuiz][1] = "Heart disease kills more men than women.";
cQuestion[cHealthQuiz][2] = "The treadmill stress test is the way to go for both men and women in diagnosing heart disease.";
cQuestion[cHealthQuiz][3] = "Women are more likely to suffer from asthma than men.";
cQuestion[cHealthQuiz][4] = "More women die of stroke than men.";
cQuestion[cHealthQuiz][5] = "Depression is more common in females than males.";
cQuestion[cHealthQuiz][6] = "The suicide rate for women is higher than for men.";
cQuestion[cHealthQuiz][7] = "Men suffer from lung cancer more than women.";
cQuestion[cHealthQuiz][8] = "It is harder to diagnose lung cancer in a man than a woman.";
cQuestion[cHealthQuiz][9] = "Men are more tolerant to pain than women.";
cQuestion[cHealthQuiz][10] = "Rheumatoid arthritis is more common in men than women.";

var cCorrectAnswer = new Array();
cCorrectAnswer[cHealthQuiz] = new Array();
cCorrectAnswer[cHealthQuiz][1] = 2;
cCorrectAnswer[cHealthQuiz][2] = 2;
cCorrectAnswer[cHealthQuiz][3] = 1;
cCorrectAnswer[cHealthQuiz][4] = 1;
cCorrectAnswer[cHealthQuiz][5] = 1;
cCorrectAnswer[cHealthQuiz][6] = 2;
cCorrectAnswer[cHealthQuiz][7] = 1;
cCorrectAnswer[cHealthQuiz][8] = 2;
cCorrectAnswer[cHealthQuiz][9] = 1;
cCorrectAnswer[cHealthQuiz][10] = 2;

var cMaxChoice = new Array();
cMaxChoice[cHealthQuiz] = new Array();
cMaxChoice[cHealthQuiz][1] = 2;
cMaxChoice[cHealthQuiz][2] = 2;
cMaxChoice[cHealthQuiz][3] = 2;
cMaxChoice[cHealthQuiz][4] = 2;
cMaxChoice[cHealthQuiz][5] = 2;
cMaxChoice[cHealthQuiz][6] = 2;
cMaxChoice[cHealthQuiz][7] = 2;
cMaxChoice[cHealthQuiz][8] = 2;
cMaxChoice[cHealthQuiz][9] = 2;
cMaxChoice[cHealthQuiz][10] = 2;

var cChoice = new Array();
cChoice[cHealthQuiz] = new Array();
for (j = 1; j <= cMaxQuestion[cHealthQuiz]; j++)
{
	cChoice[cHealthQuiz][j] = new Array;
}
cChoice[cHealthQuiz][1][1] = "True";
cChoice[cHealthQuiz][1][2] = "False";

cChoice[cHealthQuiz][2][1] = "True";
cChoice[cHealthQuiz][2][2] = "False";

cChoice[cHealthQuiz][3][1] = "True";
cChoice[cHealthQuiz][3][2] = "False";

cChoice[cHealthQuiz][4][1] = "True";
cChoice[cHealthQuiz][4][2] = "False";

cChoice[cHealthQuiz][5][1] = "True";
cChoice[cHealthQuiz][5][2] = "False";

cChoice[cHealthQuiz][6][1] = "True";
cChoice[cHealthQuiz][6][2] = "False";

cChoice[cHealthQuiz][7][1] = "True";
cChoice[cHealthQuiz][7][2] = "False";

cChoice[cHealthQuiz][8][1] = "True";
cChoice[cHealthQuiz][8][2] = "False";

cChoice[cHealthQuiz][9][1] = "True";
cChoice[cHealthQuiz][9][2] = "False";

cChoice[cHealthQuiz][10][1] = "True";
cChoice[cHealthQuiz][10][2] = "False";




var cAnswer = new Array();
cAnswer[cHealthQuiz] = new Array();
cAnswer[cHealthQuiz][1] = "Heart disease will affect men at younger ages than women but actually kills more women.   Women have more unusual complaints from heart disease such as nausea, headache, and upset stomach, and are under-diagnosed compared to males who come in with a more typical presentation of chest pain.";
cAnswer[cHealthQuiz][2] = "A treadmill is a good screening test for men, but a stress echo is better for women.  Women have a high degree of false positive tests.  Even an angiogram may not be fool-proof in women, since women have smaller blood vessels and the test doesn't always diagnose dysfunction of the heart vessels in females.";
cAnswer[cHealthQuiz][3] = "The physician journal Chest estimates that women make up 70% of all cases of asthma.  Women are admitted to the hospital more frequently and stay longer than men admitted with this diagnosis.  Women appear to have narrower airways than men and are a little more difficult to treat.";
cAnswer[cHealthQuiz][4] = "More men actually have strokes, but women are more likely to die from them.  A stroke may include such symptoms as numbness, tingling, or problems with speech and expression.  Women are also less likely to receive potentially life saving follow-up exams.";
cAnswer[cHealthQuiz][5] = "Early on through young adulthood the prevalence of depression is equal between the sexes.  After that depression is twice as common in women as men.";
cAnswer[cHealthQuiz][6] = "Men are four times more likely to commit suicide than women.  They don't try it more, but their success rate is higher.";
cAnswer[cHealthQuiz][7] = 'But the gap is narrowing.  Once a "man'+"'s"+' disease", women now suffer 40% of the deaths from this disease.  Smoking is more common in women than ever, and this is narrowing the difference.  Lung cancer kills more women than breast cancer.';
cAnswer[cHealthQuiz][8] = "Women can be difficult diagnostic dilemmas early in the disease.  Chest X-Rays early in lung cancer in women can look more like pneumonia than a life threatening illness.  There is also a significant rate of lung cancer in women who have never smoked.";
cAnswer[cHealthQuiz][9] = "Men seem to hold out longer than women, and doctors receive more complaints of pain from women than men.  Fibromyalgia, TMJ, migraines, and chronic fatigue syndrome are more commonplace in women.  Men however need much higher doses of medication to control pain than women.";                
cAnswer[cHealthQuiz][10] = "Rheumatoid arthritis (RA) affects almost 1 of every hundred people, but is twice as common in women than men.  Other autoimmune diseases, such as lupus, are also much more common in women.  Researchers are studying estrogen as a possible cause in this occurrence.";                        
                       


var cQuestionLetter = new Array();
cQuestionLetter[1] = "A";
cQuestionLetter[2] = "B";
cQuestionLetter[3] = "C";
cQuestionLetter[4] = "D";
cQuestionLetter[5] = "E";
cQuestionLetter[6] = "F";
cQuestionLetter[7] = "G";
                        
var cFinalText = new Array();
cFinalText[cHealthQuiz] = "Thank you for taking the quiz!";