var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:120px', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["fabrics", "fabrics/index.html"],
	["couture", "couture/index.html"], 
	["wallpaper", "wallpaper/index.html"],
	["padari rugs", "rugs/index.html"],
	["corporate", "corporate/index.html"], 
	["accessories", "accessories/index.html"], 
	["special imports", "special imports/index.html"] //no comma following last entry!
]


var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:120px; background:#ffffff', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["South Africa", "showroomssouthafrica.html"],
	["Namibia", "showroomsnamibia.html"],
	["International", "showroomsinternational.html"]
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.items=[
	["fabrics", "../fabrics/index.html"],
	["couture", "../couture/index.html"], 
	["wallpaper", "../wallpaper/index.html"],
	["padari rugs", "../rugs/index.html"],
	["corporate", "../corporate/index.html"],
	["accessories", "../accessories/index.html"], 
	["special imports", "../special imports/index.html"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:120px; background:#ffffff', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["South Africa", "../showroomssouthafrica.html"],
	["Namibia", "../showroomsnamibia.html"],
	["International", "../showroomsinternational.html"]
]

var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'width:120px; background:#ffffff', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu5.items=[
	["South Africa", "../showroomssouthafrica.html"],
	["Namibia", "../showroomsnamibia.html"],
	["International", "../showroomsinternational.html"]
]

var anylinkmenu6={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu6.items=[
	["fabrics", "../../../fabrics/index.html"],
	["couture", "../../../couture/index.html"], 
	["wallpaper", "../../../wallpaper/index.html"],
	["padari rugs", "../../../rugs/index.html"],
	["corporate", "../../../corporate/index.html"],
	["accessories", "../../../accessories/index.html"], 
	["special imports", "../../../special imports/index.html"] //no comma following last entry!
]

var anylinkmenu7={divclass:'anylinkmenu', inlinestyle:'width:120px; background:#ffffff', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu7.items=[
	["South Africa", "../../../showroomssouthafrica.html"],
	["Namibia", "../../../showroomsnamibia.html"],
	["International", "../../../showroomsinternational.html"]
]

