

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 = "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 - relative to 
    //right top corner of the menu item displaying the icon.)

	this.abs_icon_image0 = "sample_images/arrow.gif"
	this.abs_icon_rollover0 = "sample_images/arrow.gif"
	this.abs_icon_image_wh0 = "13,10"
	this.abs_icon_image_xy0 = "-20,13"




/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 5			//applies to horizontal menus only
	this.divider_height = 2			//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 = true			//applies to main group only
	
	this.menu_width = 200				//applies to vertical menus
	this.menu_width_items =194 //applies to items in a horizontal menu



   //Padding Values
  

	this.menu_padding_main = "5,5,5,5"		//top, right, bottom, left
	this.menu_padding_sub = "7,7,7,7"

	this.item_padding_main = "5,5,5,5"
	this.item_padding_sub = "9,5,9,5"

	

   //Border Sizing


	this.menu_border_main = 1
	this.menu_border_sub = 1

	this.item_border_main = 1
	this.item_border_sub = 1



   //Specific Item Setting Examples (change 'X' to appropriate index value)
	

	this.is_horizontalX = true
	
	this.menu_widthX = 200
	this.menu_width_itemsX = 150
	this.menu_width_itemX_X = 150

	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 = "OnePixel  Explorations"
	this.icon_rel0 = 0
	//this.url0 = "myurl.html"	

	this.item1 = "Digital Revision of Memory"
	this.icon_rel1 = 0
	//this.url1 = "myurl.html"	
	
	this.item2 = "Humanscapes"
	this.icon_rel2 = 0
	//this.url2 = "myurl.html"	
	
	this.item3 = "PureSpace"
	this.icon_rel3 = 0
	//this.url3 = "myurl.html"	

	



/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

     //Sub Menu 0 - One Pixel
	
	this.menu_xy0 = "-190,24"
	this.menu_width0 = 190
        
	this.item0_0 = "«My Reflections»"
	this.item0_1 = "«Night Crucifixion»"
	this.item0_2 = "«Wall Signs»"
	this.item0_3 = "«Jerusalem on One Pixel»"
	this.item0_4 = "«Market Motion»"
	this.item0_5 = "«Lost Paradise»"
	this.item0_6 = "Virtual Spaces"	
	

	this.icon_rel0_0 = 0
	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.url0_0 = '../../reflections/1.htm'
	this.url0_1 = '../../zurbaran/1.htm'
	this.url0_2 = '../../wallsigns/1.htm'
	this.url0_3 = '../../onepixel/pixel_thumb.html'
	this.url0_4 = '../../market/market_thumb.html'
 	this.url0_5 = '../../paradise/paradise_thumb.html'
 	this.url0_6 = '../../3d.html'
 

   //Sub Menu 0 - Digital Revision

	this.menu_xy1 = "-180,24"
	this.menu_width1 = 170

	this.item1_0 = "Photography and Digital Manipulation"
 //this.item1_1 = "Суббота"
 //this.item1_2 = "Календарь"
 //this.item1_3 = "Еврейское самообразование"
 //this.item1_4 = "Библиотека"
 //this.item1_5 = "Энциклопедия"
 //this.item1_6 = "Песни Израиля"
 //this.item1_7 = "Zip-архив"

	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_abs1_0 = 0
 //this.icon_abs1_1 = 0
 //this.icon_abs1_2 = 0
 //this.icon_abs1_3 = 0

	//Sample url link using new window target with specific sizing features added.
	this.url1_0 =  '../../direvision/2d.html'
//this.url_target1_0 = "_new"
//this.url_features1_0 = "height=325,width=550,status=yes,toolbar=no,menubar=no,location=no";

//this.url1_1 = '../../direvision/2d.html'
//this.url1_2 = ''
//this.url1_3 = ''
//this.url1_4 = ''
//this.url1_5 = ''
//this.url1_6 = ''
//this.url1_7 = ''

    //Sub Menu 1_0 - Pervoistochniki

	this.menu_xy1_0 = "5,2"
	this.menu_width1_0 = 100

//this.item1_0_0 = "Тора"
//this.item1_0_1 = "Мишна"
//this.item1_0_2 = "Талмуд"
	
	this.icon_rel1_0_0 = 0
	this.icon_rel1_0_1 = 0
	this.icon_rel1_0_2 = 0
	
	this.url1_0_0 = '../../navigator/education_center_tora_frame.html'
	this.url1_0_1 = '../../navigator/education_center_mishna_frame.html'
	this.url1_0_2 = '../../tora/talmud/antalogia_presentation.html'
		
	//Sub Menu 1_1 - Subbota
	
	this.menu_xy1_0 = "5,2"
	this.menu_width0_1 = 130

	this.item1_1_0 = "Практическое пособие по проведению субботы"
	this.item1_1_1 = "Субботние молитвы"
		
	this.icon_rel1_1_0 = 0
	this.icon_rel1_1_1 = 0
	
	this.url1_1_0 = '../../navigator/education_center_shabbat_shalom_frame.html'
	this.url1_1_1 = '../../tora/sidur.htm'
	
	//Sub Menu 1_2 - Kalendar
	
	this.menu_xy1_0 = "5,2"
	this.menu_width0_2 = 130

	this.item1_2_0 = "Еврейский календарь на 2004 год"
	this.item1_2_1 = "Праздники"
		
	this.icon_rel1_2_0 = 0
	this.icon_rel1_2_1 = 0
	
	this.url1_2_0 = '../../luah/luah_2_icon.html'
	this.url1_2_1 = '../../navigator/education_center_kalendar_frame.htm'
	
	//Sub Menu 1_3 - Zaochnoe obrazovanie
	
	this.menu_xy1_0 = "5,2"
	this.menu_width1_3 = 215

	this.item1_3_0 = "Программа заочного самообразования «Лимудим»"
	this.item1_3_1 = "Сеть неформального образования «Байт ле-мидраш»"
		
	this.icon_rel1_3_0 = 0
	this.icon_rel1_3_1 = 0
	
	this.url1_3_0 = '../../navigator/education_center_course_limudim_frame.html'
	this.url1_3_1 = '../../tora/blm.htm'

    //Sub Menu 2 - Humanscapes

	this.menu_xy2 = "-170,24"
	this.menu_width2 = 100
	
	this.item2_0 = "Prints"
//this.item2_1 = "Традиции"
//this.item2_2 = "Источники"
	
	this.icon_rel2_0 = 0
//this.icon_rel2_1 = 0
//this.icon_rel2_2 = 0
	
	this.url2_0 = '../../print/print_thumb.html'
//this.url2_1 = '../../metoda/metoda_masora.html'
//this.url2_2 = '../../metoda/metoda_mekor.html'
	

    //Sub Menu 3 - PureSpaces

	this.menu_xy3 = "-180,24"
	this.menu_width3 = 160
	
	this.item3_0 = "Gray Scale Gallery"
//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 = '../../closedspace/print_thumb.html'
//this.url3_1 = '../../mekorhaim/makor_04.html'
//this.url3_2 = '../../tora/blm.htm'
	

}///////////////////////// END Menu Data /////////////////////////////////////////


