<!--
	function newWindow(url)
	{
		varw=window.open(url, 'newwin', 'width=300,height=350')
		varw.focus()
	}
//-->