
//-----------------------------------------------------------------------------------------------------------------

buildMore("oldhome", 175,
 new Array(
           ["@hostname/"              , "Gagle Software"       ]
          )
);

buildCard("home", 200, "Quick Links", "Actions",
  new Array(
           ['@hostname/'                   , 'Gagle Software'                   ]
           ),
  new Array(
           ['@hostname/photo/'                     ,'Photography'           ],
           ['@hostname/products/'                  ,'Software'              ],
           ['@hostname/info.asp'                   ,'Contacts'              ]           
           ),
  new Array(
           ['@hostname/isecure30/login.asp'                 , 'Sign in'  ],
           ['@hostname/isecure30/authorize.asp?l=O'         , 'Logoff' ]
           )
);



buildCard("products", 200, "Quick Links", "Solutions",
  new Array(
           ["@hostname/products/"                     , "Overview"                    ],
           ["@hostname/register/"                     , "Registration"                ]
           ),
  new Array(
           ['@hostname/products/4events/'          ,'4Events'                      ]
           ),
  new Array(
           ["@hostname/products/4events/"          , "4Events Gymnastics Scoring System"      ]
           )
);

buildCard("photo", 200, "Quick Links", "Solutions",
  new Array(
           ["@hostname/photo"                      , "Overview"                    ]
           ),
  new Array(
           ['@hostname/photo/eventlist.asp'        ,'Events'                       ],
           ['@hostname/pepsiroadhouse/'            ,'Pepsi Roadhouse'              ],
           ['@hostname/mzooka/'                    ,'mZooka Flags'                 ]
           ),
  new Array(
           ["@hostname/photo/eventlist.asp"        , "Order additional photos from an event"  ],
           ["@hostname/photo/products.asp"         , "Sample product list"                    ],
           ["@hostname/mzooka/"                    , "mZooka Flags"                           ]

           )
);


buildCard("contact", 200, "Quick Links", "Information",
  new Array(
           ['@hostname/info.asp'                   , 'Questions'                   ]
           ),
  new Array(
           ['@hostname/privacy.asp'                , 'Privacy'                     ]
           ),
  new Array(
           ['@hostname/info.asp'                   , 'Questions and Information'   ],
           ['@hostname/privacy.asp'                , 'Privacy Statement'           ],
           ['@hostname/securesite.asp'             , 'Site Security'               ]
           )
);

setupLayers();

