var collectiemenu={divclass:'anylinkmenucols', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
collectiemenu.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
collectiemenu.items=[
	["HEREN", "?p=collectie&q=heren&page=1"],
	["DAMES", "?p=collectie&q=dames&page=1"],
	["KIDS", "?p=collectie&q=kids&page=1"] //no comma following last entry!
]

var contactmenu={divclass:'anylinkmenucols', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
contactmenu.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
contactmenu.items=[
	["MULDER", "?p=contact&q=mulder"],
	["KIDS", "?p=contact&q=kids"] //no comma following last entry!
]

var winkelmenu={divclass:'anylinkmenucols', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
winkelmenu.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
winkelmenu.items=[
	["MULDER", "?p=winkel&q=mulder"],
	["KIDS", "?p=winkel&q=kids"] //no comma following last entry!
]

