function RollMenu(men,cmd){
	var img = (isN) ? FindElement(men,0) : document[men];
	if (cmd==1) {
		 img.src = 'http://www.astoriafederal.com/html/images/menu/'+men+'_over.gif';
	} else img.src = 'http://www.astoriafederal.com/html/images/menu/'+men+'.gif';
}

function RollButtons(men,cmd){
	var img = (isN) ? FindElement(men,0) : document[men];
	if (cmd==1) {
	 img.src = 'http://www.astoriafederal.com/html/images/buttons/'+men+'_over.gif';
	} else img.src = 'http://www.astoriafederal.com/html/images/buttons/'+men+'.gif';
}
