timegap=30
followspeed=5
followrate=40
suboffset_top=110;
suboffset_left=110;

if (navigator.appName.indexOf('Microsoft') != -1)
{
    //IE:
    menu_top = 134;
    menu_left = 19;
}
else
{
    //Netscape:
    menu_top = 127;
    menu_left = 19;
}
topNavTotal = 6;

effect = "fade(duration=0.02);Shadow(color='#77777', Direction=135, Strength=3)"

function openwin(url)
{
    nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
    nwin.focus();
}

prop1=[                     // prop1 is an array of properties you can have as many property arrays as you need
"ffffff",                   // Off Font Color
"6699cc",
//"0A51A1",                   // Off Back Color
//"003399",                   // Off Back Color
"ffffff",                   // On Font Color
"003399",
//"6699cc",                   // On Back Color
"0A51A1",
//"6699cc",                   // Border Color
13,                         // Font Size
"normal",                   // Font Style
"normal",                   // Font Weight
"garamond,arial",            // Font verdana,arial
8,                          // Padding
"tri.gif",           // Sub Menu Image
0,                          // 3D Border & Separator
"66ffff",                   // 3D High Color
"000099",                   // 3D Low Color
"ffffff",                   // Referer item Font Color (leave this blank to disable)
"003399",                   // Referer item Back Color (leave this blank to disable)
]

menu1=[             // This is the array that contains your menu properties and details
menu_top,           // Top
,
//menu_left,          // left
134,                // Width
1,                  // Border Width
"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
"Home","show-menu2",,,1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"Documents","show-menu3",,"Church Documents",1,
"Organizations","show-menu4",,"Service Organizations",1,
"Doctrine","show-menu5",,"Church Doctrine",1,
"About Us","show-menu6",,"About Us",1,
"Miscellaneous","show-menu7",,"Miscellaneous",1
]

menu2=[
,,100,1,"",prop1,,"left",effect,,,,,,,
"Church Home","index.php",,"Church Home",1,
"School Home","../school/index.shtml",,"School Home",1
]

menu3=[
,,100,1,"",prop1,,"left",effect,,,,,,,
"Bulletin","showDoc.php?doctype=Bulletin",,"Bulletin",1,
//"Sermon","showDoc.php?doctype=Sermon",,"Sermon",1,
"Newsletter","showDoc.php?doctype=Newsletter",,"Newsletter",1,
"Calendar","showDoc.php?doctype=Calendar",,"Calendar",1
]

menu4=[
,,100,1,"",prop1,,"left",effect,,,,,,,
"Boards","boards.shtml",,"Boards",1,
"Council/Voters Assembly","council.shtml",,"Council/Voters Assembly",1,
"Music","music.shtml",,"Music",1,
//"Organizations","organizations.htm",,"Organizations",1,
"Youth","youth.shtml",,"Our Youth",1,
"Opportunities","opportunities.shtml",,"Opportunities",1
]

menu5=[
,,100,1,"",prop1,,"left",effect,,,,,,,
"Confessions","confess.shtml",,"Confessions",1,
"Beliefs","beliefs.shtml",,"What We Believe",1,
"Mission","mission.shtml",,"Mission",1
]

menu6=[
,,100,1,"",prop1,,"left",effect,,,,,,,
"Worship Services","services.shtml",,"Worship Services",1,
"Our Pastor","pastor.shtml",,"Church Pastor",1,
"Our History","history.shtml",,"Church History",1
]

menu7=[
,,100,1,"",prop1,,"left",effect,,,,,,,
"Logos & Art","logos.shtml",,"Logos and Art",1,
"Useful Links","links.shtml",,"Useful Links",1
]

