﻿// JScript File

 function ShowNews()
     {
       window.open("News.aspx?sec=5&subsec=62&FromDate=2009.06.02&ToDate=2009.07.02",'AccordFintech','x=0,y=0,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=600,height=414,screenX=0,screenY=0,left=210,top=200');
     }
      function ShowNewsCur()
     {
       window.open("Curnews.aspx",'AccordFintech','x=0,y=0,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=600,height=414,screenX=0,screenY=0,left=210,top=200');
     }
   function ShowEcoNews()
   {
     window.open("Econews.aspx",'AccordFintech','x=0,y=0,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=600,height=414,screenX=0,screenY=0,left=210,top=200');
   }
   function ShowRailwayNews()
   {
     window.open("RailwayBuget.aspx",'AccordFintech','x=0,y=0,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=600,height=414,screenX=0,screenY=0,left=210,top=200');
   }
   function ShowCommBgt()
   {
      window.open("UnionBudget.aspx",'AccordFintech','x=0,y=0,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=600,height=414,screenX=0,screenY=0,left=210,top=200');
   }
   function ShowBugAna()
   {
     window.open("News.aspx?sec=5&subsec=64&FromDate=&ToDate",'AccordFintech','x=0,y=0,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=600,height=414,screenX=0,screenY=0,left=210,top=200');
   }
   
   
   
   function ShowNews(Opt)
   {
     switch(Opt)
         {
    case "PRE": 
     window.open("http://acesphere.com/ir/budget/PreBudget.aspx",'AccordFintech','x=0,y=0,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=593,height=414,screenX=0,screenY=0,left=210,top=200');
    break;
         }
   
   }
