﻿window.onError = true

function s(t)
{
	window.status = t
}

function o()
{
	window.status = ''
}

function NewMainImage(str)
{
	document.getElementById("MAINIMAGE").src = str;
}
