function openr(url, width, height)
{
	 newWindow = window.open(url,"newwindow",'width=' + 700 + ',height=' + 500 + ',resizable=1,scrollbars=yes,menubar=no,status=yes' );
	if(!newWindow.closed)newWindow.focus()
}