function loadimage(framename)
	{
	if (top.contents)
		{
		top.contents.imageswap(framename);
		}
	}
function killimage()
	{
	if (top.contents)
		{
		top.contents.resetarray();
		}
	}