// search index for WYSIWYG Web Builder
var database_length = 0;

function SearchPage(url, title, keywords, description)
{
   this.url = url;
   this.title = title;
   this.keywords = keywords;
   this.description = description;
   return this;
}

function SearchDatabase()
{
   database_length = 0;
   this[database_length++] = new SearchPage("index.html", "", "home faq help term of use sitemap contacts lse online kse pmex terminal download for full optimization and view this web site users are recommended to set their screen display at x600 pixels system response may vary due market conditions performance other factors is designed developed by it department chairman message zafar securities pvt ltd broker member was formed in with the objective providing professional brokerage services shares commodities etc licensed lahore stock exchange pakistan mercantile “pmex” fully competent trade on behalf its clients has started successful operations via trading platform satisfied clientele consisting individuals institutions from all over world premier amp leading broking registered as company originator professionally managed house run highly skilled senior personnel expertise experience respective domain contract bid ask vol hot quotes search ", "");
   this[database_length++] = new SearchPage("Research.html", "", "home faq help term of use sitemap contacts lse online kse pmex terminal download for full optimization and view this web site users are recommended to set their screen display at x600 pixels system response may vary due market conditions performance other factors is designed developed by it department search daily weekly update ", "");
   return this;
}

