// Milonic DHTML Menu version 3.1
// please note that major changes to this file have been made.
//
// You no longer need to number your menus as in previous versions. 
// The new menu structure allows you to name the menu instead. This means that you to remove menus and not break the system.
// The structure should also be much easier to modify, add & remove menus and menu items.
// 
// If you are having difficulty with the menu please read the FAQ at http://www.milonic.co.uk/menu/faq.php before contacting us.
//
// Please note that the above text CAN be erased if you wish.



// The following line is critical for menu operation, and must appear only once.
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)}
//Please leave the above line intact

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


timegap=500						// The time delay for menus to remain visible
followspeed=1						// Follow Scrolling speed
followrate=40						// Follow Scrolling Rate
suboffset_top=10;					// Sub menu offset Top position 
suboffset_left=10;					// Sub menu offset Left position


topnav=[						// Menu Properties Array
"aa77aa",						// Off Font Color
"eeeeee",						// Off Back Color
"FFFFFF",						// On Font Color
"000000",						// On Back Color
"aaaa55",						// Border Color
10,							// Font Size
"normal",						// Font Style
"bold",							// Font Weight
"arial",					// Font
3,							// Padding
"images/arrow.gif"					// Sub Menu Image
,0							// 3D Border & Separator
,"eeeeff"						// 3D High Color
,"ddddff"						// 3D Low Color
]

subnav=[						// Menu Properties Array
"777722",						// Off Font Color
"eeeeee",						// Off Back Color
"000000",						// On Font Color
"ffffbb",						// On Back Color
"2222222",						// Border Color
12,							// Font Size
"normal",						// Font Style
"normal",						// Font Weight
"arial",					// Font
3,							// Padding
"images/arrow.gif"					// Sub Menu Image
,0							// 3D Border & Separator
,"eeeeff"						// 3D High Color
,"ddddff"						// 3D Low Color
]



addmenu(menu=[						// This is the array that contains your menu properties and details
"imagemain",						// Menu Name
8,							// Top
1,							// left
,							// Width
1,							// Border Width
"center",					// Screen Position - here you can use "center;middle;right;left;top;bottom"
topnav,						// 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
"Fade(duration=0)",					// 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
,							// Reserved for future use
,,,,							// Reserved for future use
,"&nbsp;HOME&nbsp;","indexsec.html",,,0		// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;MEDIA&nbsp;","show-menu=media",,,0
,"&nbsp;MAILING&nbsp;LIST&nbsp;","maillist.html",,,0
,"&nbsp;REVIEWS&nbsp;","show-menu=reviews",,,0
,"&nbsp;ORDER&nbsp;CD&nbsp;","order.html",,,0
,"&nbsp;DOWNLOADS&nbsp;","downloads.html",,,0
,"&nbsp;GIGS&nbsp;","gig.html",,,0
,"&nbsp;CONTACT&nbsp;","show-menu=services",,,0
])




addmenu(menu=["media",28,,165,1,"",subnav,,"left","fade(duration=0)",,,,,,,,,,,,
,"Photos", "http://jessecastro.com/gallery/index.php",,,0
,"Videos", "videos.html",,,0
])

addmenu(menu=["newsfeatures",198,,165,1,"",subnav,,"left","fade(duration=0)",,,,,,,,,,,,
,"News & Features", "features.html",,,0
,"National Affairs", "affairs.html",,,0
,"News & Features Archives", "featuresarch.html",,,0
,"National Affairs Archives", "affairsarch.html",,,0
])

addmenu(menu=["reviews",28,,165,1,"",subnav,,"left","fade(duration=0)",,,,,,,,,,,,
,"Reviews Main", "reviews.html",,,0
,"CD's", "cdreviews.html",,,0
,"Movies", "moviereviews.html",,,0
,"DVD's", "dvdreviews.html",,,0
])

addmenu(menu=["photos",28,,165,1,"",subnav,,"left","fade(duration=0)",,,,,,,,,,,,
,"Photos Main", "photos.html",,,0
,"Hot Shots", "hotshots.html",,,0
,"Archives", "photoarch.html",,,0
])

addmenu(menu=["videos",28,,165,1,"",subnav,,"left","fade(duration=0)",,,,,,,,,,,,
,"Videos Main", "videos.html",,,0
,"Archives", "videosarch.html",,,0
])

addmenu(menu=["community",28,,165,1,"",subnav,,"left","fade(duration=0)",,,,,,,,,,,,
,"Jesse", "mailto:jesse@jessecastro.com",,,0
,"Web Master", "mailto:cfaris@pacbell.com",,,0
])

addmenu(menu=["magazine",28,,165,1,"",subnav,,"left","fade(duration=0)",,,,,,,,,,,,
,"Magazine Main", "magazine.html",,,0
,"Subscribe", "subscribe.html",,,0
,"Customer Service", "customerservice.html",,,0
])

addmenu(menu=["services",28,,165,1,"",subnav,,"left","fade(duration=0)",,,,,,,,,,,,
,"Jesse", "mailto:jesse@jessecastro.com",,,0
,"Web Master", "mailto:cfaris@pacbell.com",,,0
])








//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file
