
function ON(button)
{
	window.document.images[button].src=button+"h.bmp";
}

function OUT(button)
{
	window.document.images[button].src=button+"n.bmp";
}

function goto(url)
{
	top.SITE.document.location=url;
}