function menu_research( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.oqasa.org/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="chresearch" method="get">' );
document.writeln( '<select name="url" onchange="menu_research(this.form)">' );
document.writeln( '<option value="/categories/explanation articles.html">Main Page</option>' );
document.writeln( '<option value="/categories/explanation articles.html">Main Page</option>' );
document.writeln( '<option value="/rua/indexpdf.html">Urdu PDF Articles</option>' );
document.writeln( '<option value="/rua/index.htm">Urdu HTML Articles</option>' );
document.writeln( '<option value="/rea/index.htm">Our English Articles</option>' );
document.writeln( '<option value="/Articles Bank/Archieve1.html">The Secret Hand</option>' );
document.writeln( '<option value="/Articles Bank/Archieve2.html">Holy Books</option>' );
document.writeln( '<option value="/Articles Bank/Archieve3.html">International Religions</option>' );
document.writeln( '<option value="/Articles Bank/Archieve4.html">Economic Finance </option>' );
document.writeln( '<option value="/Articles Bank/Archieve5.html">Politics Society Culture</option>' );
document.writeln( '<option value="/Articles Bank/Archieve7.html">Medical Health </option>' );
document.writeln( '<option value="/Articles Bank/index.html">Other Articles</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );