function menu_goto( menuform )
{
 
  var baseurl = 'http://www.nvidia.cn' ;
  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_cn.html">James Cameron’s Avatar: The Game</option>' );
document.writeln( '<option value="/object/applications_badaboom_cn.html">Badaboom</option>' );
document.writeln( '<option value="/object/games_battlefield_heroes_cn.html">Battlefield Heroes</option>' );
document.writeln( '<option value="/object/games_batmanaa_cn.html">Batman: Arkham Asylum</option>' );
document.writeln( '<option value="/object/games_bionic_commando_cn.html">Bionic Commando</option>' );
document.writeln( '<option value="/object/games_bcrearmed_cn.html">Bionic Commando Rearmed</option>' );
document.writeln( '<option value="/object/games_burnoutparadise_cn.html">Burnout Paradise: The Ultimate Box</option>' );
document.writeln( '<option value="/object/games_codwaw_cn.html">Call of Duty: World at War</option>' );
document.writeln( '<option value="/object/games_darkestofdays_cn.html">Darkest of Days</option>' );
document.writeln( '<option value="/object/games_mirrorsedge_cn.html">Mirrors Edge</option>' );
document.writeln( '<option value="/object/games_mkz_cn.html">MKZ</option>' );
document.writeln( '<option value="/object/games_nurien_cn.html">Nurien</option>' );
document.writeln( '<option value="/object/applications_powerdirector7_cn.html">PowerDirector 7</option>' );
document.writeln( '<option value="/object/games_re5_cn.html">Resident Evil 5</option>' );
document.writeln( '<option value="/object/games_startales_cn.html">Star Tales</option>' );
document.writeln( '<option value="/object/games_streetfighter4_cn.html">Street Fighter IV</option>' );
document.writeln( '<option value="/object/applications_super_loiloscope_cn.html">Super LoiloScope</option>' );
document.writeln( '<option value="/object/games_terminatorsalvation_cn.html">Terminator Salvation</option>' );
document.writeln( '<option value="/object/games_thesims3_cn.html">The Sims 3</option>' );
document.writeln( '<option value="/object/games_lastremnant_cn.html">The Last Remnant</option>' );
document.writeln( '<option value="/object/applications_totalmedia_cn.html">TotalMedia Theatre 3</option>' );
document.writeln( '<option value="/object/applications_vreveal_cn.html">vReveal</option>' );
document.writeln( '<option value="/object/games_worldofwarcraft_cn.html">World of Warcraft</option>' );


document.writeln( '</select>' );
document.writeln( '</form>' );




