function makeCacheBuster(s) {
	var maxint = 2147483647;
	return s + "?r=" + Math.floor(Math.random() * maxint + 1) + "." + Math.floor(Math.random() * maxint + 1);
}

var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu1.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu1.onmouseover = "MM_swapImage('Image1','','/images/heat-garments-1.png',0)";
anylinkmenu1.onmouseout = "MM_swapImgRestore()";
anylinkmenu1.items=[
	["Men's", "/product-category.asp?category=Men"],
	["Women's", "/product-category.asp?category=Women"],
	["Technology", "/technology.asp"],
	["FAQ", "/faq.asp"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu2.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu2.onmouseover = "MM_swapImage('Image2','','/images/blankets-1.png',0)";
anylinkmenu2.onmouseout = "MM_swapImgRestore()";
anylinkmenu2.items=[
	["Two Tone Throws", "/product-category.asp?category=Throws"],
	["Polartec® Throws", "/product-category.asp?category=Polartec"],
	["Fleece Blankets", "/product-category.asp?category=Blankets"] //no comma following last entry!
]

//	["Mattress Toppers", "/product-category.asp?category=Toppers"],
