var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
  ["Company Profile", "about-us.php"],
  ["In The Media", "in-the-media.php"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''}  //Second menu variable. Same precaution.
anylinkmenu2.items=[
  ["Types of Backgrounds", "types-of-backgrounds.php"],
  ["What Is Included?", "what-is-included.php"],
  ["Packages Offered", "packages.php"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''}  //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
  ["Via Internet", "start-now.php"],
  ["Via Telephone", "via-telephone.php"] //no comma following last entry!
]
