function menu_goto( 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="chgoto" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="index.html">Main Page</option>' );
document.writeln( '<option value="index.html">Main Page</option>' );
document.writeln( '<option value="/categories/yousaf.html">Allama Yousaf Gabriel</option>' );
document.writeln( '<option value="/categories/anayatullah.html">Baba Anayatullah</option>' );
document.writeln( '<option value="/categories/sultanbahu.html">Sultan Muhammad Bahu</option>' );
document.writeln( '<option value="/categories/wasif ali.html">Wasif Ali Wasif</option>' );
document.writeln( '<option value="/categories/messages wallpapers.html">Wallpapers</option>' );
document.writeln( '<option value="/categories/earndollar.html">Make Money Online</option>' );
document.writeln( '<option value="/categories/donate.html">Donate</option>' );
document.writeln( '<option value="/categories/videos.html">Videos Audios</option>' );
document.writeln( '<option value="/categories/contact.html">Contact</option>' );
document.writeln( '<option value="/categories/secret societies.html">Secret Societies</option>' );
document.writeln( '<option value="/categories/books.html">Books</option>' );
document.writeln( '<option value="/categories/sitemap.html">Site Map</option>' );
document.writeln( '<option value="/categories/explanation articles.html">Researches</option>' );
document.writeln( '<option value="/categories/guestbook.html">Guest Book</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

