var BORDER1 = {color:"#A7A7A7", width:0};
var SHADOW1 = {color:"#A7A7A7"};
var STYLE1 = {
 color:"black", 
 bgcolor:"#A7A7A7", 
 border:BORDER1, 
 shadow:SHADOW1, 
 imgitem:"http://www.artists-book.ru/menu/img/t-item.gif", 
 imgitem_f:"http://www.artists-book.ru/menu/img/item.gif", 
 imgitem_l:"http://www.artists-book.ru/menu/img/t-item.gif", 
 imgdir:"http://www.artists-book.ru/menu/img/t-folder.gif", 
 imgdir_f:"http://www.artists-book.ru/menu/img/folder.gif", 
 imgdir_l:"http://www.artists-book.ru/menu/img/l-folder.gif", 
 imgdiropen:"http://www.artists-book.ru/menu/img/t-folder-open.gif", 
 imgdiropen_f:"http://www.artists-book.ru/menu/img/folder-open.gif", 
 imgdiropen_l:"http://www.artists-book.ru/menu/img/l-folder-open.gif", 
 imgline:"http://www.artists-book.ru/menu/img/line.gif", 
 size:[200,0], 
 fixwidth:30, 
 fixheight:10, 
 lined:true
 };
var STYLEOVER1 = {
 color:"orangered"
 };
// Tree definition
var TreeDef = {
 style:STYLE1, 
 styleover:STYLEOVER1, 
 target:"_parent",
 items: [ 
 {
 text:"НОВОСТИ", 
 menu:{
 items:[
			{
 text:"Актуальные",
				 action:{
 url:"http://www.artists-book.ru/index_news.shtml"
 }
 }, 
			{
 text:"Все публикации",
				 action:{
 url:"http://www.artists-book.ru/index_news-all.shtml"
 }
 },
 {
 text:"Отправить новость",
				 action:{
 url:"http://www.artists-book.ru/news/news.php"
 }
 },
 {
 text:"Получать новости",
				 action:{
 url:"http://www.artists-book.ru/news-subscribe.shtml"
 }
			}
 ]
 }
 },
 {
 text:"ВЫСТАВКА-ЯРМАРКА", 
 menu:{
 items:[
 {
 text:"О выставке-ярмарке 2005 года", 
 menu:{
 items:[
			 {
 text:"Архив",
				action:{
 url:"http://www.artists-book.ru/festival-archive.shtml"
 }
				},
 {
 text:"Организаторы",
				 action:{
 url:"http://www.artists-book.ru/festival-02.shtml"
 }
 }			
 ]
 }
 },
 {
 text:"О выставке-ярмарке 2006 года", 
 menu:{
 items:[
			 {
 text:"Архив",
				action:{
 url:"http://www.artists-book.ru/festival-29-11-2006.shtml"
 }
				}			
 ]
 }
 }
 ]
 }
 },
	{
 text:"ФЕСТИВАЛИ/ ПРОГРАММЫ", 
 menu:{
 items:[
 {
 text:"Книжный летний фестиваль. 2006г.",
				action:{
 url:"http://www.artists-book.ru/festival-30-06-2006.shtml"
 }
				},
				{
				text: "Программа передвижных выставок ",
				action:{
 url:"http://www.artists-book.ru/index-mobile_exhibition.shtml"
 }
				}
 ]
			 }
 },
 {
 text:"ТЕМАТИЧЕСКИЕ ПРОЕКТЫ", 
 menu:{
 items:[
 {
 text:"Апполинарий. 2005",
				action:{
 url:"http://www.artists-book.ru/project_appolinary.shtml"
 }
				},
 {
 text:"ДВА/ТРИ (Велимир Хлебников)",
				action:{
 url:"http://www.artists-book.ru/project_khlebnikov.shtml"
 }
				},
				{
 text:"Ч / Б",
				action:{
 url:"http://www.artists-book.ru/project_ch-b.shtml"
 }
				},
			 {
 text:"Трафарет/Stencil",
				action:{
 url:"http://www.artists-book.ru/project_stencil.shtml"
 }
				},
							 {
 text:"Книги Просперо",
				action:{
 url:"http://www.artists-book.ru/project_prospero-book.shtml"
 }
				},
							{
text: "Accumulation",
				action:{
url:"http://www.artists-book.ru/project_accumulation.shtml"				
}				
			  }				
				
 ]
			 }
 },
 {
 text:"МАСТЕРСКАЯ", 
 menu:{
 items:[
 {
 text:"Виртуальная мастерская"
 },
 {
 text:"Обучение"
 }
 ]
 }
 },
 {
 text:"ТЕКСТЫ", 
 menu:{
 items:[
 {
 text:"Все публикации", 
 action:{
 url:"http://www.artists-book.ru/index_theory.shtml"
 }
 },
 {
 text:"Отправить статью", 
 action:{
 url:"http://www.artists-book.ru/theory/news.php"
 }
 }
 ]
 }
 },
 {
 text:"ГАЛЕРЕЯ", 
 menu:{
 items:[
 {
 text:"Посмотреть",
				 action:{
 url:"http://www.artists-book.ru/_gallery/index.php"
 }
 },
 {
 text:"Купить",
				 action:{
 url:"http://www.artists-book.ru/shop-gallery/index.php"
 }
 }
 ]
 }
 },
 {
 text:"КОЛЛЕКЦИОНЕРАМ", 
 menu:{
 items:[
 {
 text:"Список коллекций"
 },
 {
 text:"Стандарты описания"
 },
 {
 text:"Хранение и реставрация"
 },
 {
 text:"Экспонирование"
 },
 {
 text:"Обмен выставками"
 }
 ]
 }
 },
 {
 text:"ССЫЛКИ", 
 menu:{
 items:[
 {
 text:"Все ссылки",
				action:{
 url:"http://www.artists-book.ru/links-other.shtml"
 }
 },
 {
 text:"Установить ссылку",
			 action:{
 url:"http://www.artists-book.ru/index_links.shtml"
 }
 }
 ]
 }
 },
 {
 text:"О проекте",
						 action:{
 url:"http://www.artists-book.ru/index-about-project.shtml"
 }
 }
 ]
};