function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

	Menu 0 - General Settings and Menu Structure

	**See the menu_styles.css file for additional customization options**

***********************************************************************************************/



/*---------------------------------------------
Icon Images
---------------------------------------------*/

//Define two types of unlimited icon images below, associate any image
//with any item using both the 'icon_rel' and 'icon_abs' parameter in the
//sub menu structure section (set to the index number of the icon image)


    //Relative positioned icon images (flow with main menu or sub item text)

	

	this.rel_icon_image1 = "images/arrow1.gif"
	this.rel_icon_rollover1 = "images/arrow1.gif"
	this.rel_icon_image_wh1 = "11,11"
	


	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width =3		//applies to horizontal menus only
	this.divider_height = 3			//applies to vertical menus only

	

    //available specific settings

	this.use_divider_capsX_X = true
	this.divider_widthX = 45
	this.divider_heightX = 45	

	this.pointer_imageX = ""
	this.pointer_image_whX = "10,10"
	this.pointer_image_xyX = "10,10"



/*---------------------------------------------
Menu Orientation and Dimensions
---------------------------------------------*/

   //All values below are defined in pixel units.  Only the 
   //width of items and menu groups may be defined, heights 
   //are automatically determined by the font size and padding
   //values below.  See the menu_styles.css file for additional
   //border color and style settings.


	this.is_horizontal = false			//applies to all menu groups
	this.is_horizontal_main = false 			//applies to main group only

	
	this.menu_width =185	//applies to vertical menus
	this.menu_width_items = 185		//applies to items in a horizontal menu



   //Padding Values
  
	
	this.menu_padding_main = "2,0,2,0"		//top, right, bottom, left
	this.menu_padding_sub = "2,0,2,0"

	this.item_padding_main = "2,0,2,0"
	this.item_padding_sub = "0,0,0,0"
	
		

   //Border Sizing


	this.menu_border_main = 0
	this.menu_border_sub = 0

	this.item_border_main = 0
	this.item_border_sub = 0



   //Specific Item Setting Examples (change 'X' to appropriate index value)
	

this.is_horizontalX = true
	
	this.menu_widthX = 200
	this.menu_width_itemsX = 100
	this.menu_width_itemX_X = 100

	this.menu_padding_subX = "10,5,10,5"
	this.item_padding_mainX = "10,5,10,5"
	this.item_padding_subX_X = "10,5,10,5"

	this.menu_border_subX = 1
	this.item_border_mainX = 1
	this.item_border_subX_X = 1



/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/


	this.show_menu = ""
	this.hide_menu = ""
	

 //available specific settings


	//this.show_menuX = "alert('show id')"
	//this.hide_menuX = "alert('hide id')"
	

	//use the following to execute a JavaScript statement for any menu item
	//change 'X' below, to the menu items index number.
	
	//this.clickX = "alert('Sample Click Code - Exposed Menu Event')"
	


/*------------------------------------------------
Browser Workarounds
-------------------------------------------------*/


   //Opera 5 & 6 - alternate HTML display (Opera 7 displays menu 100%)

	this.opera_old_display_html = "Please update your opera browser.";



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0

	
	this.item0 = "Revenue Analysis"
	this.icon_rel0 = 1
	this.url0 = "revenue.html"	

	this.item1 = "List of Holidays"
	this.icon_rel1 = 1
	this.url1 = "holiday.htm"	
	
	
	this.item2 = "Disclaimer"
	this.icon_rel2 = 1
	this.url2 = "disclaimer.htm"

	this.item3 = "Other Links"
	this.icon_rel3 = 1
	this.url3 = "other.htm"

	this.item4 = "List of Banks"
	this.icon_rel4 = 1
	this.url4 = "LoB.htm"

	this.item5 = "What's New"
	this.icon_rel5 = 1
	this.url5 = "http://59.95.246.78/sevaabd/news.htm"
	
	this.item6 = "List of Defaulters"
	this.icon_rel6 = 1
	this.url6 = "defualterlist.html"

	this.item7 = "New ST3"
	this.icon_rel7 = 1
	this.url7 = "formST3.html"

        this.item8 = "Where to Register"
        this.icon_rel8 = 1
        this.url8 = "whereto.html" 


        this.item9 = "Know your Regn Status"
        this.icon_rel9 = 1
        this.url9 = "http://59.95.248.74:8000/st/STRegStatus.jsp" 

        this.item10 = "Latest News"
        this.icon_rel10 = 1
        this.url10 = "whatsnew.html"



    

}///////////////////////// END Menu Data /////////////////////////////////////////

