function showWindow(fName)
{
	window.open(fName, '', 'width=630,height=500,left=200,scrollbars=1,top=50,toolbar=0,menubar=0,location=0');
}
