         with(my_menu=new menuname("Main Menu")){
		style=HeadersStyle;
		top=2;
		left=2;
		alwaysvisible=1;
		position="relative";

		aI("text=Seahorse Home;url=javascript:openIFrame(\"body_frame\",\"html/home.htm\");status=Seahorse Home;align=center;");
		aI("text=Motel Rooms;url=javascript:openIFrame(\"body_frame\",\"html/motel_rooms.htm\");status=Motel Rooms;align=center;");
		aI("text=Self-Contained Units;url=javascript:openIFrame(\"body_frame\",\"html/self_contained_units.htm\");status=Self-Contained Units;align=center;");
		aI("text=Tariff Information;showmenu=tariffs;align=center;status=Tariff Information");
		aI("text=Room Structures;showmenu=configurations;align=center;status=Room Configurations");
		aI("text=Seahorse Facilities;url=javascript:openIFrame(\"body_frame\",\"html/facilities.htm\");status=Seahorse Facilities;align=center;");
		aI("text=Bookings;url=javascript:openIFrame(\"body_frame\",\"html/bookings.htm\");status=Bookings;align=center;");
		aI("text=Miscellaneous Info;showmenu=misc_info;align=center;status=Miscellaneous Info");
		aI("text=Email Seahorse;url=javascript:openNewWindow(\"mailto:seahorse@nex.net.au\",0,0,\"\");status=Email Seahorse;align=center;");
		}

		with(milonic=new menuname("tariffs")){
		style=HeadersStyle;
		overflow="scroll";
		aI("text=Motel Room Tariffs;url=javascript:openIFrame(\"body_frame\",\"html/motel_tariffs.htm\");status=Motel Room Tariffs;align=center;");
		aI("text=Self-Contained Unit Tariffs;url=javascript:openIFrame(\"body_frame\",\"html/self_contained_tariffs.htm\");status=Self-Contained Unit Tariffs;align=center;");
		aI("text=Tariff Seasons;url=javascript:openIFrame(\"body_frame\",\"html/tariff_seasons.htm\");status=Miscellaneous Info;align=center;");
		}

		with(milonic=new menuname("configurations")){
		style=HeadersStyle;
		overflow="scroll";
		aI("text=3.5 Star Accommodation;url=javascript:openIFrame(\"body_frame\",\"html/rooms_3star.htm\");status=3.5 Star Accommodation;align=center;");
		aI("text=4 Star Accommodation;url=javascript:openIFrame(\"body_frame\",\"html/rooms_4star.htm\");status=4 Star Accommodation;align=center;");
		}

		with(milonic=new menuname("misc_info")){
		style=HeadersStyle;
		overflow="scroll";
		aI("text=Phillip Island Attractions;url=javascript:openIFrame(\"body_frame\",\"html/attractions.htm\");status=Phillip Island Attractions;align=center;");
		aI("text=Directions to Seahorse;url=javascript:openIFrame(\"body_frame\",\"html/directions.htm\");status=Directions to Seahorse;align=center;");
		aI("text=General Seahorse Photos;url=javascript:openIFrame(\"body_frame\",\"html/general_photos.htm\");status=General Seahorse Photos;align=center;");
		}

        drawMenus();
