function popupfeed(url) {

	var mywindow = "toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,status=no,resizable=yes,width=700,height=600";
	
	thefeed = window.open( url, 'feed2jspop', mywindow);
	if (window.focus) {thefeed.focus()}
}
