
// Popup
function popup(newLink, newWidth, newHeight)
{
	var tm = new Date();
	var hndl = "wNewsWin"+tm.getTime();
	window.open(newLink,hndl,"scrollbars=no,resizable=yes,status=no,height=" + newHeight + ",width=" + newWidth);
}
