function menu_goto( menuform )
{
 
  var baseurl = 'http://www.nvidia.co.jp' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    top.window.location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="chgoto" method="get" target="_blank">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)" style="width: 251px;">' );
document.writeln( '<option value="">ゲームとアプリケーション </option>' );
document.writeln( '<option value="">-----------------------</option>' );
document.writeln( '<option value="/object/games_avatar_jp.html">James Cameron’s Avatar: The Game</option>' );
document.writeln( '<option value="/object/applications_badaboom_jp.html">Badaboom</option>' );

document.writeln( '<option value="/object/games_battlefield_heroes_jp.html">Battlefield Heroes</option>' );
document.writeln( '<option value="/object/games_batmanaa_jp.html">Batman: Arkham Asylum</option>' );
document.writeln( '<option value="/object/games_biohazard5_jp.html">Biohazard 5</option>' );
document.writeln( '<option value="/object/games_bionic_commando_jp.html">Bionic Commando</option>' );
document.writeln( '<option value="/object/games_bcrearmed_jp.html">Bionic Commando Rearmed</option>' );
document.writeln( '<option value="/object/games_burnoutparadise_jp.html">Burnout Paradise: The Ultimate Box</option>' );
document.writeln( '<option value="/object/games_codwaw_jp.html">Call of Duty: World at War</option>' );
document.writeln( '<option value="/object/games_darkestofdays_jp.html">Darkest of Days</option>' );
document.writeln( '<option value="/object/games_mirrorsedge_jp.html">Mirrors Edge</option>' );
document.writeln( '<option value="/object/games_mkz_jp.html">MKZ</option>' );
document.writeln( '<option value="/object/games_nurien_jp.html">Nurien</option>' );
document.writeln( '<option value="/object/applications_powerdirector7_jp.html">PowerDirector 7</option>' );

document.writeln( '<option value="/object/games_startales_jp.html">Star Tales</option>' );
document.writeln( '<option value="/object/games_streetfighter4_jp.html">Street Fighter IV</option>' );
document.writeln( '<option value="/object/applications_super_loiloscope_jp.html">Super LoiloScope</option>' );
document.writeln( '<option value="/object/games_terminatorsalvation_jp.html">Terminator Salvation</option>' );
document.writeln( '<option value="/object/games_thesims3_jp.html">The Sims 3</option>' );
document.writeln( '<option value="/object/games_lastremnant_jp.html">The Last Remnant</option>' );
document.writeln( '<option value="/object/applications_totalmedia_jp.html">TotalMedia Theatre 3</option>' );
document.writeln( '<option value="/object/applications_vreveal_jp.html">vReveal</option>' );
document.writeln( '<option value="/object/games_worldofwarcraft_jp.html">World of Warcraft</option>' );


document.writeln( '</select>' );
document.writeln( '</form>' );




