<?xml version="1.0"?>
<DIALOG>
  <CLASS NAME="help_top">
    <HELP>Welcome to TIC consumer products division. 
          For shampoo information, say shampoo now. 
    </HELP>
  </CLASS>

  <STEP NAME="init" PARENT="help_top">
    <PROMPT>Welcome to Wonder Shampoo
      <BREAK SIZE="large"/>
       Which color did Wonder Shampoo turn your hair? 
      </PROMPT>
      <INPUT TYPE="OPTIONLIST"> 
        <OPTION NEXT="#green">green</OPTION>
        <OPTION NEXT="#purple">purple</OPTION>
        <OPTION NEXT="#bald">bald</OPTION>
        <OPTION NEXT="#bye">exit</OPTION>
     </INPUT>
  </STEP>

  <STEP NAME="green" PARENT="help_top">
     <PROMPT>
       If Wonder Shampoo turned your hair green and you wish
       to return it to its natural color, simply shampoo seven
       times with three parts soap, seven parts water, four
       parts kerosene, and two parts iguana bile.
     </PROMPT>
     <INPUT TYPE="NONE" NEXT="#bye"/>
  </STEP>

  <STEP NAME="purple" PARENT="help_top">
     <PROMPT>
       If Wonder Shampoo turned your hair purple and you wish
       to return it to its natural color, please walk  
       widdershins around your local cemetery 
       three times while chanting "Surrender Dorothy".
       
     </PROMPT>
     <INPUT TYPE="NONE" NEXT="#bye"/>
  </STEP>

  <STEP NAME="bald" PARENT="help_top">
     <PROMPT>
       If you went bald as a result of using Wonder Shampoo,
       please purchase and apply a three months supply
       of our Magic Hair Growth Formula(TM). Please do not
       consult an attorney as doing so would violate the
       license agreement printed on inside fold of the Wonder 
       Shampoo box in 3 point type which you agreed to
       by opening the package.  
     </PROMPT>
     <INPUT TYPE="NONE" NEXT="#bye"/>
  </STEP>

  <STEP NAME="bye" PARENT="help_top">
    <PROMPT>
     Thank you for visiting TIC Corp. Goodbye. 
    </PROMPT>   
    <INPUT TYPE="NONE" NEXT="#exit"/>
  </STEP>

</DIALOG> 
