 <!--hide from old browsers
	//function, open profiles new window
	function profileWindow(url)
		{
			var profWindow=window.open(url, "profWin", "width=400, height=400, top=100, left=250, scrollbars=yes noresize")
			profWindow.focus()
		}
	
//stop hiding from old browsers-->
