<!--
mymenu = new POTMenu
// Defines the size of the main menu items, width and height
mymenu.mainmenuitemsize(127,19)
// Defines the size of the sub menu items, width and height
mymenu.submenuitemsize(137,19)
// Defines the position of the sub menus in relation to the parent
mymenu.submenuplacing(0,0)
// Images that make up the border of the main menu. Optional.
mymenu.mainborderimages("images/bluepixel.gif","images/bluepixel.gif","images/bluepixel.gif","images/bluepixel.gif")
// Corners of the images that make up the main menu border.
mymenu.mainbordercorners("images/bluepixel.gif","images/bluepixel.gif","images/bluepixel.gif","images/bluepixel.gif")
// Left width, right width and height of the top and bottom of the border
mymenu.mainborderdimensions(1,1,1)
// These lines are for the sub menu borders
mymenu.subborderimages("images/blackpixel.gif","images/blackpixel.gif","images/blackpixel.gif","images/blackpixel.gif")
mymenu.subbordercorners("images/blackpixel.gif","images/blackpixel.gif","images/blackpixel.gif","images/blackpixel.gif")
mymenu.subborderdimensions(1,1,1)
// Main menu cell color
mymenu.mainmenucolor("#6699CC")
// Sub menu cell color
mymenu.submenucolor("#6699CC")
// Graphical "join" between a menu and its sub menu. Optional
//mymenu.definejoin("images/join.gif",25)
// Centers text for Netscape 4.7
mymenu.netscapeadjust(3,3)
// The image that is show between the main menu items
mymenu.definemainspacer("images/blackpixel.gif",1)
// The image that is show between the sub menu items
mymenu.definesubspacer("images/blackpixel.gif",1)
// This line is required here
mymenu.startMenu()
// Define the main menu.

mymenu.addMenu("vacation","vacation rentals", "vacation-rentals.htm")
mymenu.addMenu("gvrentals","-1 bed garden", "")
mymenu.addMenu("lvrentals","-2 bed lakeview", "")
mymenu.addMenu("lfrentals","-2 bed lakefront", "")
mymenu.addMenu("home","sales", "real-estate.htm")
mymenu.addMenu("activity","activities", "activities.htm")
mymenu.addMenu("rates","rental rates", "rental-rates.htm")
mymenu.addMenu("contact","contact us", "contact-us.htm")
// mymenu.addMenu("links","site map", "site-map.htm")


//mymenu.addMenu("resources","resources", "#")
//mymenu.addMenu("webdesign","webdesign", "#")
//mymenu.addMenu("chinquapin","chinquapin", "http://chinquapin.com/")
//mymenu.addMenu("tavern","tahoe tavern", "http://tavernproperties.com/")
// This line is required after the main menu is defined.
mymenu.showMainMenu()

// Define the sub menus
mymenu.addSubMenu("gvrentals", "", "1 bed - unit #1", "vacation-rentals-unit1.htm")
mymenu.addSubMenu("gvrentals", "", "1 bed - unit #2", "vacation-rentals-unit2.htm")
mymenu.addSubMenu("gvrentals", "", "1 bed - unit #3", "vacation-rentals-unit3.htm")
mymenu.addSubMenu("gvrentals", "", "1 bed - unit #4", "vacation-rentals-unit4.htm")
mymenu.addSubMenu("gvrentals", "", "1 bed - unit #9", "vacation-rentals-unit9.htm")
mymenu.addSubMenu("gvrentals", "", "1 bed - unit #10", "vacation-rentals-unit10.htm")
mymenu.addSubMenu("gvrentals", "", "1 bed - unit #11", "vacation-rentals-unit11.htm")
// mymenu.addSubMenu("gvrentals", "", "1 bed - unit #12", "vacation-rentals-unit12.htm")
mymenu.addSubMenu("gvrentals", "", "1 bed - unit #17", "vacation-rentals-unit17.htm")
// mymenu.addSubMenu("gvrentals", "", "1 bed - unit #18", "vacation-rentals-unit18.htm")
// mymenu.addSubMenu("gvrentals", "", "1 bed - unit #19", "vacation-rentals-unit19.htm")
mymenu.addSubMenu("gvrentals", "", "1 bed - unit #20", "vacation-rentals-unit20.htm")

mymenu.addSubMenu("lvrentals", "", "2 bed - unit #5", "vacation-rentals-unit5.htm")
mymenu.addSubMenu("lvrentals", "", "2 bed - unit #7", "vacation-rentals-unit7.htm")
mymenu.addSubMenu("lvrentals", "", "2 bed - unit #13", "vacation-rentals-unit13.htm")
mymenu.addSubMenu("lvrentals", "", "2 bed - unit #14", "vacation-rentals-unit14.htm")
mymenu.addSubMenu("lvrentals", "", "2 bed - unit #15", "vacation-rentals-unit15.htm")
mymenu.addSubMenu("lvrentals", "", "2 bed - unit #22", "vacation-rentals-unit22.htm")
mymenu.addSubMenu("lvrentals", "", "2 bed - unit #23", "vacation-rentals-unit23.htm")

mymenu.addSubMenu("lfrentals", "", "2 bed - unit #34", "vacation-rentals-unit34.htm")
mymenu.addSubMenu("lfrentals", "", "2 bed - unit #35", "vacation-rentals-unit35.htm")
mymenu.addSubMenu("lfrentals", "", "2 bed - unit #36", "vacation-rentals-unit36.htm")
mymenu.addSubMenu("lfrentals", "", "2 bed - unit #37", "vacation-rentals-unit37.htm")
mymenu.addSubMenu("lfrentals", "", "2 bed - unit #38", "vacation-rentals-unit38.htm")
mymenu.addSubMenu("lfrentals", "", "2 bed - unit #39", "vacation-rentals-unit39.htm")
mymenu.addSubMenu("lfrentals", "", "2 bed - unit #40", "vacation-rentals-unit40.htm")
mymenu.addSubMenu("lfrentals", "", "2 bed - unit #41", "vacation-rentals-unit41.htm")
mymenu.addSubMenu("lfrentals", "", "2 bed - unit #42", "vacation-rentals-unit42.htm")
mymenu.addSubMenu("lfrentals", "", "2 bed - unit #44", "vacation-rentals-unit44.htm")
// mymenu.addSubMenu("lfrentals", "", "2 bed - unit #45", "vacation-rentals-unit45.htm")
mymenu.addSubMenu("lfrentals", "", "2 bed - unit #46", "vacation-rentals-unit46.htm")
mymenu.addSubMenu("lfrentals", "", "2 bed - unit #47", "vacation-rentals-unit47.htm")

mymenu.addSubMenu("activity", "", "January", "january.htm")
mymenu.addSubMenu("activity", "", "February", "february.htm")
mymenu.addSubMenu("activity", "", "March", "march.htm")
mymenu.addSubMenu("activity", "", "April", "april.htm")
mymenu.addSubMenu("activity", "", "May", "may.htm")
mymenu.addSubMenu("activity", "", "June", "june.htm")
mymenu.addSubMenu("activity", "", "July", "july.htm")
mymenu.addSubMenu("activity", "", "August", "august.htm")
mymenu.addSubMenu("activity", "", "September", "september.htm")
mymenu.addSubMenu("activity", "", "October", "october.htm")
mymenu.addSubMenu("activity", "", "November", "november.htm")
mymenu.addSubMenu("activity", "", "December", "december.htm")




// This line is required after all menu definitions are finished
mymenu.showMenu()
// -->
