
		newWindow=null
		
		function openWindow(news) {
		newWindow=window.open(news, "newWin", "toolbar=yes,location=yes,scrollbars=yes,resizable=yes,width=640,height=480")
		newWindow.focus()
}

