

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_red.gif"
	this.rel_icon_rollover0 = "img/bullet_green.gif"
	this.rel_icon_image_wh0 = "12,8"

	this.rel_icon_image1    = "img/arrow_red_down.gif"
	this.rel_icon_rollover1 = "img/arrow_green_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_green_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_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 = 100			//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 = "../vitrina.html"	
	
this.item2 = "Прайс-лист"
this.icon_rel2 = 1
this.url2 = "../price.html"	

this.item3 = "Как купить"
this.icon_rel3 = 1
this.url3 = "../contact.html"

this.item4 = "Контакты"
this.icon_rel4 = 0
this.url4 = "../contacts.html"

this.item5 = "Поддержка"
this.icon_rel5 = 1
this.url5 = "../support.html"

this.item6 = "Фото-Видео"
this.icon_rel6 = 1
this.url6 = "../foto.html"	

this.item7 = "Литература"
this.icon_rel7 = 1
this.url7 = "../books.html"  
	
this.item8 = "Партнеры"
this.icon_rel8 = 1
this.url8 = "../glass.html"

this.item9 = "Разное"
this.icon_rel9 = 2
this.url9 = "../under_constr.html"
		
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

// ========== Menu "Товары" ========== 
	
this.menu_xy1 = "-100,19"
this.menu_width1 = 125

this.item1_0 = "Витрина"        
this.item1_1 = "ЦМП Радуга"
this.item1_2 = "Светильники"
this.item1_3 = "Лампы"
this.item1_4 = "Наборы ламп"
this.item1_5 = "Кабели"
this.item1_6 = "Тройники"
this.item1_7 = "Соединители"
this.item1_8 = "Провода"
this.item1_9 = "Стробоскопы"
this.item1_10 = "LED свечки"
this.item1_11 = "БИСС-49"
this.item1_12 = "Барахолка"

this.icon_abs1_1 = 0
this.icon_abs1_2 = 0
this.icon_abs1_3 = 0
this.icon_abs1_11 = 0
this.icon_abs1_12 = 0

this.icon_rel1_0 = 0
this.icon_rel1_1 = 0
this.icon_rel1_2 = 0
this.icon_rel1_3 = 0
this.icon_rel1_4 = 0
this.icon_rel1_5 = 0
this.icon_rel1_6 = 0
this.icon_rel1_7 = 0
this.icon_rel1_8 = 0
this.icon_rel1_9 = 0
this.icon_rel1_10 = 0
this.icon_rel1_11 = 0
this.icon_rel1_12 = 0

this.url1_0 = '../vitrina.html'	
this.url1_1 = '../raduga.html'
this.url1_2 = '../komplekt.html'
this.url1_3 = '../lamps.html'
this.url1_4 = '../lamps.html#nabor'
this.url1_5 = '../komplekt.html#cable'
this.url1_6 = '../komplekt.html#adapter'
this.url1_7 = '../komplekt.html#connector'
this.url1_8 = '../komplekt.html#wires'
this.url1_9 = '../goods.html#stroboskop'
this.url1_10 = '../goods.html#candles'
this.url1_11 = '../biss-49.html'
this.url1_12 = '../barahlo.html'
  
// ---------- Sub Menu "Товары" - ЦМП Радуга  ---------- 
        
this.menu_xy1_1 = "2,-1"
this.menu_width1_1 = 125

this.pointer_image1_1 = "img/arrow_green_left.gif"
this.pointer_image_wh1_1 = "8,10"
this.pointer_image_xy1_1 = "125,0"
	
this.item1_1_0 = "Параметры"
this.item1_1_1 = "Модификации"
this.item1_1_2 = "Узлы и блоки"
this.item1_1_3 = "Со всех сторон"
this.item1_1_4 = "Моддинг"

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 = 2

this.url1_1_0 = '../raduga.html'
this.url1_1_1 = '../raduga_2.html'
this.url1_1_2 = '../blocks.html'
this.url1_1_3 = '../raduga_3.html'
this.url1_1_4 = '../under_constr.html'

// ---------- Sub Sub Menu "Товары" - ЦМП Радуга - Модификации ---------- 

this.menu_xy1_1_1 = "2,-1"
this.menu_width1_1_1 = 95

this.pointer_image1_1_1 = "img/arrow_green_left.gif"
this.pointer_image_wh1_1_1 = "8,10"
this.pointer_image_xy1_1_1 = "95,0"

this.icon_abs1_1_1 = 0

this.item1_1_1_0 = "Радуга-L"
this.item1_1_1_1 = "Радуга-S"
this.item1_1_1_2 = "Радуга-P"
this.item1_1_1_3 = "Радуга-F"
this.item1_1_1_4 = "Радуга-F+"
this.item1_1_1_5 = "Радуга-T"
this.item1_1_1_6 = "Радуга-T+"
this.item1_1_1_7 = "Радуга-X"
this.item1_1_1_8 = "Радуга-X+"

this.icon_rel1_1_1_0 = 0
this.icon_rel1_1_1_1 = 0
this.icon_rel1_1_1_2 = 0
this.icon_rel1_1_1_3 = 0
this.icon_rel1_1_1_4 = 0
this.icon_rel1_1_1_5 = 0
this.icon_rel1_1_1_6 = 0
this.icon_rel1_1_1_7 = 0
this.icon_rel1_1_1_8 = 0

this.url1_1_1_0 = '../raduga_2.html#l'
this.url1_1_1_1 = '../raduga_2.html#s'
this.url1_1_1_2 = '../raduga_2.html#p'
this.url1_1_1_3 = '../raduga_2.html#f'
this.url1_1_1_4 = '../raduga_2.html#f+'
this.url1_1_1_5 = '../raduga_2.html#t'
this.url1_1_1_6 = '../raduga_2.html#t+'
this.url1_1_1_7 = '../raduga_2.html#x'
this.url1_1_1_8 = '../raduga_2.html#x+'

// ---------- Sub Sub Menu "Товары" - Аксессуары - Светильники ---------- 

this.menu_xy1_2 = "2,-1"
this.menu_width1_2 = 110

this.pointer_image1_2 = "img/arrow_green_left.gif"
this.pointer_image_wh1_2 = "8,10"
this.pointer_image_xy1_2 = "110,0"

this.item1_2_0 = "P1 E27"
this.item1_2_1 = "H1 E27"
this.item1_2_2 = "H1 E27 Sw"
this.item1_2_3 = "S11 - S22"
this.item1_2_4 = "L11 - L22"
this.item1_2_5 = "Справочник"

this.icon_rel1_2_0 = 0
this.icon_rel1_2_1 = 0
this.icon_rel1_2_2 = 0
this.icon_rel1_2_3 = 0
this.icon_rel1_2_4 = 0
this.icon_rel1_2_5 = 0

this.url1_2_0 = '../komplekt.html#p1b-e27'
this.url1_2_1 = '../komplekt.html#h1b-e27'
this.url1_2_2 = '../komplekt.html#h1b-e27-sw'
this.url1_2_3 = '../komplekt.html#s11'
this.url1_2_4 = '../komplekt.html#sl'
this.url1_2_5 = '../komplekt_2.html'

// ---------- Sub Sub Menu "Товары" - Аксессуары - Лампы ---------- 

this.menu_xy1_3 = "2,-1"
this.menu_width1_3 = 160

this.pointer_image1_3 = "img/arrow_green_left.gif"
this.pointer_image_wh1_3 = "8,10"
this.pointer_image_xy1_3 = "160,0"

this.item1_3_0 = "Обычные"
this.item1_3_1 = "Зеркальные"
this.item1_3_2 = "Галогенные"
this.item1_3_3 = "Светодиодные"
this.item1_3_4 = "Энергосберегающие"
this.item1_3_5 = "Справочник"

this.icon_rel1_3_0 = 0
this.icon_rel1_3_1 = 0
this.icon_rel1_3_2 = 0
this.icon_rel1_3_3 = 0
this.icon_rel1_3_4 = 0
this.icon_rel1_3_5 = 0

this.url1_3_0 = '../lamps.html#common'
this.url1_3_1 = '../lamps.html#specular'
this.url1_3_2 = '../lamps.html#halogen'
this.url1_3_3 = '../lamps.html#led'
this.url1_3_4 = '../lamps.html#energy-saving'
this.url1_3_5 = '../lamps-manual.html'

// ---------- Sub Menu "Товары" - БИСС-49  ---------- 

this.menu_xy1_11 = "2,-1"
this.menu_width1_11 = 100

this.pointer_image1_11 = "img/arrow_green_left.gif"
this.pointer_image_wh1_11 = "8,10"
this.pointer_image_xy1_11 = "100,0"

this.item1_11_0 = "Параметры"
this.item1_11_1 = "Описание"

this.icon_rel1_11_0 = 0
this.icon_rel1_11_1 = 0

this.url1_11_0 = '../biss-49.html'
this.url1_11_1 = '../biss-49_2.html'

// ---------- Sub Menu "Товары" - Барахолка  ---------- 

this.menu_xy1_12 = "2,-1"
this.menu_width1_12 = 90

this.pointer_image1_12 = "img/arrow_green_left.gif"
this.pointer_image_wh1_12 = "8,10"
this.pointer_image_xy1_12 = "90,0"

this.item1_12_0 = "Товары"
this.item1_12_1 = "Правила"

this.icon_rel1_12_0 = 0
this.icon_rel1_12_1 = 0

this.url1_12_0 = '../barahlo.html'
this.url1_12_1 = '../barahlo_rules.html'

// ========== Menu "Прайс-лист" ========== 

this.menu_xy2 = "-100,19"
this.menu_width2 = 115

this.item2_0 = "Услуги"
this.item2_1 = "Скидки"
this.item2_2 = "RSK расчет"
this.item2_3 = "ЦМП Радуга"
this.item2_4 = "Светильники"
this.item2_5 = "Лампы"
this.item2_6 = "Наборы ламп"
this.item2_7 = "Кабели"
this.item2_8 = "Тройники"
this.item2_9 = "Соединители"
this.item2_10 = "Провода"
this.item2_11 = "Стробоскопы"
this.item2_12 = "LED cвечки"
this.item2_13 = "БИСС-49"
this.item2_14 = "Барахолка"

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_rel2_5 = 0
this.icon_rel2_6 = 0
this.icon_rel2_7 = 0
this.icon_rel2_8 = 0
this.icon_rel2_9 = 0
this.icon_rel2_10 = 0
this.icon_rel2_11 = 0
this.icon_rel2_12 = 0
this.icon_rel2_13 = 0
this.icon_rel2_14 = 0

this.url2_0 = '../price.html#services'
this.url2_1 = '../price.html#discounts'
this.url2_2 = '../price.html#calculation'
this.url2_3 = '../price.html#raduga'
this.url2_4 = '../price.html#holder'
this.url2_5 = '../price.html#lamps'
this.url2_6 = '../price.html#set'
this.url2_7 = '../price.html#cables'
this.url2_8 = '../price.html#adapter'
this.url2_9 = '../price.html#connector'
this.url2_10 = '../price.html#wires'
this.url2_11 = '../price.html#strobes'
this.url2_12 = '../price.html#candles'
this.url2_13 = '../price.html#biss-49'
this.url2_14 = '../price.html#barahlo'
 
// ========== Menu "Как купить" ========== 

this.menu_xy3 = "-100,19"
this.menu_width3 = 135
	
this.item3_0 = "Сделать заказ"
this.item3_1 = "Получить заказ"
this.item3_2 = "Оценка посылки"
this.item3_3 = "Поиск посылки"

this.icon_rel3_0 = 0
this.icon_rel3_1 = 0
this.icon_rel3_2 = 0
this.icon_rel3_3 = 0

this.url3_0 = '../contact.html#zakaz'
this.url3_1 = '../contact.html#get'
this.url3_2 = '../contact.html#value'
this.url3_3 = '../control.html'

// ========== Menu "Поддержка"  ========== 

this.menu_xy5 = "-100,19"
this.menu_width5 = 125

this.item5_0 = "Дизайн-проект"
this.item5_1 = "Гарантия"
this.item5_2 = "Ремонт"
this.item5_3 = "Модернизация"
this.item5_4 = "Моддинг"
this.item5_5 = "Статистика"
this.item5_6 = "Инструкции"
this.item5_7 = "Вопрос-ответ"
this.item5_8 = "Форум"
this.item5_9 = "Доска Позора"

this.icon_rel5_0 = 0
this.icon_rel5_1 = 0
this.icon_rel5_2 = 0
this.icon_rel5_3 = 0
this.icon_rel5_4 = 0
this.icon_rel5_5 = 0
this.icon_rel5_6 = 0
this.icon_rel5_7 = 0
this.icon_rel5_8 = 0
this.icon_rel5_9 = 0

this.url5_0 = '../support.html#project'
this.url5_1 = '../support.html#g'
this.url5_2 = '../support.html#r'
this.url5_3 = '../support.html#u'
this.url5_4 = '../support.html#m'
this.url5_5 = '../support.html#s'
this.url5_6 = '../support.html#i'
this.url5_7 = '../support_2.html'
this.url5_8 = 'http://colormusic.forum24.ru'
this.url5_9 = '../pozor.html'

// ========== Menu "Фото-Видео" ========== 

this.menu_xy6 = "-100,19"
this.menu_width6 = 80

this.item6_0 = "Фото"
this.item6_1 = "Видео"
this.item6_2 = "Музей"

this.icon_abs6_2 = 0 
	
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'

// ---------- Sub Menu "Фото-Видео" - Музей  ---------- 

this.menu_xy6_2 = "2,-1"
this.menu_width6_2 = 125

this.pointer_image6_2 = "img/arrow_green_left.gif"
this.pointer_image_wh6_2 = "8,10"
this.pointer_image_xy6_2 = "125,0"

this.item6_2_0 = "Отечественный"
this.item6_2_1 = "Зарубежный"
this.item6_2_2 = "Самоделки"

this.icon_rel6_2_0 = 0
this.icon_rel6_2_1 = 0
this.icon_rel6_2_2 = 2
 
this.url6_2   = '../museum.html'
this.url6_2_0 = '../museum.html'
this.url6_2_1 = '../museum-z.html'
this.url6_2_2 = '../under_constr.html'

// ========== Menu "Литература" ========== 

this.menu_xy7 = "-100,19"
this.menu_width7 = 80
	
this.item7_0 = "Книги"
this.item7_1 = "Статьи"
this.item7_2 = "Схемы"
this.item7_3 = "Юмор"

this.icon_rel7_0 = 0
this.icon_rel7_1 = 0
this.icon_rel7_2 = 0
this.icon_rel7_3 = 0

this.url7_0 = '../books.html'
this.url7_1 = '../books_2.html'
this.url7_2 = '../scheme.html'
this.url7_3 = '../humor.html'

// ========== Menu "Партнеры" ========== 

this.menu_xy8 = "-100,19"
this.menu_width8 = 100

this.item8_0 = "Арт-студия"

this.icon_rel8_0 = 0

this.url8_0 = '../glass.html'


}///////////////////////// END Menu Data /////////////////////////////////////////

