//**** DHTML Web Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****


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
---------------------------------------------*/



    //Relative positioned icon images (flow with main menu or sub item text)

	this.rel_icon_image0 = "../sample_images/bullet.gif"
	this.rel_icon_rollover0 = "../sample_images/bullet_hl.gif"
	this.rel_icon_image_wh0 = "13,8"
	 
	


    //Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "../sample_images/sample5_bullet.gif"
	this.abs_icon_rollover0 = "../sample_images/sample5_bullet_hl.gif"
	this.abs_icon_image_wh0 = "17,13"
	this.abs_icon_image_xy0 = "-20,2"
	 




/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 1			//applies to horizontal menus only
	this.divider_height = 2			//applies to vertical menus only


    //available specific settings

	this.use_divider_capsX_X = 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 = 190				//applies to vertical menus
	this.menu_width_items = 120			//applies to items in a horizontal menu
	this.menu_width_item0_4 = 140			//applies to items in a horizontal menu



   //Padding Values
  

	this.menu_padding_main = "0,0,0,0"		//top, right, bottom, left
	this.menu_padding_sub = "0,0,0,0"

	this.item_padding_main = "2,5,2,5"
	this.item_padding_sub = "2,5,2,5"

	

   //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 = "5,5,5,5"
	this.item_padding_mainX = "5,5,5,5"
	this.item_padding_subX_X = "5,5,5,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 sections 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')";
	//this.clickX = "alert('execute custom click item code')"



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0

	
	this.item0 = "Стихи"
	this.icon_rel0 = 0
	this.icon_abs0 = 0
	 	
	this.item1 = "Сказки"
	this.icon_rel1 = 0
	this.url1 = '../Tales.shtml'
	
	this.item2 = "Песенки"
	this.icon_rel2 = 0
	this.icon_abs2 = 0
	 	
	this.item3 = "Азбука"
	this.icon_rel3 = 0
	this.url3 = '../Abc.shtml'
	
		
    this.item4 = "Игры"
	this.icon_rel4 = 0
	this.icon_abs4 = 0
	
	this.item5 = "Словарик"
	this.icon_rel5 = 0
	this.url5 = '../Vocabulary.shtml'

    this.item6 = "Отгадай-ка"
	this.icon_rel6 = 0
	this.icon_abs6 = 0	

	this.item7 = "Статьи"
	this.icon_rel7 = 0
	this.url7 = '../Articles1.shtml'


	this.item8 = "Советы"
	this.icon_rel8 = 0
	this.url8 = '../advice.shtml'

	this.item9 = "Объявления"
	this.icon_rel9 = 0
	this.icon_abs9 = 0

	this.item10 = "Книги"
	this.icon_rel10 = 0
	this.url10 = '../Books.shtml'

	this.item11 = "Download"
	this.icon_rel11 = 0
	this.url11 = '../Downloads.shtml'

	this.item12 = "Weekly lesson"
	this.icon_rel12 = 0
	this.url12 = '../weeklylesson.shtml'

	this.item13 = "Game of the day"
	this.icon_rel13 = 0
	this.url13 = '../gameoftheday.html'

	this.item14 = "Пословицы"
	this.icon_rel14 = 0
	this.icon_abs14 = 0
	this.url14 = '../proverbs.shtml'

	this.item15 = "Скороговорки"
	this.icon_rel15 = 0
	this.url15 = '../Tongue.shtml'

	this.item16 = "Веселые уроки"
	this.icon_rel16 = 0
	this.url16 = '../lessons.shtml'

	this.item17 = "Обо всем на свете"
	this.icon_rel17 = 0
	this.icon_abs17 = 0

        this.item18 = "Веселые картинки"
	this.icon_rel18 = 0
	this.url18 = '../cartoons.shtml'

	this.item19 = "Английские договорки"
	this.icon_rel19 = 0
	this.url19 = '../Dogovorki.shtml'

	this.item20 = "Let them sing it for you"
	this.icon_rel20 = 0
	this.url20 = '../sound1.shtml'
	
	this.item21 = "Тест"
	this.icon_rel21 = 0
	this.url21 = '../pronunciation.shtml'
	
	this.item22 = "Куда пойти учиться"
	this.icon_rel22 = 0
	this.url22 = '../study.shtml'
	
	this.item23 = "Международные проекты"
	this.icon_rel23 = 0
	this.url23 = '../project.shtml'

this.item24 = "Pen Friends Club"
	this.icon_rel24 = 0
	this.icon_abs24 = 0

	this.item25 = "Фотогалерея"
	this.icon_rel25 = 0
	this.url25 = '../foto2.shtml'

	this.item26 = "Интересные ссылки"
	this.icon_rel26 = 0
	this.url26 = '../Ref.shtml'

    this.item27 = "Полезное"
	this.icon_rel27 = 0
	this.icon_abs27 = 0

        this.item28 = "Награды"
	this.icon_rel28 = 0
	this.url28 = '../diplom.shtml'
	
	   this.item29 = "О сайте и о нас"
	this.icon_rel29 = 0
	this.url29 = '../aboutus.shtml'

	this.item30 = "Обмен ссылками"
	this.icon_rel30 = 0
	this.url30 = '../links.shtml'
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/


 //Sub Menu 0

	this.menu_xy0 = "-50,9"
	this.menu_width0 = 180
	this.item_class0_0 = "myclassname"
	this.item_rollover_class0_0 = "myclassname1"
	this.item_padding_sub0_0 = "0,0,0,0"
	 
	
	this.item0_1 = "Времена года"
	this.item0_2 = "Цвета"
	this.item0_3 = "Считалки"
	this.item0_4 = "Лимерики"
	this.item0_5 = "Food"	
	this.item0_6 = "Funny school poems"
	this.item0_7 = "Back to school"
	this.item0_8 = "О природе, людях и др."

        

	 
	this.icon_rel0_1 = 0
	this.icon_rel0_2 = 0
	this.icon_rel0_3 = 0
	this.icon_rel0_4 = 0
	this.icon_rel0_5 = 0
	this.icon_rel0_6 = 0
	this.icon_rel0_7 = 0
	this.icon_rel0_8 = 0

	

	this.url0_1 = '../Seasons.shtml'
	this.url0_2 = '../Colours.shtml'
	this.url0_3 = '../Jingles.shtml'
	this.url0_4 = '../limericks.shtml'
	this.url0_5 = '../food.shtml'
	this.url0_6 = '../Funnypoems.shtml'
	this.url0_7 = '../1september.shtml'
	this.url0_8 = '../Rhimes.shtml'


   //Sub Menu 1

	 
	this.menu_width1 = 0
	this.item1_0 = ""
	

   //Sub Menu 3
	
	this.menu_width2 = 0
	this.item2_0 = ""
 

   

   //Sub Menu 2

	this.menu_xy2 = "-50,9"
	this.menu_width2 = 170

	
	this.item2_0 = "Архив песен"
	this.item2_1 = "Christmas songs"
	this.item2_2 = "Другие"
	 

	this.icon_rel2_0 = 0
	this.icon_rel2_1 = 0
	this.icon_rel2_2 = 0
	 
	 
	this.url2_0 = '../archive.shtml'
	this.url2_1 = '../Xmassongs.shtml'
	this.url2_2 = '../Songs.shtml'



   //Sub Menu 4
this.menu_xy4 = "-50,9"
	this.menu_width4 = 170

	this.item4_0 = "Фольклорные игры"
	this.item4_1 = "Пальчиковые игры"
        this.item4_2 = "Дидактические игры"
	 

	this.icon_rel4_0 = 0
	this.icon_rel4_1 = 0
	this.icon_rel4_2 = 0
	 
	 

	this.url4_0 = '../game.shtml'
	this.url4_1 = '../fingerplays.shtml'
	this.url4_2 = '../game1.shtml'


//Sub Menu 5

	this.menu_width5 = 0
	this.item5_0 = "" 	 
	
//Sub Menu 6

	this.menu_xy6 = "-50,9"
	this.menu_width6 = 170

	this.item6_0 = "Загадки"
	this.item6_1 = "Шарады"
	this.item6_2 = "Гласные в пословицах" 

	this.icon_rel6_0 = 0
	this.icon_rel6_1 = 0
	this.icon_rel6_2 = 0 

	this.url6_0 = '../Guess.shtml'
	this.url6_1 = '../Charades.shtml'
	this.url6_2 = '../Proverb.shtml'



//Sub Menu 7

	this.menu_width7 = 0
	this.item7_0 = ""

//Sub Menu 8

	this.menu_width8 = 0
	this.item8_0 = ""

//Sub Menu 9

	this.menu_xy9 = "-50,9"
	this.menu_width9 = 170

	this.item9_0 = "Даю уроки"
	this.item9_1 = "Ищу"
        this.item9_2 = "Работа" 
	this.item9_3 = "Куплю, продам, обменяю" 
	this.item9_4 = "Прочее" 

	this.icon_rel9_0 = 0
	this.icon_rel9_1 = 0
	this.icon_rel9_2 = 0 
	this.icon_rel9_3 = 0 
	this.icon_rel9_4 = 0 

	this.url9_0 = 'http://englishforkids.ru/kmail.php'
	this.url9_1 = 'http://englishforkids.ru/kmail2.php'
	this.url9_2 = 'http://englishforkids.ru/job.shtml'
	this.url9_3 = 'http://englishforkids.ru/kmail4.php'
	this.url9_4 = 'http://englishforkids.ru/kmail3.php'


//Sub Menu 10

	this.menu_width10 = 0
	this.item10_0 = ""

//Sub Menu 11

	this.menu_width11 = 0
	this.item11_0 = ""

//Sub Menu 12

	this.menu_width12 = 0
	this.item12_0 = ""

//Sub Menu 13

	this.menu_width13 = 0
	this.item13_0 = ""

//Sub Menu 14

	this.menu_xy14 = "-50,9"
	this.menu_width14 = 160
	
	this.item14_0 = "Русские"
	this.item14_1 = "Английские"
	this.item14_2 = "Ирландские"
	this.item14_3 = "Немецкие"
	this.item14_4 = "Французские"

	this.icon_rel14_0 = 0
	this.icon_rel14_1 = 0
	this.icon_rel14_2 = 0
	this.icon_rel14_3 = 0
	this.icon_rel14_4 = 0

	this.url14_0 = '../proverbs.shtml'
	this.url14_1 = '../englishproverbs.shtml'
	this.url14_2 = '../irishproverbs.shtml'
	this.url14_3 = '../germanproverbs.shtml'
	this.url14_4 = '../frenchproverbs.shtml'

//Sub Menu 15

	this.menu_width15 = 0
	this.item15_0 = ""

//Sub Menu 16

	this.menu_width16 = 0
	this.item16_0 = ""

//Sub Menu 17

	this.menu_xy17= "-50,9"
	this.menu_width17 = 170

	this.item17_0 = "Истории обо всем"
	this.item17_1 = "История Англии для детей"
	 

	this.icon_rel17_0 = 0
	this.icon_rel17_1 = 0
	 
	 

	this.url17_0 = '../stories.shtml'
	this.url17_1 = '../Dickens1.shtml'


//Sub Menu 18

	this.menu_width18 = 0
	this.item18_0 = ""

//Sub Menu 19

	this.menu_width19 = 0
	this.item19_0 = ""

//Sub Menu 20

	this.menu_width20 = 0
	this.item20_0 = ""

//Sub Menu 21

	this.menu_width21 = 0
	this.item21_0 = ""

//Sub Menu 22

	this.menu_width22 = 0
	this.item22_0 = ""
	
//Sub Menu 23

	this.menu_width23 = 0
	this.item23_0 = ""

//Sub Menu 24

	this.menu_xy24= "-50,9"
	this.menu_width24 = 170

	this.item24_0 = "Russian"
	this.item24_1 = "English"
	this.item24_2 = "Cities and Countries of the World"
	 

	this.icon_rel24_0 = 0
	this.icon_rel24_1 = 0
	this.icon_rel24_2 = 0
	 
	 

	this.url24_0 = '../loginrus.shtml'
	this.url24_1 = '../login.shtml'
	this.url24_2 = '../cities.shtml'

//Sub Menu 25

	this.menu_width25 = 0
	this.item25_0 = ""

//Sub Menu 26

	this.menu_width26 = 0
	this.item26_0 = ""

//Sub Menu 27

	this.menu_xy27= "-50,9"
	this.menu_width27 = 170

	this.item27_3 = "отправить SMS(Beeline)"
	this.item27_2 = "погода"
	this.item27_0 = "новости CNN"
	this.item27_1 = "новости BBC"
	this.item27_4 = "мелодии для мобильных"
	this.item27_5 = "игры для мобильных"
	this.item27_6 = "картинки для мобильных"
	 

	this.icon_rel27_0 = 0
	this.icon_rel27_1 = 0
	this.icon_rel27_2 = 0
	this.icon_rel27_3 = 0 
	this.icon_rel27_4 = 0 
	this.icon_rel27_5 = 0 
	this.icon_rel27_6 = 0 

	this.url27_3 = '../smsbeeline.shtml'
	this.url27_4 = '../playphone/melodies/melodies.php' 
	this.url27_2 = '../weather.shtml'
	this.url27_0= '../newscnn.shtml'
	this.url27_1 = '../newsbbc.shtml'
	this.url27_5 = '../playphone/javagames/javagames.php' 
	this.url27_6 = '../playphone/images/images.php' 
	
//Sub Menu 28

	this.menu_width28 = 0
	this.item28_0 = ""
	
	//Sub Menu 29

	this.menu_width29 = 0
	this.item29_0 = ""
	
	//Sub Menu 30

	this.menu_width30 = 0
	this.item30_0 = ""

}///////////////////////// END Menu Data /////////////////////////////////////////


