function openwindowlink (url, title)
{
	newwin = window.open(url, title,
		"height=700,width=780,menubar=yes,scrollbars=yes,resizable=no,screenX=50,screenY=50,status=yes,");
}