
addmenu(menu=[		// This is the array that contains your menu properties and details 
"mainmenu",			// Menu Name - This is needed in order for the menu to be called 
160,				// Menu Top - The Top position of the menu in pixels 
"offset=20",		// Menu Left - The Left position of the menu in pixels 
140,				// Menu Width - Menus width in pixels 
1,					// Menu Border Width 
"left",				// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle" 
style1,				// Properties Array - this is set higher up, as above 
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0,					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off) 
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off) 
,					// Position of TOP sub image left:center:right 
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable) 
,					// Right To Left - Used in Hebrew for example. (1=on/0=off) 
,					 // Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements) 
,					// Background image for menu when BGColor set to transparent. 
,					// Scrollable Menu
,					// Reserved for future use 
,"Forsiden","index.asp?sprog=dan",,"til forsiden",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar" 
,"Huset","show-menu=huset",,"",1
,"Udlejning","show-menu=udlejning",,"",1
,"Fotos","show-menu=fotos",,"",1
,"Aktiviteter","show-menu=aktiviteter",,"",1 
//"Referencer","referencer.asp?sprog=dan",,"",1 
,"Kontakt","kontakt.asp?sprog=dan",,"",1 
,"<img src='images/germany.gif' border=0>&nbsp;&nbsp;Deutsch","index.asp?sprog=tys",,"",1 
//,"<img src='images/unionjack.gif' border=0>&nbsp;&nbsp;English","index.asp?sprog=eng",,"",1 
]) 

addmenu(menu=["huset",
,,140,1,"",style1,,"",effect,,,,,,,,,,,,
,"Huset","huset.asp?sprog=dan",,,1
,"Indretning", "indretning.asp?sprog=dan",,,1
//,"Bogenstrand", "bogensstrand.asp?sprog=dan",,,1 
])

addmenu(menu=["aktiviteter",
,,140,1,"",style1,,"",effect,,,,,,,,,,,,
,"Afstande","afstande.asp?sprog=dan",,,1
//,"Sport","sport.asp?sprog=dan",,,1
//,"Kultur", "kultur.asp?sprog=dan",,,1
//,"Natur", "natur.asp?sprog=dan",,,1
//,"Sjov", "sjov.asp?sprog=dan",,,1
//,"For b&oslash;rn", "forboern.asp?sprog=dan",,,1 
,"Links", "links.asp?sprog=dan",,,1
])

addmenu(menu=["udlejning",
,,140,1,"",style1,,"",effect,,,,,,,,,,,,
//,"Priser","priser.asp?sprog=dan",,,1
//,"Ledig", "ledig.asp?sprog=dan",,,1
,"Priser", "udlejning.asp?sprog=dan",,,1
,"Vilk&aring;r", "vilkaar.asp?sprog=dan",,,1
//,"Erhverv", "erhverv.asp?sprog=dan",,,1 
])

addmenu(menu=["fotos",
,,140,1,"",style1,,"",effect,,,,,,,,,,,,
,"Udsigten", "udsigten.asp?sprog=dan",,,1
,"Stranden", "stranden.asp?sprog=dan",,,1
,"Huset", "indvendig.asp?sprog=dan",,,1
//,"Videoklip", "videoklip.asp?sprog=dan",,,1
//,"Mols", "mols.asp?sprog=dan",,,1 
])

dumpmenus()




