function bottom(path)
{
if (path=="")
	{
	path="./";
	}

document.write("");
}



