function menu_anayat( 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="chanayat" method="get">' );
document.writeln( '<select name="url" onchange="menu_anayat(this.form)">' );
document.writeln( '<option value="/categories/anayatullah.html">Main Page</option>' );
document.writeln( '<option value="/categories/anayatullah.html">Main Page</option>' );
document.writeln( '<option value="/aua/articles.html">Urdu PDF Articles</option>' );
document.writeln( '<option value="/aua/articles2.html">Urdu HTML Articles</option>' );
document.writeln( '<option value="/Books/index.htm">Study & Purchase Books</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );