
function help(d)
{
	if (d == 1)
	{
		window.open('/data/help/0001.html', 'Help', 'width=430, height=250, resizable=no, scrollbars=yes');	
	}
	if (d == 2)
	{
		window.open('/data/help/0002.html', 'Help', 'width=440, height=390, resizable=no, scrollbars=yes');	
	}
	if (d == 3)
	{
		window.open('/data/help/0003.html', 'Help', 'width=440, height=390, resizable=no, scrollbars=yes');	
	}
	if (d == 4)
	{
		window.open('/data/help/0004.html', 'Help', 'width=440, height=400, resizable=no, scrollbars=yes');	
	}
	if (d == 5)
	{
		window.open('/data/help/0005.html', 'Help', 'width=430, height=250, resizable=no, scrollbars=yes');	
	}
}

function fin()
{
	window.close();
}
