<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" 
"http://www.wapforum.org/DTD/wml_1.1.xml">

<wml>  
  <card id="card1" title="Movies">
    <p>
    <b>Select Movie:</b><br/>
    <a href="#card2">Star Wars</a><br/>
    <a href="#card3">Gone with the Wind</a><br/>
    <a href="#card4">Citizen Kane</a>
    </p>
  </card>

  <card id="card2" title="Star Wars">
    <p>
    You selected:
    <b>Star Wars</b><br/>
    </p>
  </card>

  <card id="card3" title="Gone with the Wind">
    <p>
    You selected:
    <b>Gone with the Wind</b><br/>
    </p>
  </card>

  <card id="card4" title="Citizen Kane">
    <p>
    You selected:
    <b>Citizen Kane</b><br/>
    </p>
  </card>
</wml> 
