var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:150px;list-style-type:none;list-style-image:none;', linktarget:'_self'} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
["Refresh", "index.php"],
["About", "?page_id=32"],
["Link in", "?page_id=45"],
["Link out", "?page_id=50"],
["Gaestebuch", "http://www.onlinewebservice6.de/gastbuch.php?id=147833"]
//no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px;list-style-type: none;list-style-image: none;', linktarget:'_self'} 
anylinkmenu2.items=[
["Anime", "?page_id=175"],
["Manga", "?page_id=161"],
["Buch", "?page_id=515"],
["Games", "?page_id=523"],
["Webseite", "?page_id=144"] 
//no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:150px;list-style-type: none;list-style-image: none;', linktarget:'_self'} 
anylinkmenu3.items=[
["Cyberstamps", "?page_id=1000"],
["Tests", "?page_id=157"],
["Tutorials", "?page_id=716"],
["SotM", "?page_id=152"],
["Mirage", "?page_id=148"],
["Wordpress", "?page_id=1067"] 
//no comma following last entry!
]


