﻿         function LoadNewsList(PageIndex)
         {
         this.Pfun="LoadNewsList";
         LoadPageList("NewsList",PageIndex);
         }
         
         function LoadProductList(PageIndex)
         {
         this.Pfun="LoadProductList";
         LoadPageList("ProductList",PageIndex);
         }
                  
         function LoadCustomerCaseList(PageIndex)
         {
         this.Pfun="LoadCustomerCaseList";
         LoadPageList("CustomerCaseList",PageIndex);
         }
         
         function LoadDownloadList(PageIndex)
         {
         this.Pfun="LoadDownloadList";
         LoadPageList("DownloadList",PageIndex);
         }
         
         function LoadSellNetList(PageIndex)
         {
         this.Pfun="LoadSellNetList";
         LoadPageList("SellNetList",PageIndex);
         }
         
        function LoadFlashIMGList(PageIndex)
         {
         this.Pfun="LoadFlashIMGList";
         LoadPageList("FlashIMGList",PageIndex);
         }
         
         function LoadInternationalList(PageIndex)
         {
         this.Pfun="LoadInternationalList";
         LoadPageList("InternationalList",PageIndex);
         }

         