if(sta_combined_off==0){sta_info_text[3]+=sta_Decider(sta_res_var_nrc);}function sta_Decider(sta_d_types){if(sta_d_types=='ENxP'||sta_d_types=='ESxP'){return sta_Decide1("E"+sta_d_types.charAt(1)+"FP","feeling-emotional","to have to deal with a relationship problem","E"+sta_d_types.charAt(1)+"TP","thinking-logical","to have to figure out a sound rational explanation");}else if(sta_d_types=='INxP'||sta_d_types=='ISxP'){return sta_Decide1("I"+sta_d_types.charAt(1)+"FP","feeling-emotional","to demonstrate your love and affection","I"+sta_d_types.charAt(1)+"TP","thinking-logical","to pass on your knowledge and erudition");}else if(sta_d_types=='ExFJ'||sta_d_types=='ExTJ'){return sta_Decide1("EN"+sta_d_types.charAt(2)+"J","intuitive-spiritual","to have to foresee or forecast events","ES"+sta_d_types.charAt(2)+"J","physical-sensational","to have to provide luxury and comfort");}else if(sta_d_types=='IxFJ'||sta_d_types=='IxTJ'){return sta_Decide1("IN"+sta_d_types.charAt(2)+"J","intuitive-spiritual","to have to think about numerous possibilities","IS"+sta_d_types.charAt(2)+"J","physical-sensational","to deal with pressure in a confrontational situation");}else if(sta_d_types.indexOf('x')==3){return sta_Decide2(sta_d_types.substring(0,3));}else if(sta_d_types.indexOf('x')==0&&sta_d_types.substring(1,4).indexOf('x')<0){return sta_Decide3(sta_d_types.substring(1,4));}else{return '';}}function sta_Decide1(t1,t1sf,t1easy,t2,t2sf,t2easy){var cmmnt_=function(t){return "You may often pay too much attention to your "+((t==1)?t2sf:t1sf)+" side, which in return leads you to believe that it is as strong as your "+((t==1)?t1sf:t2sf)+" side. However in reality, you find it much easier "+((t==1)?t1easy:t2easy)+" rather than "+((t==1)?t2easy:t1easy)+".";};return d_tbl(t1,t2,cmmnt_(1),cmmnt_(2));}function sta_Decide2(tp){var cmmnt_=function(t,tp3l){return "You may often feel the need but find it rather difficult to maintain a steady balance between your "+((t==1)?((tp3l.indexOf('N')==1)?"physical and spiritual":"spiritual and physical"):((tp3l.indexOf('T')==2)?"emotional and intellectual":"intellectual and emotional"))+" self.";};return d_tbl(tp+"J",tp+"P",cmmnt_(1,tp),cmmnt_(2,tp));}function sta_Decide3(tp){var cmmnt_=function(t){return "You may "+((t==1)?"often lack self-confidence unlike some other extraverts, nevertheless, you would readily share often personal information about yourself and your relationships even with people you may not have known for long.":"have great self-confidence unlike some other introverts, but you would find it rather natural to observe and study other people and their relationships than to be subjected to similar attentive scrutiny by others.");};return d_tbl("E"+tp,"I"+tp,cmmnt_(1),cmmnt_(2));}function d_tbl(tp1,tp2,cmmnt1,cmmnt2){var cmmall=function(tppn){return '<center><a href="select:" class="sta-icode-button" style="width:100px;" onmousedown="try{this.href=sta_nb_href(\''+tppn+'\');}catch(slow){}" onmouseup="blur();" onmouseout="blur();">&nbsp;Click&nbsp;here&nbsp;if...&nbsp;</a></center>';};return MK_Tab(2,"<b><u>Decider</u></b>",cmmnt1,cmmnt2,"",0,"",cmmall(tp1),cmmall(tp2),"")+'<br>';}
