/*
* Don't change or remove the head comments!
*
* DHTML hierarchical, object oriented menu: VB MENU 1.5
* Copyright (C) 2003-2004  Vladimir Bodurov
*
*   Version  1.5  2004-03-06
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
* Lesser General Public License for more details.

* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*
* Copy of GNU Lesser General Public License at: http://www.gnu.org/copyleft/lesser.txt
*
* Source code home page: http://www.bodurov.com/menu.html
*/


// Creating and Managing object

var mc = new MenuCreator();

// Your menu starts here
mc.Start();
mc.Add("About Us");
	mc.Start();
	mc.Add("Home","http://www.divemastersreview.com/index.htm","_top");
	mc.Add("The Reviews","http://www.divemastersreview.com/reviews.htm","_top");
	mc.Add("Contributors","http://www.divemastersreview.com/contributors.htm","_top");
	mc.Add("How to Contribute","http://www.divemastersreview.com/contribute.htm","_top");
		mc.Start();
		mc.Add("Application Form","http://www.divemastersreview.com/forms/contributor_form.htm","_top");
		mc.Add("Submission Form","http://www.divemastersreview.com/forms/submission_forms_portal.htm","_top");
		mc.End();
	mc.End();
mc.Add("Dive Equipment","http://products.bg","_top");
	mc.Start();
	mc.Add("Masks","http://www.divemastersreview.com/dive_gear/dive_gear_masks.htm","_top");
	mc.Add("Reguators","http://www.divemastersreview.com/dive_gear/dive_gear_reg.htm","_top");
	mc.Add("BCs","http://www.divemastersreview.com/dive_gear/dive_gear_bc.htm","_top");
	mc.Add("Fins","http://www.divemastersreview.com/dive_gear/dive_gear_fin.htm","_top");
	mc.Add("Computers","http://www.divemastersreview.com/dive_gear/dive_gear_computer.htm","_top");
	mc.Add("Wetsuits","http://www.divemastersreview.com/dive_gear/dive_gear_wetsuits.htm","_top");
	mc.Add("Accessories","http://www.divemastersreview.com/dive_gear/dive_gear_accessories.htm","_top");
	mc.End();
mc.Add("Dive Shops & Training","");
	mc.Start();
	mc.Add("N. America","http://www.divemastersreview.com/dive_shops/dive_shops_na.htm","_top");
		mc.Start();
		mc.Add("Florida","http://www.divemastersreview.com/dive_shops/dive_shops_na_florida.htm","_top");
		mc.End();
	mc.Add("Caribbean","http://www.divemastersreview.com/dive_shops/dive_shops_caribbean.htm","_top");
	mc.Add("S. America","http://www.divemastersreview.com/dive_shops/dive_shops_sa.htm","_top");
	mc.Add("Europe","http://www.divemastersreview.com/dive_shops/dive_shops_europe.htm","_top");
	mc.Add("Africa","http://www.divemastersreview.com/dive_shops/dive_shops_africa.htm","_top");
	mc.Add("Asia","http://www.divemastersreview.com/dive_shops/dive_shops_asia.htm","_top");
	mc.Add("Australia","http://www.divemastersreview.com/dive_shops/dive_shops_australia.htm","_top");
	mc.End();
mc.Add("Dive Operations & Sites");
	mc.Start();
	mc.Add("Dive Operations");
		mc.Start();
		mc.Add("N. America","http://www.divemastersreview.com/dive_operators/dive_operators_na.htm","_top");
			mc.Start();
			mc.Add("Bahamas","http://www.divemastersreview.com/dive_operators/dive_operators_na_bahamas.htm","_top");
			mc.Add("Florida","http://www.divemastersreview.com/dive_operators/dive_operators_na_florida.htm","_top");
			mc.Add("Hawaii","http://www.divemastersreview.com/dive_operators/dive_operators_na_hawaii.htm","_top");
			mc.End();
		mc.Add("S. America","http://www.divemastersreview.com/dive_operators/dive_operators_sa.htm","_top");
		mc.Add("Caribbean","http://www.divemastersreview.com/dive_operators/dive_operators_caribbean.htm","_top");
		mc.Add("Europe","http://www.divemastersreview.com/dive_operators/dive_operators_europe.htm","_top");
		mc.Add("Africa","http://www.divemastersreview.com/dive_operators/dive_operators_africa.htm","_top");
		mc.Add("Asia","http://www.divemastersreview.com/dive_operators/dive_operators_asia.htm","_top");
		mc.Add("Australia","http://www.divemastersreview.com/dive_operators/dive_operators_australia.htm","_top");
		mc.End();
	mc.Add("Dive Sites");
		mc.Start();
		mc.Add("N. America","http://www.divemastersreview.com/dive_locations/dive_reviews_na.htm","_top");
			mc.Start();
			mc.Add("Bahamas","http://www.divemastersreview.com/dive_locations/dive_reviews_na_bahamas.htm","_top");
			mc.Add("Florida","http://www.divemastersreview.com/dive_locations/dive_reviews_na_florida.htm","_top");
			mc.Add("Hawaii","http://www.divemastersreview.com/dive_locations/dive_reviews_na_hawaii.htm","_top");
			mc.End();
		mc.Add("S. America","http://www.divemastersreview.com/dive_locations/dive_reviews_sa.htm","_top");
		mc.Add("Caribbean","http://www.divemastersreview.com/dive_locations/dive_reviews_caribbean.htm","_top");
		mc.Add("Europe","http://www.divemastersreview.com/dive_locations/dive_reviews_europe.htm","_top");
		mc.Add("Africa","http://www.divemastersreview.com/dive_locations/dive_reviews_africa.htm","_top");
		mc.Add("Asia","http://www.divemastersreview.com/dive_locations/dive_reviews_asia.htm","_top");
		mc.Add("Australia","http://www.divemastersreview.com/dive_locations/dive_reviews_australia.htm","_top");
		mc.End();
	mc.End();
mc.Add("Contact Us","mailto:hawksr@faithassembly.org");
mc.End();
// Your menu ends here

// if you uncomment this the menu will be vertical instead of horizontal
//mc.Vertical();
// if you uncomment this the box will be centered
//mc.Center();
// if you uncomment this you will have to write the first level youself
//mc.DoNotWriteFirstLevel();

mc.Draw();
