function init()
{var height=0;
var height2=0
var width=0;
var width2=0;
 

if (self.screen) {     // for NN4 and IE4

        width = screen.width

        height = screen.height

}

else if (self.java) {   // for NN3 with enabled Java

       var jkit = java.awt.Toolkit.getDefaultToolkit();

       var scrsize = jkit.getScreenSize();       

       width = scrsize.width; 

       height = scrsize.height; 

}
if (width==640) width2=1
if (width==1152) width2=175
if (width==1024) width2=112
if (width==800) width2=1
if (width==1280) width2=240
if (width==1600) width2=400
if (width2<1) width=150


	menus[0] = new menu(20, "horizontal", width2, 145, 0, -2, "img:images/background1.jpg", "img:images/background2.jpg", "Verdana", 7.5, "bold", 
			"bold", "550000", "black", 0, "white", 2, "", false, false, true, false, 0, true, 4, 4, "98af64");
		menus[0].addItem("index.html", "", 42, "center", "Home", 0);
		menus[0].addItem("links.htm", "", 70, "center", "Links", 0);
		menus[0].addItem("waterfront_rentals.htm", "", 125, "center", "Waterfront Rentals", 2);
		menus[0].addItem("resort_rentals.htm", "", 100, "center", "Resort Rentals", 3);
		menus[0].addItem("long-term-rental.htm", "", 125, "center", "Long Term Rentals", 0);
                menus[0].addItem("cabins_cottages.htm", "", 125, "center", "Cabins & Cottages", 4);
		menus[0].addItem("rates.htm", "", 70, "center", "Rates", 0);
		menus[0].addItem("area.htm", "", 60, "center", "The Area", 0);
		menus[0].addItem("contact_us.htm", "", 85, "center", "Contact", 0);
	
	menus[0].floatMenu(width, height, width/100, 0);
	
	menus[1] = new menu(135, "vertical", 0, 0, -5, -5, "white", "gray", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, 0, false, false, false, false, 0, true, 4, 4, "gray");
	menus[1].addItem("#", "", 22, "center", "Item 1_1", 0);
	menus[1].addSeparator(1, "black");
	menus[1].addItem("#", "", 22, "center", "Item 1_2", 0);
	menus[1].addItem("#", "", 22, "center", "Item 1_3", 0);
	menus[1].addSeparator(1, "black");
	menus[1].addItem("#", "", 22, "center", "Item 1_4", 0);

	menus[2] = new menu(125, "vertical", 0, 0, 0, -2, "white", "98af64", "Verdana", 8, "", 
		"bold", "black", "white", 1, "black", 2, 0, false, true, false, false, 0, true, 4, 4, "gray");
	menus[2].addItem("pinetops.htm", "", 22, "left", "Pinetops", 0);
	menus[2].addItem("mallard_cove.htm", "", 22, "left", "Mallard Cove", 0);
	menus[2].addItem("sandy_bottom.htm", "", 22, "left", "Sandy Bottom", 0);
	menus[2].addItem("pike_lane.htm", "", 22, "left", "Pike Lane", 0);
	menus[2].addItem("torchview.htm", "", 22, "left", "TorchView", 0);
	menus[2].addItem("torch-sunset.htm", "", 22, "left", "Torch Sunset", 0);

	
	menus[3] = new menu(125, "vertical", 0, 0, 0, -2, "white", "98af64", "Verdana", 8, "", 
			"bold", "black", "white", 1, "black", 2, 0, false, true, false, false, 0, true, 4, 4, "gray");
	menus[3].addItem("snowshoe.htm", "", 22, "left", "Snowshoe", 0);
	menus[3].addItem("snowshoes.htm", "", 22, "left", "Snowshoes", 0);
	menus[3].addItem("skihaus.htm", "", 22, "left", "SkiHaus", 0);

	
	menus[4] = new menu(125, "vertical", 0, 0, 0, -2, "white", "98af64", "Verdana", 8, "", 
				"bold", "black", "white", 1, "black", 2, 0, false, true, false, false, 0, true, 4, 4, "gray");
	menus[4].addItem("sprucetops.htm", "", 22, "left", "Sprucetops", 0);
	menus[4].addItem("basecamp.htm", "", 22, "left", "Basecamp", 0);


	
}