// JavaScript Document

function OpenPopup(url) {
	news=window.open(url,'News','scrollbars=yes, width=580, height=600, left=0, top=0');
	news.focus();
}


