ciao a tutti

qualcuno sa aiutarmi a pilotare la scelta dell'utente?

allora ho due radiobutto uno

Flash Version
e l'altro
HTML Version

poi sotto ho delle bandierine che indicano la lingua come posso in base alla versione ealla bandiera dirottare l'utente?

questo e il codice di cui parlo

codice:
<body>
<div align="center">
  <table  border="0" align="center">
    <tr>
      <td>[img]html/images/logo.jpg[/img]</td>
    </tr>
    <tr>
      <td><table  border="0" align="center" cellspacing="20">
        <tr>
          <td colspan="4">


            <span class="Stile3">
<input name="flash" type="radio" value="radiobutton">
FLASH VERSION</span></p>
            


              <span class="Stile3">
<input name="html" type="radio" value="radiobutton">
HTML VERSION</span> </p></td>
          </tr>
        <tr>
          <td width="38">[img]html/images/ban_Ita.jpg[/img]</td>
          <td width="37">[img]html/images/ban_UK.jpg[/img]</td>
          <td width="35">[img]html/images/ban_Spa.jpg[/img]</td>
          <td width="30">[img]html/images/ban_Ger.jpg[/img]</td>
        </tr>
      </table>
      <div align="center"></div></td>
    </tr>
    <tr>
      <td><div align="center"><span class="Stile3">Actionlab.it &copy; 2005 &bull; Privacy Policy</span></div></td>
    </tr>
  </table>
  

</p>
  </div>
</body>
</html>

Grazie mille