function fnOpenScreenshot(xName)
{
	window.open('Screenshot.aspx?img=' + xName, 'Screenshot', 'height=648, width=851, menubar=no, resizable=no, scrollbars=no, titlebar=no');
}
