function showNews(filterid,desc) {

	nWIDTH=800;

	nHEIGHT=screen.availHeight*.95;
	
	nLeft=(screen.availWidth-nWIDTH)/2

	nTop=(screen.availheight*.95-nHEIGHT)/2

	var sFileName=new String(document.URL);

	hdlPop = open("http://www.thefinancials.com/syndicated/ENRG/headlines.html?filterid=" + filterid + "&desc=" + desc, 'News', "top="+nTop+",left="+nLeft+",width="+nWIDTH+",height="+nHEIGHT+",status=no,toolbar=no,menubar=no,scrollbars=yes");

	
	if (hdlPop.opener == null) hdlPop.opener = self;
}
