timegap=500
followspeed=5
followrate=40
// позиции submenu относительно подменю
suboffset_top=5;
suboffset_left=20;
// submenu - параметры подменю
effect = "fade(duration=0.4);Shadow(color='#75754E', Direction=135, Strength=3)"
//color - цвет тени под выпадающим меню
//Strength - ширина тени
//Direction - угол под которым показывает тень

prop1=[                                          // prop1 массив свойств подменю
"CCCC99",                                        // цвет шрифта в меню
"999966",                                        // цвет фона меню
"F3F3BC",                                        // цвет шрифта в меню при наведении на него курсора
"999966",                                        // цвет фона в меню при наведении на него курсора
"999966",                                        // цвет рамки и разделительной линии
14,                                              // Font Size
"normal",                                        // Font Style
"bold",                                          // Font Weight
"Arial,Tahoma",                      // Font
3,                                               // Высота меню
"images/arrow.gif",           // Sub Menu Image
0,                                               // 3D Border & Separator
"999966",                                        // цвет рамки подменю
"000099",                                        // 3D Low Color
"cccc99",                                        // Referer item Font Color (leave this blank to disable)
"999966",                                        // Referer item Back Color (leave this blank to disable)
]

menu1=[                                // свойства меню верхнего
133,                                        // Top
206,                                        // left
100,                                        // Width
1,                                        // рамка (1-да, 0-нет)
"center",                        // Screen Position - here you can use "center;middle;right"
prop1,                                // Properties Array - this is set higher up, as above
1,                                        // Always Visible - allows the menu item to be visible at all time
"center",                        // Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,                                        // Filter - Text variable for setting transitional effects on menu activation
,                                        // Follow Scrolling - Tells the menu item to follow the user down the screen
1,                                       // Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,                                        // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,                                        // Position of sub image left:center:right:middle:top:bottom
,                                        // Show an image on top menu bars indicating a sub menu exists below
,                                        // Reserved for future use
 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"NEWS","news.html",,"#",1,
"OUR DOGS","show-menu2",,"#",1,
"LITTERS","litters.html",,"#",1,
"MATINGS","mating.html",,"#",1,
"FOR SALE","puppies.html",,"#",1,

"GALLERY","show-menu3",,"#",1,
"SHOWS","results.html",,"#",1,


"LINKS","links.html",,"#",1
                
]
menu2=[
,,155,1,"",prop1,,"left",effect,,,,,,,
"&nbsp;OWN DOGS","owndogs.html",,,1,
"&nbsp;BREEDING FEMALES","breedingfemales.html",,,1,
"&nbsp;SWH MALES","swh-males.html",,,1,
"&nbsp;SWH FEMALES","swh-females.html",,,


]


