function popUp(width,height) {
	aWindow = window.open("","thewindow","width=550,height=450,scrollbars=1");
	aWindow.location.href= "news.html";
	}

