function openWindow(strURL)
{
	window.open(strURL,'HRI_Meeting','toolbar=yes,resizable=yes,location=no,scrollbars=yes,menubar=yes,Top=0,Left=0,ScreenX=0,ScreenY=0')
}

