        function mtStatusBar()
	{
		window.status=" ";
	} 

  /***  Menu 2
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/


//============================================
 /*===================================*/
 			/******************* MENU NUMBER 1 **********************************/

/*** 
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/


//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties 

  
oCMenu.pxBetween=0
oCMenu.fromLeft=2 
if (document.all) //is IE
{
	oCMenu.fromTop=0
}
else if (document.layers)  // is NS?
{
	oCMenu.fromTop=0 
}	   
oCMenu.rows=0 
oCMenu.menuPlacement=0

oCMenu.offlineRoot="" 
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1 
oCMenu.wait=200
//oCMenu.fillImg="m_nri.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""


//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=150
oCMenu.level[0].height=20
//oCMenu.level[0].regClass="clLevel0"
//oCMenu.level[0].overClass="clLevel0over"

oCMenu.level[0].regClass="cl2Level1"
oCMenu.level[0].overClass="cl2Level1over"
oCMenu.level[0].borderClass="cl2Level1border"

oCMenu.level[0].borderX=1 
oCMenu.level[0].borderY=1
//oCMenu.level[0].borderClass="clLevel0border"
//oCMenu.level[0].offsetX=-(oCMenu.level[0].width-2)/2+76
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].align="right" 


//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=oCMenu.level[0].width-2
oCMenu.level[1].height=18
  if (document.all)
 {
	oCMenu.level[1].regClass="cl2Level1"
	oCMenu.level[1].overClass="cl2Level1over"
	oCMenu.level[1].borderClass="cl2Level1border"
  }
  else if (document.layers)
  {
  	oCMenu.level[1].regClass="cl2Level1"
	oCMenu.level[1].overClass="cl2Level1over"
	oCMenu.level[1].borderClass="cl2Level1border"
  }  

oCMenu.level[1].style=""
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0

oCMenu.level[1].borderX=1 
oCMenu.level[1].borderY=1
oCMenu.level[1].rows=0
oCMenu.level[1].align="right"

// SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=oCMenu.level[1].width-2
oCMenu.level[2].height=18

   if (document.all)
 {
	oCMenu.level[2].regClass="cl2Level1"
	oCMenu.level[2].overClass="cl2Level1over"
	oCMenu.level[2].borderClass="cl2Level1border"
  }
  else if (document.layers)
  {
  	oCMenu.level[2].regClass="cl2Level1"
	oCMenu.level[2].overClass="cl2Level1over"
	oCMenu.level[2].borderClass="cl2Level1border"
  }  



oCMenu.level[2].style=""
oCMenu.level[2].align="right" 
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0

oCMenu.level[2].borderX=1 
oCMenu.level[2].borderY=1
oCMenu.level[2].rows=0
oCMenu.level[2].align="right"

// SUB LEVEL[3] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[3]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[3].width=oCMenu.level[2].width-2
oCMenu.level[3].height=18
 if (document.all)
 {
     
	oCMenu.level[3].regClass="clLevel3"
	oCMenu.level[3].overClass="clLevel3over"
	oCMenu.level[3].borderClass="clLevel3border"
  }
  else if (document.layers)
  {
     
  	oCMenu.level[3].regClass="clLevel33"
	oCMenu.level[3].overClass="clLevel33over"
	oCMenu.level[3].borderClass="clLevel33border"
  }  

oCMenu.level[3].style=""
oCMenu.level[3].align="right" 
oCMenu.level[3].offsetX=0
oCMenu.level[3].offsetY=0

oCMenu.level[3].borderX=1 
oCMenu.level[3].borderY=1
oCMenu.level[3].rows=0
oCMenu.level[3].align="right"
/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
oCMenu.makeMenu('top0','','Directorate','','',166,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top1','','Circulars & Memos','','',166,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top2','','Downloads','','',166,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top15','','Tenders','tender.asp','main1',166,0,"","",'','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top16','','Particulars of SPIO / ASPIO ','','main1',166,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top3','','Budget Speech','','main1',166,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top4','','Budget Publications','','main1',166,0,"","",'','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top5','','Budget Allocations','','',166,0,"","",'','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top8','','Finance Group Jurisdictions','0_group.htm','main1',166,0,"","",'','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top10','','E-Governance Initiatives','','',166,0,"","",'','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top6','','List of DDOs','ddo_list.htm','main1',166,0,"","",'','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top7','','Assembly Questions','','',166,0,"","",'','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top9','','State Govt. Holidays','0_holidays.htm','',166,0,"","",'','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top11','','Related Links','','',166,0,"","",'','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top12','','Photo Gallery','','',166,0,"","",'','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top13','','Glossary','0_glossary.htm','main1',166,0,"","",'','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top14','','Site Administration','loginform.asp','main1',166,0,"","",'','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top25','','Direct Contact to Writers PBX','pbx_new.htm','main1',166,0,"","",'','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top26','','Right to Information Act ','0_RTI.htm','main1',166,0,"","",'','','','','','','mtStatusBar();','')
oCMenu.makeMenu('top27','','Reports & Publications','','main1',166,0,"","",'','','','','','','mtStatusBar();','')



oCMenu.makeMenu('sub00','top0','Commercial Tax','0_comtax.htm','main1',190,0,'','','','','','','','','mtStatusBar();','')
//oCMenu.makeMenu('sub01','top0','Registration & Stamp Revenue','0_stamp.htm','main1',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub01','top0','Registration & Stamp Revenue','','',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub0S1','sub01','About the Directorate of Registration & Stamp Revenue','0_stamp.htm','main1',350,0,'','','','','','','','','mtStatusBar();','')

oCMenu.makeMenu('sub0S2','sub01','Importent Gazette Notification of the Directorate','0_stamp1.htm','main1',350,0,'','','','','','','','','mtStatusBar();','')


oCMenu.makeMenu('sub02','top0','Small Savings','','',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub03','top0','Internal Audit Branch','0_audit.htm','main1',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub04','top0','Treasuries & Accounts','0_treasury.htm','main1',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub05','top0','Agricultural Income Tax','0_agritax.htm','main1',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub06','top0','Pension, Provident Fund & Group','0_pension.htm','main1',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub07','top0','State Lotteries','0_lotteries.htm','main1',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub08','top0','Electricity Duty','0_electricity.htm','main1',190,0,'','','','','','','','','mtStatusBar();','')

//oCMenu.makeMenu('sub10','top1','Revenue','0_cir_revenue.htm','main1',110,0,'','','','','','','','','mtStatusBar();','')
//oCMenu.makeMenu('sub11','top1','Audit','0_cir_audit.htm','main1',110,0,'','','','','','','','','mtStatusBar();','')
//oCMenu.makeMenu('sub12','top1','Service Matters','0_cir_service.htm','main1',110,0,'','','','','','','','','mtStatusBar();','')
//oCMenu.makeMenu('sub13','top1','Budget','0_cir_budget.htm','main1',110,0,'','','','','','','','','mtStatusBar();','')
//oCMenu.makeMenu('sub14','top1','Pension','0_cir_pension.htm','main1',110,0,'','','','','','','','','mtStatusBar();','')

oCMenu.makeMenu('cir3','top1','Archive','archive.asp','main1',110,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('cir5','top1','Audit','audit.asp','main1',110,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('cir4','top1','Budget','budget.asp','main1',110,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('cir9','top1','Miscellaneous','misc.asp','main1',110,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('cir2','top1','Pension','pension.asp','main1',110,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('cir1','top1','Recent','recent.asp','main1',110,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('cir7','top1','Revenue','revenue.asp','main1',110,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('cir8','top1','Service Matter','service.asp','main1',110,0,'','','','','','','','','mtStatusBar();','')


oCMenu.makeMenu('down00','top2','W.B. Finance Act 2005','fbill.doc','_blank',240,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('down01','top2','W.B. VAT Rules 2005','','',240,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('down02','top2','W.B. Judicial Service (ROPA) Rules,2003','down/WBJS.doc','_blank',240,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('down03','top2','White Paper on State-Level VAT','down/vat05-d2.pdf','_blank',240,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('down04','top2','State DA Ready Reckoner April 2005','down/DA.xls','_blank',240,0,'','','','','','','','','mtStatusBar();','')

oCMenu.makeMenu('down22','top16','Secretariat','RSecret.htm','main1',80,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('down23','top16','Directorate','RDirect.htm','main1',80,0,'','','','','','','','','mtStatusBar();','')


oCMenu.makeMenu('vat01','down01','Chapter-I','Sales Tax Chapters/Chapter I.pdf','_blank',100,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('vat02','down01','Chapter-II','Sales Tax Chapters/Chapter II.pdf','_blank',100,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('vat03','down01','Chapter-III','Sales Tax Chapters/Chapter III.pdf','_blank',100,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('vat04','down01','Chapter-IV','Sales Tax Chapters/Chapter IV.pdf','_blank',100,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('vat05','down01','Chapter-V','Sales Tax Chapters/Chapter V.pdf','_blank',100,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('vat06','down01','Chapter-VI','Sales Tax Chapters/Chapter VI.pdf','_blank',100,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('vat07','down01','Chapter-VII','Sales Tax Chapters/Chapter VII.pdf','_blank',100,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('vat08','down01','Chapter-VIII','Sales Tax Chapters/Chapter VIII.pdf','_blank',100,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('vat09','down01','Chapter-IX','Sales Tax Chapters/Chapter IX.pdf','_blank',100,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('vat10','down01','Chapter-X','Sales Tax Chapters/Chapter X.pdf','_blank',100,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('vat11','down01','Chapter-XI','Sales Tax Chapters/Chapter XI.pdf','_blank',100,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('vat12','down01','Chapter-XII','Sales Tax Chapters/Chapter XII.pdf','_blank',100,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('vat13','down01','Chapter-XIII','Sales Tax Chapters/Chapter XIII.pdf','_blank',100,0,'','','','','','','','','mtStatusBar();','')

oCMenu.makeMenu('sub3000','top3','2009 - 2010','','',100,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('subb30001','sub3000','Bengali','BudgetSpeech2009_BNG.pdf','_blank',70,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('subb30002','sub3000','English','BudgetSpeech2009_ENG.pdf','_blank',70,0,'','','','','','','','','mtStatusBar();','')


oCMenu.makeMenu('sub300','top3','2008 - 2009','','',100,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('subb3001','sub300','Bengali','bud/Bengali_2008.pdf','_blank',70,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('subb3002','sub300','English','bud/English_2008.pdf','_blank',70,0,'','','','','','','','','mtStatusBar();','')


oCMenu.makeMenu('sub30','top3','2007 - 2008','','',100,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('subb301','sub30','Bengali','bud/Bengali_2007.pdf','_blank',70,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('subb302','sub30','English','bud/English_2007.pdf','_blank',70,0,'','','','','','','','','mtStatusBar();','')

oCMenu.makeMenu('sub31','top3','2006 - 2007','','',100,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('subb311','sub31','Bengali','bud/Bengali_2006.pdf','_blank',70,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('subb312','sub31','English','bud/English_2006.pdf','_blank',70,0,'','','','','','','','','mtStatusBar();','')

oCMenu.makeMenu('sub32','top3','2005 - 2006','','',100,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('subb321','sub32','Bengali','bud/Bengali.pdf','_blank',70,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('subb322','sub32','English','bud/English.pdf','_blank',70,0,'','','','','','','','','mtStatusBar();','')


oCMenu.makeMenu('sub44','top4','2009-2010','0_budpub2009.htm','main1',70,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub43','top4','2008-2009','0_budpub2008.htm','main1',70,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub40','top4','2007-2008','0_budpub2007.htm','main1',70,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub41','top4','2006-2007','0_budpub2006.htm','main1',70,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub42','top4','2005-2006','0_budpub2005.htm','main1',70,0,'','','','','','','','','mtStatusBar();','')

oCMenu.makeMenu('egov1','top10','Commercial Tax','it_comtax.htm','main1',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('egov2','top10','Registration & Stamp Revenue','it_regis.htm','main1',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('egov3','top10','Treasuries & Accounts','it_treasury.htm','',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('egov4','top10','Pension','it_pension.htm','main1',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('egov5','top10','Budget Branch','it_budget.htm','main1',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('egov6','top10','Small Savings','','main1',190,0,'','','','','','','','','mtStatusBar();','')

oCMenu.makeMenu('sub011','top11','Ministry of Finance, GOI','http://www.finmin.nic.in','_blank',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub111','top11','Reserve Bank of India','http://www.rbi.org.in','_blank',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub211','top11','Controller General of Accounts','http://www.cga.nic.in','_blank',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub311','top11','Controller & Auditor General','http://www.cag.nic.in','_blank',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub411','top11','Banks','http://www.finmin.nic.in/related_links/banks/index.html','_blank',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub511','top11','Insurance','http://www.finmin.nic.in/related_links/insurance/index.html','_blank',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub611','top11','Direct Taxes','http://incometaxindia.gov.in/','_blank',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub711','top11','Department of Expenditure, GOI','http://www.finmin.nic.in/the_ministry/dept_expenditure/index.html','_blank',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub811','top11','Department of Revenue, GOI','http://www.finmin.nic.in/the_ministry/dept_revenue/index.html','_blank',190,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('sub911','top11','Govt. of India Directory','http://goidirectory.nic.in','_blank',190,0,'','','','','','','','','mtStatusBar();','')

oCMenu.makeMenu('pic1','top12','Budget Session','0_photo2.htm','',140,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('pic2','top12','MOU with SBI','0_photo3.htm','',140,0,'','','','','','','','','mtStatusBar();','')
oCMenu.makeMenu('pic3','top12','Website Inaugeration','0_photo1.htm','',140,0,'','','','','','','','','mtStatusBar();','')


//Leave this line - it constructs the menu
oCMenu.construct()		


 /*===================================*/
