system=getChoice("SystemSW");
this.form.FAQLink.value="http://www.faq.com?system="+getChoice("SystemSW")+"";
<>
//BlackBerry Question
if (system=="BlackBerry") {
toggleVisibility("FAQSection", "show");
toggleVisibility("IssueSection", "show");
toggleVisibility("QuestionSection", "show");
this.form.Comments.focus()
Question = "Is this a new phone activation? If so, what kind of phone do you have? \n\n Answer: \n\nCan you send/receive emails? \n\n Answer:";
this.form.Problem.value = Question
}
<>
|