

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_image0    = "img/bullet_green.gif"
	this.rel_icon_rollover0 = "img/bullet_red.gif"
	this.rel_icon_image_wh0 = "12,8"

	this.rel_icon_image1    = "img/arrow_green_down.gif"
	this.rel_icon_rollover1 = "img/arrow_red_down.gif"
	this.rel_icon_image_wh1 = "13,8"
	
    this.rel_icon_image2    = "img/bullet_gray.gif"
	this.rel_icon_rollover2 = "img/bullet_gray.gif"
	this.rel_icon_image_wh2 = "12,8"


    //Absolute positioned icon images (coordinate positioned - relative to 
    //right top corner of the menu item displaying the icon.)

	this.abs_icon_image0    = "img/arrow_red_right.gif"
	this.abs_icon_rollover0 = "img/arrow_green_right.gif"
	this.abs_icon_image_wh0 = "8,10"
	this.abs_icon_image_xy0 = "-9,5"



/*---------------------------------------------
Pointers & Dividers
---------------------------------------------*/


//Pointers are optional, specific settings override the default pointer.
//The x and y offset of each pointer image is relative to the upper left
//corner of the menu group using the pointer.



    //Pointer Settings

	this.pointer_image_main    = "img/slider.gif"
	this.pointer_image_wh_main = "12,4"
	this.pointer_image_xy_main = "-5,0"
 if(navigator.appVersion.indexOf("MSIE")>-1) this.pointer_image_xy_main = "-7,0"
	
	this.pointer_image    = "img/arrow_red_right.gif"
	this.pointer_image_wh = "8,10"			     //width and height of pointer image
	this.pointer_image_xy = "-9,0"			     //x and y offset of pointer image

	this.pointer_image1_1 = "img/arrow_red_left.gif"
	this.pointer_image_wh1_1 = "8,10"
	this.pointer_image_xy1_1 = "75,0"
	
	this.pointer_image2_2 = "img/arrow_red_left.gif"
	this.pointer_image_wh2_2 = "8,10"
	this.pointer_image_xy2_2 = "100,0"

	this.pointer_imageX    = "img/XXX.gif"
	this.pointer_image_whX_X = "8,10"
	this.pointer_image_xyX_X = "122,0"




    //Divider Settings

	this.use_divider_caps = false	//cap the top and bottom of each menu group
	this.divider_width = 0			//applies to horizontal menus only
	this.divider_height = 0			//applies to vertical menus only

	

    //available specific settings

	this.use_divider_capsX_X = false
	this.divider_widthX = 20
	this.divider_heightX = 20	

	this.pointer_imageX = "img/arrow.gif"
	this.pointer_image_whX = "13,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 = true		//applies to main group only
	
	this.menu_width = 200				//applies to vertical menus
	this.menu_width_items = 99			//applies to items in a horizontal menu



   //Padding Values
  
	
	this.menu_padding_main = "4,0,4,0"		//top, right, bottom, left
	this.menu_padding_sub = "4,6,4,6"

	this.item_padding_main = "2,5,2,5"
	this.item_padding_sub = "2,5,2,0"
	
		

   //Border Sizing


	this.menu_border_main = 0
	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 = "Главная"
this.icon_rel0 = 0
this.url0 = "../index.html"	

this.item1 = "ЦМП Радуга"
this.icon_rel1 = 1
this.url1 = "../raduga.html"	
	
this.item2 = "Аксессуары"
this.icon_rel2 = 1
this.url2 = "../komplekt.html"
	
this.item3 = "Поддержка"
this.icon_rel3 = 1
this.url3 = "../support.html"
	
this.item4 = "Прайс-лист"
this.icon_rel4 = 1
this.url4 = "../price.html"
	
this.item5 = "Литература"
this.icon_rel5 = 1
this.url5 = "../books.html"

this.item6 = "Фото-Видео"
this.icon_rel6 = 1
this.url6 = "../foto.html"        

this.item7 = "Контакты"
this.icon_rel7 = 1
this.url7 = "../contact.html"
	
this.item8 = "БИСС-49"
this.icon_rel8 = 1
this.url8 = "../biss-49.html"

this.item9 = "Барахолка"
this.icon_rel9 = 1
this.url9 = "../barahlo.html"
		
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

// ========== Menu "Главная" ========== 

this.menu_xy0 = "-100,19"
this.menu_width0 = 80

this.item0_0 = "Форум"
 
this.icon_rel0_0 = 0  

this.url0_0 = 'http://colormusic.forum24.ru' 

// ========== Menu "Радуга" ========== 
	
this.menu_xy1 = "-100,19"
this.menu_width1 = 120
        
this.item1_0 = "Параметры"
this.item1_1 = "Модификации"
this.item1_2 = "Со всех сторон"
this.item1_3 = "Узлы и блоки"
this.item1_4 = "Моддинг"
	
this.icon_abs1_1 = 0
this.icon_rel1_0 = 0
this.icon_rel1_1 = 0
this.icon_rel1_2 = 0
this.icon_rel1_3 = 2
this.icon_rel1_4 = 2
	
this.url1_0 = '../raduga.html'
this.url1_1 = '../raduga_2.html'
this.url1_2 = '../raduga_3.html'
this.url1_3 = '../under_constr.html'
this.url1_4 = '../under_constr.html'
  
// ---------- Sub Menu "Радуга" - Модификации  ---------- 
        
this.menu_xy1_1 = "2,-1"
this.menu_width1_1 = 90

this.item1_1_0 = "Радуга-L"
this.item1_1_1 = "Радуга-S"
this.item1_1_2 = "Радуга-P"
this.item1_1_3 = "Радуга-F"
this.item1_1_4 = "Радуга-T"
this.item1_1_5 = "Радуга-X"

this.icon_rel1_1_0 = 0
this.icon_rel1_1_1 = 0
this.icon_rel1_1_2 = 0
this.icon_rel1_1_3 = 0
this.icon_rel1_1_4 = 0
this.icon_rel1_1_5 = 0

this.url1_1_0 = '../raduga_2.html#l'
this.url1_1_1 = '../raduga_2.html#s'
this.url1_1_2 = '../raduga_2.html#p'
this.url1_1_3 = '../raduga_2.html#f'
this.url1_1_4 = '../raduga_2.html#t'
this.url1_1_5 = '../raduga_2.html#x'

// ========== Menu "Аксессуары"  ========== 

this.menu_xy2 = "-100,19"
this.menu_width2 = 120
	
this.item2_0 = "Лампы"
this.item2_1 = "Наборы ламп"
this.item2_2 = "Светильники"
this.item2_3 = "Кабели"
this.item2_4 = "Провода"

this.icon_rel2_0 = 0
this.icon_rel2_1 = 0
this.icon_rel2_2 = 0
this.icon_rel2_3 = 0
this.icon_rel2_4 = 0

this.icon_abs2_2 = 0

this.url2_0 = '../komplekt.html#l'
this.url2_1 = '../komplekt.html#n'
this.url2_2 = '../komplekt.html#s'
this.url2_3 = '../komplekt.html#k'
this.url2_4 = '../komplekt.html#p'

// ---------- Sub Menu "Аксессуары" - Светильники  ---------- 

this.menu_xy2_2 = "2,-1"
this.menu_width2_2 = 115

this.item2_2_0 = "Вариант - &quot;H&quot;"
this.item2_2_1 = "Вариант - &quot;S&quot;"
this.item2_2_2 = "Вариант - &quot;L&quot;"
this.item2_2_3 = "IP 20-что это?"
  
this.icon_rel2_2_0 = 0
this.icon_rel2_2_1 = 0
this.icon_rel2_2_2 = 0
this.icon_rel2_2_3 = 0
 
this.url2_2   = '../komplekt.html#s'
this.url2_2_0 = '../komplekt.html#h1b'
this.url2_2_1 = '../komplekt.html#s11'
this.url2_2_2 = '../komplekt.html#sl'
this.url2_2_3 = '../komplekt_2.html'  

// ========== Menu "Поддержка"  ========== 

this.menu_xy3 = "-100,19"
this.menu_width3 = 120

this.item3_0 = "Гарантия"
this.item3_1 = "Ремонт"
this.item3_2 = "Модернизация"
this.item3_3 = "Моддинг"
this.item3_4 = "Статистика"
this.item3_5 = "Инструкции"
this.item3_6 = "Вопрос-ответ"
this.item3_7 = "Форум"

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.url3_0 = '../support.html#g'
this.url3_1 = '../support.html#r'
this.url3_2 = '../support.html#u'
this.url3_3 = '../support.html#m'
this.url3_4 = '../support.html#s'
this.url3_5 = '../support.html#i'
this.url3_6 = '../support_2.html'
this.url3_7 = 'http://colormusic.forum24.ru'
	
// ========== Menu "Прайс-лист" ========== 

this.menu_xy4 = "-100,19"
this.menu_width4 = 110

this.item4_0 = "Услуги"
this.item4_1 = "Скидки"
this.item4_2 = "RSK расчет"
this.item4_3 = "ЦМП Радуга"
this.item4_4 = "Лампы"
this.item4_5 = "Наборы ламп"
this.item4_6 = "Светильники"
this.item4_7 = "Кабели"
this.item4_8 = "Провода"
this.item4_9 = "БИСС-49"
this.item4_10 = "Барахолка"

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 = '../price.html#d'
this.url4_1 = '../price.html#s'
this.url4_2 = '../price.html#a'
this.url4_3 = '../price.html#r'
this.url4_4 = '../price.html#l'
this.url4_5 = '../price.html#n'
this.url4_6 = '../price.html#w'
this.url4_7 = '../price.html#k'
this.url4_8 = '../price.html#p'
this.url4_9 = '../price.html#I'
this.url4_10 = '../price.html#b'

// ========== Menu "Литература" ========== 

this.menu_xy5 = "-100,19"
this.menu_width5 = 80
	
this.item5_0 = "Книги"
this.item5_1 = "Статьи"
this.item5_2 = "Схемы"
this.item5_3 = "Юмор"

this.icon_rel5_0 = 0
this.icon_rel5_1 = 0
this.icon_rel5_2 = 2
this.icon_rel5_3 = 0

this.url5_0 = '../books.html'
this.url5_1 = '../books_2.html'
this.url5_2 = '../under_constr.html'
this.url5_3 = '../humor.html'

// ========== Menu "Фото-Видео" ========== 

this.menu_xy6 = "-100,19"
this.menu_width6 = 80

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 = '../foto.html'
this.url6_1 = '../video.html'
this.url6_2 = '../museum.html'

// ========== Menu "Контакты" ========== 

this.menu_xy7 = "-100,19"
this.menu_width7 = 130
	
this.item7_0 = "Наши контакты"
this.item7_1 = "Сделать заказ"
this.item7_2 = "Получить заказ"
this.item7_3 = "Как нас найти"
this.item7_4 = "Схема проезда"
this.item7_5 = "Оценка посылки"
this.item7_6 = "Поиск посылки"

this.icon_rel7_0 = 0
this.icon_rel7_1 = 0
this.icon_rel7_2 = 0
this.icon_rel7_3 = 0
this.icon_rel7_4 = 0
this.icon_rel7_5 = 0
this.icon_rel7_6 = 0

this.url7_0 = '../contact.html#contact'
this.url7_1 = '../contact.html#zakaz'
this.url7_2 = '../contact.html#give'
this.url7_3 = '../contact.html#find'
this.url7_4 = '../contact_map.html'
this.url7_5 = '../contact.html#value'
this.url7_6 = '../control.html'

// ========== Menu "БИСС-49" ========== 

this.menu_xy8 = "-100,19"
this.menu_width8 = 100
	
this.item8_0 = "Параметры"
this.item8_1 = "Описание"

this.icon_rel8_0 = 0
this.icon_rel8_1 = 0

this.url8_0 = '../biss-49.html'
this.url8_1 = '../biss-49_2.html'

// ========== Menu "Барахолка" ========== 

this.menu_xy9 = "-100,19"
this.menu_width9 = 90
	
this.item9_0 = "Товары"
this.item9_1 = "Правила"

this.icon_rel9_0 = 0
this.icon_rel9_1 = 0

this.url9_0 = '../barahlo.html'
this.url9_1 = '../barahlo_rules.html'	


}///////////////////////// END Menu Data /////////////////////////////////////////
