function LastUpdate ()
{
	document.write ("07.07.2005");
}

function LoadPicture (obj, picture)
{
	obj.src = picture;
}

function OpenScreenshot (screenshot)
{
	window.open(screenshot, '','width=1109,height=867')
}

function OpenFile (file)
{
	// window.open(file, '','width=400,height=250')
}
