function handleLinkClick(address, target)
{
	window.parent.frames(target).location.href=address;
}

function changeImage(target, path) 
{
	target.background = path;
}

function onMenuMouseOver(over, toColor)
{
	over.bgColor = toColor;
}

function onMenuMouseOut(out, toColor)
{
	out.bgColor = toColor;
}

function getBackOneHistoryStep()
{
	history.back(-1);
}
