");
myWin.document.write("| Results for Introversion are: | ");
myWin.document.write("" + document.Traits.question1b.value + " | ");
myWin.document.write("" + document.Traits.question5a.value + " | ");
myWin.document.write("" + document.Traits.question9a.value + " | ");
myWin.document.write("" + document.Traits.question12a.value + " | ");
myWin.document.write("" + document.Traits.question14b.value + " |
");
myWin.document.write("| I Total is: | ");
TotalI= parseInt(Answers[1]) + parseInt(Answers[8]) + parseInt(Answers[16]) + parseInt(Answers[22]) + parseInt(Answers[27]);
myWin.document.write("" + TotalI + " |
");
myWin.document.write("|  \; |
");
//
myWin.document.write("| Results for Extroversion are: | ");
myWin.document.write("" + document.Traits.question1a.value + " | ");
myWin.document.write("" + document.Traits.question5b.value + " | ");
myWin.document.write("" + document.Traits.question9b.value + " | ");
myWin.document.write("" + document.Traits.question12b.value + " | ");
myWin.document.write("" + document.Traits.question14a.value + " |
");
myWin.document.write("| E Total is: | ");
TotalE= parseInt(Answers[0]) + parseInt(Answers[9]) + parseInt(Answers[17]) + parseInt(Answers[23]) + parseInt(Answers[26]);
myWin.document.write("" + TotalE + " |
");
myWin.document.write("|  \; |
");
//
myWin.document.write("| Where Do Your Prefer to Focus Your Attention? |
");
if(TotalI > TotalE)
{
EIScale = "I";
myWin.document.write("| The EI Scale = " + EIScale + " for Introversion |
");
}
else
{
EIScale = "E";
myWin.document.write("| The EI Scale = " + EIScale + " for Extroversion |
");
}
myWin.document.write("|  \; |
");
//
myWin.document.write("| Results for iNtuition are: | ");
myWin.document.write("" + document.Traits.question2a.value + " | ");
myWin.document.write("" + document.Traits.question6b.value + " | ");
myWin.document.write("" + document.Traits.question10a.value + " | ");
myWin.document.write("" + document.Traits.question15a.value + " | ");
myWin.document.write("" + document.Traits.question18b.value + " |
");
myWin.document.write("| N Total is: | ");
TotalN= parseInt(Answers[2]) + parseInt(Answers[11]) + parseInt(Answers[18]) + parseInt(Answers[28]) + parseInt(Answers[35]);
myWin.document.write("" + TotalN + " |
");
myWin.document.write("|  \; |
");
//
myWin.document.write("| Results for Sensing are: | ");
myWin.document.write("" + document.Traits.question2b.value + " | ");
myWin.document.write("" + document.Traits.question6a.value + " | ");
myWin.document.write("" + document.Traits.question10b.value + " | ");
myWin.document.write("" + document.Traits.question15b.value + " | ");
myWin.document.write("" + document.Traits.question18a.value + " |
");
myWin.document.write("| S Total is: | ");
TotalS= parseInt(Answers[3]) + parseInt(Answers[10]) + parseInt(Answers[19]) + parseInt(Answers[29]) + parseInt(Answers[34]);
myWin.document.write("" + TotalS + " |
");
myWin.document.write("|  \; |
");
//
myWin.document.write("| How do you take in information, find out about things? |
");
if(TotalS > TotalN)
{
SNScale = "S";
myWin.document.write("| The SN Scale = " + SNScale + " for Sensing |
");
}
else
{
SNScale = "N";
myWin.document.write("| The SN Scale = " + SNScale + " for Intuition |
");
}
myWin.document.write("|  \; |
");
//
myWin.document.write("| Results for Thinking are: | ");
myWin.document.write("" + document.Traits.question3a.value + " | ");
myWin.document.write("" + document.Traits.question7a.value + " | ");
myWin.document.write("" + document.Traits.question11b.value + " | ");
myWin.document.write("" + document.Traits.question16b.value + " | ");
myWin.document.write("" + document.Traits.question20b.value + " |
");
myWin.document.write("| T Total is: | ");
TotalT= parseInt(Answers[4]) + parseInt(Answers[12]) + parseInt(Answers[21]) + parseInt(Answers[31]) + parseInt(Answers[39]);
myWin.document.write("" + TotalT + " |
");
myWin.document.write("|  \; |
");
//
myWin.document.write("| Results for Feeling are: | ");
myWin.document.write("" + document.Traits.question3b.value + " | ");
myWin.document.write("" + document.Traits.question7b.value + " | ");
myWin.document.write("" + document.Traits.question11a.value + " | ");
myWin.document.write("" + document.Traits.question16a.value + " | ");
myWin.document.write("" + document.Traits.question20a.value + " |
");
myWin.document.write("| F Total is: | ");
TotalF= parseInt(Answers[5]) + parseInt(Answers[13]) + parseInt(Answers[20]) + parseInt(Answers[30]) + parseInt(Answers[38]);
myWin.document.write("" + TotalF + " |
");
myWin.document.write("|  \; |
");
//
myWin.document.write("| How do you make decisions? |
");
if(TotalT > TotalF)
{
TFScale = "T";
myWin.document.write("| The TF Scale = " + TFScale + " for Thinking |
");
}
else
{
TFScale = "F";
myWin.document.write("| The TF Scale = " + TFScale + " for Feeling |
");
}
myWin.document.write("|  \; |
");
//
myWin.document.write("| Results for Perceiving are: | ");
myWin.document.write("" + document.Traits.question4a.value + " | ");
myWin.document.write("" + document.Traits.question8a.value + " | ");
myWin.document.write("" + document.Traits.question13b.value + " | ");
myWin.document.write("" + document.Traits.question17b.value + " | ");
myWin.document.write("" + document.Traits.question19a.value + " |
");
myWin.document.write("| P Total is: | ");
TotalP= parseInt(Answers[6]) + parseInt(Answers[14]) + parseInt(Answers[25]) + parseInt(Answers[33]) + parseInt(Answers[36]);
myWin.document.write("" + TotalP + " |
");
myWin.document.write("|  \; |
");
//
myWin.document.write("| Results for Judging are: | ");
myWin.document.write("" + document.Traits.question4b.value + " | ");
myWin.document.write("" + document.Traits.question8b.value + " | ");
myWin.document.write("" + document.Traits.question13a.value + " | ");
myWin.document.write("" + document.Traits.question17a.value + " | ");
myWin.document.write("" + document.Traits.question19a.value + " |
");
myWin.document.write("| J Total is: | ");
TotalJ= parseInt(Answers[7]) + parseInt(Answers[15]) + parseInt(Answers[24]) + parseInt(Answers[32]) + parseInt(Answers[37]);
myWin.document.write("" + TotalJ + " |
");
myWin.document.write("|  \; |
");
//
myWin.document.write("| How do you orient toward the outer world? |
");
if(TotalJ > TotalP)
{
JPScale = "J";
myWin.document.write("| The JP Scale = " + JPScale + " for Judging |
");
}
else
{
JPScale = "P";
myWin.document.write("| The JP Scale = " + JPScale + " for Perceiving |
");
}
myWin.document.write("|  \; |
");
//
MBTI = EIScale + SNScale + TFScale + JPScale;
myWin.document.write("| Your Myers-Briggs Type Indicator Preferences: |
");
myWin.document.write("| The MBTI = " + EIScale + SNScale + TFScale + JPScale +" |
");
myWin.document.write("| Characteristics Frequesntly Associated with Your Type: |
");
myWin.document.write("");
//
if (document.images) {
poohpix = eval(MBTI + ".src");
myWin.document.write(" ");
}
if(MBTI== "ISTJ")
{
myWin.document.write(Trait[0]);
}
else if(MBTI== "ISFJ")
{
myWin.document.write(Trait[1]);
}
else if(MBTI== "INFJ")
{
myWin.document.write(Trait[2]);
}
else if(MBTI== "INTJ")
{
myWin.document.write(Trait[3]);
}
else if(MBTI== "ISTP")
{
myWin.document.write(Trait[4]);
}
else if(MBTI== "ISFP")
{
myWin.document.write(Trait[5]);
}
else if(MBTI== "INFP")
{
myWin.document.write(Trait[6]);
}
else if(MBTI== "INTP")
{
myWin.document.write(Trait[7]);
}
else if(MBTI== "ESTP")
{
myWin.document.write(Trait[8]);
}
else if(MBTI== "ESFP")
{
myWin.document.write(Trait[9]);
}
else if(MBTI== "ENFP")
{
myWin.document.write(Trait[10]);
}
else if(MBTI== "ENTP")
{
myWin.document.write(Trait[11]);
}
else if(MBTI== "ESTJ")
{
myWin.document.write(Trait[12]);
}
else if(MBTI== "ESFJ")
{
myWin.document.write(Trait[13]);
}
else if(MBTI== "ENFJ")
{
myWin.document.write(Trait[14]);
}
else if(MBTI== "ENTJ")
{
myWin.document.write(Trait[15]);
}
// else(MBTI== " ")
//{
//myWin.document.write(" hello-we have a JavaScript problem! Notify John Taylor: jtaylor@hcc.cc.fl.us")
//}
myWin.document.write(" |
");
myWin.document.write("