/* ---------------- POPUP RADIO         */
function popupnmr(url) {
	newwindow=window.open(url,'name','height=196,width=256');
	if (window.focus) {newwindow.focus()}
	return false;
	}
