var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:150px;', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Ladies", "store_ladies.php"],
	["Men", "store_men.php"],
	["Kids", "store_kids.php"],
	["Home", "store_household.php"],
	["Health & Toiletries", "store_health.php"],
	["Beauty", "stardust.php"],
	["Best Sellers", "store_bestsellers.php"]
	//no comma following last entry!
]


var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px;', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["OCBC Robinsons Card", "ocbc_card.php"],
	["ValuePlus", "valueplus.php"], 
	["Gift Vouchers", "gifts.php"],
	["Gift Cards", "giftcards.php"],
	["Services", "services_store.php?category=Services"]
	//no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:150px;', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["OCBC Robinsons Card", "ocbc_card.php"],
	["ValuePlus Card", "valueplus.php"], 
	["Gift Vouchers", "gifts.php"],
	["Gift Cards", "giftcards.php"],
	["Services", "services_store.php?category=Services"]
	//no comma following last entry!
]
