function showoptions(id){
     if(id==0){
          document.getElementById("wgames").innerHTML ="<input type=\'hidden\' name=\'games\' value=\'\' /> <input type=\'hidden\' name=\'mailsubj\' value=\'\' />";
          document.getElementById("wmods").innerHTML ="<input type=\'hidden\' name=\'gamemods\' value=\'\' />";
     } else if(id==1){
          document.getElementById("wgames").innerHTML ="<br/>for the following games<br/><textarea cols=\'35\' rows=\'5\' name=\'games\'></textarea><input type=\'hidden\' name=\'mailsubj\' value=\'licensing\' />";
          document.getElementById("wmods").innerHTML ="<br/><input type=\'hidden\' name=\'gamemods\' value=\'no mods mentioned\' />";
     } else if(id==2){
          document.getElementById("wgames").innerHTML ="<br/>for the following games<br/><textarea cols=\'35\' rows=\'5\' name=\'games\'></textarea><input type=hidden name=mailsubj value=licensing_logo>";
          document.getElementById("wmods").innerHTML ="<br/><input type=\'hidden\' name=\'gamemods\' value=\'Adding logo\' />";
     } else if(id==3){
          document.getElementById("wgames").innerHTML ="<br/>for the following games<br/><textarea cols=\'35\' rows=\'5\' name=\'games\'></textarea><input type=hidden name=mailsubj value=licensing_link_removed>";
          document.getElementById("wmods").innerHTML ="<br/><input type=\'hidden\' name=\'gamemods\' value=\'Reference removal\' />";
     } else if(id==4){
          document.getElementById("wgames").innerHTML ="<br/>for the following games<br/><textarea cols=\'35\' rows=\'5\' name=\'games\'></textarea><input type=hidden name=mailsubj value=licensing_logo_link_removed>";
          document.getElementById("wmods").innerHTML ="<br/><input type=hidden name=gamemods value=\'Reference removal and logo addition\' />";
     } else if(id==5){
          document.getElementById("wgames").innerHTML ="<br/>for the following games<br/><textarea cols=\'35\' rows=\'5\' name=\'games\'></textarea><input type=hidden name=mailsubj value=licensing_advanced>";
          document.getElementById("wmods").innerHTML ="<br/>Please describe which modifications you would like to have made to the above games.<br/><textarea cols=\'35\' rows=\'5\' name=\'gamemods\'></textarea>";
     } else if(id==6){
          document.getElementById("wgames").innerHTML ="<br/><input type=\'hidden\' name=\'mailsubj\' value=\'custom\' /> <input type=\'hidden\' name=\'games\' value=\'custom game creation\' />";
          document.getElementById("wmods").innerHTML ="<br/>Please put your game specifications here:<br/><textarea cols=\'35\' rows=\'5\' name=\'gamemods\'></textarea>";
     } else if(id==7){
          document.getElementById("wgames").innerHTML ="<br/>Preferred Advertising<br/><textarea cols=\'35\' rows=\'5\' name=\'games\'></textarea><input type=hidden name=mailsubj value=advertising>";
          document.getElementById("wmods").innerHTML ="<br/><input type=\'hidden\' name=\'gamemods\' value=\'no mods just advertising\' />";
     } else if(id==8){
          document.getElementById("wgames").innerHTML ="<br/>Partnership Proposal<br/><textarea cols=\'35\' rows=\'5\' name=\'games\'></textarea><input type=hidden name=mailsubj value=partnership>";
          document.getElementById("wmods").innerHTML ="<br/><input type=\'hidden\' name=\'gamemods\' value=\'no mods just partnership proposal\' />";
     }
}