function cdd_menu0()
{
//Relative positioned icon images (flow with main menu or sub item text)

	this.rel_icon_image0 = "data/pics/design/pavasaris/arrow-green.gif"
	this.rel_icon_rollover0 = "data/pics/design/pavasaris/arrow-green-hl.gif"
	this.rel_icon_image_wh0 = "10,15"

//Absolute positioned icon images (coordinate positioned - relative to 
//right top corner of the menu item displaying the icon.)

	//this.abs_icon_image0 = "t-pics/arrow.gif"
	//this.abs_icon_rollover0 = "t-pics/arrow.gif"
	//this.abs_icon_image_wh0 = "13,10"
	//this.abs_icon_image_xy0 = "-20,13"

/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = true		//cap the top and bottom of each menu group
	this.divider_width = 1			//applies to horizontal menus only
	this.divider_height = 0			//applies to vertical menus only

//available specific settings

	this.use_divider_capsX = true

/*---------------------------------------------
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 = 160				//applies to vertical menus
	this.menu_width_items = 160			//applies to items in a horizontal menu

//Padding Values

	this.menu_padding_main = "1,2,1,2"		//top, right, bottom, left
	this.menu_padding_sub = "1,2,1,2"

	this.item_padding_main = "1,2,1,2"
	this.item_padding_sub = "1,2,1,2"

//Border Sizing

	this.menu_border_main = 1
	this.menu_border_sub = 1

	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

/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/

//Use the following section to optionally associate menu groups 
//and menu items with existing CSS classes from your site.



   //global class names

	//this.main_menu_class = "myclassname"
	//this.main_items_class = "myclassname"
	//this.main_items_rollover_class = "myclassname"

	//this.sub_menu_class = "myclassname"
	//this.sub_items_class = "myclassname"
	//this.sub_items_rollover_class = "myclassname"


   //specific menu items

	//this.item_classX_X = "myclassname"
	//this.item_rollover_classX_X = "myclassname"



/*---------------------------------------------
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 = "Home"
	this.icon_rel0 = 0
	this.url0 = "item.php"	

	this.item1 = "About us"
	this.icon_rel1 = 0
	
	this.item2 = "Faculties"
	this.icon_rel2 = 0
	
	this.item3 = "Departments"
	this.icon_rel3 = 0

	this.item4 = "Laboratories"
	this.icon_rel4 = 0

	this.item5 = "Library"
	this.icon_rel5 = 0
	this.url5 = "item.php?id=125"

	this.item6 = "International Relations"
	this.icon_rel6 = 0
	this.url6 = "http://trs.lva.lt/en"

	this.item7 = "Student Office"
	this.icon_rel7 = 0
	this.url7 = "item.php?id=135"

/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/
//Sub Menu 1 - apie mus
	
	this.menu_xy1 = "-60,-10"
	this.menu_width1 = 220
        
	this.item1_0 = "Campus scheme"
	this.item1_1 = "Contacts"
	this.item1_2 = "Brief history"
	this.item1_3 = "Rectors"
	this.item1_4 = "Honorary doctors and patrons"	

	this.icon_rel1_0 = 0
	this.icon_rel1_1 = 0
	this.icon_rel1_3 = 0
	this.icon_rel1_2 = 0
	this.icon_rel1_4 = 0

	this.url1_0 = 'item.php?id=10'
	this.url1_1 = 'addr.php'
	this.url1_2 = 'item.php?id=15'
	this.url1_3 = 'item.php?id=20'
	this.url1_4 = 'item.php?id=25'

//Sub Menu 2 - fakultetai
	
	this.menu_xy2 = "-60,-15"
	this.menu_width2 = 220
       
	this.item2_0 = "Veterinary Medicine"
	this.item2_1 = "Animal Husbandry Technology"

	this.icon_rel2_0 = 0
	this.icon_rel2_1 = 0

	this.url2_0 = "item.php?id=35"
	this.url2_1 = "item.php?id=30"

//Sub Menu 3 - katedros

	this.menu_xy3 = "-60, -100"
	this.menu_width3 = 220
	
	this.item3_0 = "Anatomy and Physiology"
	this.item3_1 = "Animal Science"
	this.item3_2 = "Animal Nutrition"
	this.item3_3 = "Biological Chemistry"
	this.item3_4 = "Food Safety and Animal Hygiene"
	this.item3_5 = "Infectious Diseases"
	this.item3_6 = "Languages"
	this.item3_7 = "Non-Infectious Diseases"
	this.item3_8 = "Physical Training"	
	this.item3_9 = "Social Sciences and Informatics"
	this.item3_10 = "Animal Breeding and Genetics"
	
	this.icon_rel3_0 = 0
	this.icon_rel3_1 = 0
	this.icon_rel3_2 = 0
	this.icon_rel3_3 = 0
	this.icon_rel3_4 = 0
	this.icon_rel3_5 = 0
	this.icon_rel3_6 = 0
	this.icon_rel3_7 = 0
	this.icon_rel3_8 = 0
	this.icon_rel3_9 = 0
	this.icon_rel3_10 = 0

	this.url3_0 = 'item.php?id=40'
	this.url3_1 = 'item.php?id=45'
	this.url3_2 = 'item.php?id=50'
	this.url3_3 = 'item.php?id=55'
	this.url3_4 = 'item.php?id=60'
	this.url3_5 = 'item.php?id=65'
	this.url3_6 = 'item.php?id=70'
	this.url3_7 = 'item.php?id=75'
	this.url3_8 = 'item.php?id=80'
	this.url3_9 = 'item.php?id=85'
	this.url3_10 = 'item.php?id=86'

//Sub Menu 4 - laboratorijos

	this.menu_xy4 = "-60,-80"
	this.menu_width4 = 220

	this.item4_0 = "Animal Reproduction"
	this.item4_1 = "Digestive Physiology and Pathology Centre"
	this.item4_2 = "Expermental and Clinical Pharmacology"
	this.item4_3 = "Immunology"
	this.item4_4 = "Meat Characteristics and Quality Assessment"
	this.item4_5 = "Osteological"
	this.item4_6 = "Poultry Feed and Poultry Products"
	this.item4_7 = "Genetic Evaluation and Selection of Animal"
	this.item4_8 = "Animal (Carcasses) Raw Meat Quality Evaluation"
	this.item4_9 = "K. Janušauskas of Animal Genetics"
	this.item4_10 = "Animal Welfare"


	this.icon_rel4_0 = 0
	this.icon_rel4_1 = 0
	this.icon_rel4_2 = 0
	this.icon_rel4_3 = 0
	this.icon_rel4_4 = 0
	this.icon_rel4_5 = 0
	this.icon_rel4_6 = 0
	this.icon_rel4_7 = 0
	this.icon_rel4_8 = 0
	this.icon_rel4_9 = 0 
  this.icon_rel4_10 = 0 	

	this.url4_0 = 'item.php?id=90'
	this.url4_1 = 'item.php?id=95'
	this.url4_2 = 'item.php?id=100'
	this.url4_3 = 'item.php?id=105'
	this.url4_4 = 'item.php?id=110'
	this.url4_5 = 'item.php?id=115'
	this.url4_6 = 'item.php?id=120'
	this.url4_7 = 'item.php?id=121'
	this.url4_8 = 'item.php?id=122'
	this.url4_9 = 'item.php?id=123'
  this.url4_10 = 'item.php?id=124'	

}
