var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	["Home", "index.php"],
	["My Account", "account.php"],
	["Create Account", "create_account.php"],	
	["Recover Password", "password_forgotten.php"],
	["Contact Us", "contact_us.php", "efc"],

	["About Us", "post.php?post_id=52"],
	["Links", "post.php?post_id=159"],
	["Freight & Returns", "post.php?post_id=74"],
	["Privacy Notice", "post.php?post_id=78"],
	["Conditions", "post.php?post_id=80"] //no comma following last entry!

]
