//Variables to set
between=24 //The pixel between the menus and the submenus
mainheight=22 //The height of the mainmenus
subheight=21 //The height of the submenus
pxspeed=50 //The pixel speed of the animation
timspeed=5 //The timer speed of the animation
menuy=130 //The top placement of the menu.
menux=5 //The left placement of the menu

//Images - Play with these
level0_regular='allpics/menu/level0_regular.gif'
level0_round='allpics/menu/level0_round.gif'
level1_regular='allpics/menu/level1_regular.gif'
level1_round='allpics/menu/level1_round.gif'
level1_sub='allpics/menu/level1_sub.gif'
level1_sub_round='allpics/menu/level1_sub_round.gif'
level1_round2='allpics/menu/level1_round2.gif'
level2_regular='allpics/menu/level2_regular.gif'
level2_round='allpics/menu/level2_round.gif'

preLoadBackgrounds(level0_regular,level0_round,level1_regular,level1_round,level1_sub,level1_sub_round,level1_round2,level2_regular,level2_round)

//There are 3 different types of menus you can make:
//  top = Main menus
//  sub = Sub menus
//  sub2 = SubSub menus

//Digital Surveillance
makeMenu('top','Digital Surveillance','SurveillanceSoftware.asp')
  makeMenu('sub','Software','SurveillanceSoftware.asp')
  makeMenu('sub','DVR\'s','DVR.asp')
  makeMenu('sub','Cameras','cameras.asp')
  makeMenu('sub','Installation','SurveillanceInstallation.asp')

//Portfolio
makeMenu('top','Portfolio','Portfolio.asp')

//Specialties
makeMenu('top','Specialties','MobileCommandUnits.asp')
  makeMenu('sub','Mobile Command Units','MobileCommandUnits.asp')
  makeMenu('sub','Weatherproof Enclosures','WeatherProof.asp')
  makeMenu('sub','Rental Surveillance Units','RentalSurveillanceUnits.asp')

//Download Center
makeMenu('top','Support Center','download.asp')
  makeMenu('sub','Downloads','download.asp')
  makeMenu('sub','Software Demonstrations','SoftwareDemonstrations.asp')

//Demo Cams
makeMenu('top','Demo Cams','demo.asp')

//Ask the Expert
makeMenu('top','Ask the Expert','ask.asp')

//FAQ
makeMenu('top','FAQ','faq.asp')

//Home
makeMenu('top','Home','start.asp','',1)

//Starting the menu
onload=SlideMenuInit;
