selStyle="offfontcolor=003300;onfontcolor=003300;onbackcolor=ffffff;offbackcolor=ffffff;"
childStyle="offfontcolor=003300;onfontcolor=003300;onbackcolor=ffffff;offbackcolor=99CC99;"

// This represents the L0 level navigation (menu containers)
mStyle1= 
[            // mStyle1 is an array of properties. You can have as many property arrays as you need. 
             //This means that menus can have their own style.
"000000",                                // Mouse Off Font Color
"e8e8e8",                            	// Mouse Off Background Color
"000000",                            	// Mouse On Font Color
"DFCFB0",                               // Mouse On Background Color
"996600",                            	// Menu Border Color
13,                                     // Font Size in pixels
"normal",                            	// Font Style (italic or normal)
"normal",                            	// Font Weight (bold or normal)
"Trebuchet MS, Lucida Sans",                          	// Font Name
4,                                      // Menu Item Padding

"images/expand_arrow.gif",            // Sub Menu Image (Leave this blank if not needed)
,                                       // 3D Border & Separator bar
,                                       // 3D High Color
,                                       // 3D Low Color
,                                       // Current Page Item Font Color (leave this blank to disable)
,                                       // Current Page Item Background Color (leave this blank to disable)
,                     			// Top Bar image (Leave this blank to disable)
"ffffff",                               // Menu Header Font Color (Leave blank if headers are not needed)
"000099",                           	// Menu Header Background Color (Leave blank if headers are not needed)
,                           	// Menu Item Separator Color
]

mStyle2=[            // style2 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"005A5A",           // Mouse Off Font Color
"ADADAD",           // Mouse Off Background Color
"005A5A",           // Mouse On Font Color
"ffffff",           // Mouse On Background Color
"005A5A",           // Menu Border Color
11,                 // Font Size in pixels
"normal",           // Font Style (italic or normal)
"normal",           // Font Weight (bold or normal)
"Verdana",          // Font Name
4,                  // Menu Item Padding
,        // Sub Menu Image (Leave this blank if not needed)
,                   // 3D Border & Separator bar
,                   // 3D High Color
,                   // 3D Low Color
,                   // Current Page Item Font Color (leave this blank to disable)
,                   // Current Page Item Background Color (leave this blank to disable)
,      // Top Bar image (Leave this blank to disable)
"ffffff",           // Menu Header Font Color (Leave blank if headers are not needed)
"000099",           // Menu Header Background Color (Leave blank if headers are not needed)
"005A5A",           // Menu Item Separator Color
]

menuWidth=221;      // The width of the main menu container
sMenuWidth=178;     // The width of the pop-up menu containers.
menuTop=199;            // The Top position of the menu in pixels
menuLeft="offset=-2";   // The Left position of the menu in pixels
menuBorder=1;           // Menu Border Width
screenPos="left";       // Screen Position - here you can use "center;left;right;middle;top;bottom"
timegap=500;            // The time delay for menus to remain visible
followspeed=5;          // Follow Scrolling speed
followrate=15;          // Follow Scrolling Rate
suboffset_top=1;        // Sub menu offset Top position
suboffset_left=-1;      // Sub menu offset Left position

menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
addmenu(menu=["mainmenu",menuTop,menuLeft,menuWidth,menuBorder,"left",mStyle1,1,"left",,0,0,,,,,,,,,,
,"The Republic of Dog Home","index.php","","",1
,"What's a Dogizen?","dogizen.php","","",1
,"Good Dogizen Group Classes","group.php","","",1
,"Private In-Home Classes","private.php","","",1
,"Pre-Adoption Consultation","preadopt.php","","",1
,"AKC Canine Good Citizen","cgc.php","","",1
,"Rally-O!","rally.php","","",1
,"Adoptable Dogizens","adopt.php","","",1
,"TROD News & Events","news.php","","",1
,"The Doglopedia","doglopedia.php","","",1
,"Find A Vet","findavet.php","","",1
])
//Submenu
addmenu(menu=["1001",
,,sMenuWidth,menuBorder,"",mStyle2,,"left",,,,,,,,,,,,,
,"Sub 1","",,,1
,"Sub 2","",,,1
,"Sub 3","",,,1
])
//Submenu
addmenu(menu=["1002",
,,sMenuWidth,menuBorder,"",mStyle2,,"left",,,,,,,,,,,,,
,"Sub 1","",,,1
,"Sub 2","",,,1
,"Sub 3","",,,1
])
//Submenu
addmenu(menu=["1003",
,,sMenuWidth,menuBorder,"",mStyle2,,"left",,,,,,,,,,,,,
,"Sub 1","",,,1
,"Sub 2","",,,1
,"Sub 3","",,,1
])
//Submenu
addmenu(menu=["1004",
,,sMenuWidth,menuBorder,"",mStyle2,,"left",,,,,,,,,,,,,
,"Sub 1","",,,1
,"Sub 2","",,,1
,"Sub 3","",,,1
])
//Submenu
addmenu(menu=["1005",
,,sMenuWidth,menuBorder,"",mStyle2,,"left",,,,,,,,,,,,,
,"Sub 1","",,,1
,"Sub 2","",,,1
,"Sub 3","",,,1
])



dumpmenus()