function MenuPop(rid) {
	//width=520 to account for the scrollbar & borders, while still leaving a tiny bit of space. 
	window.open('menu.asp?rid=' + rid, '', 'width=520,height=500,scrollbars=yes,resizable=yes');
}