//<!--
function OverImage(index)
{
	eval('document["VKTCI' + index + '"].src = "images/but' + index + 'on.gif"')
}

function OutImage(index)
{
	eval('document["VKTCI' + index + '"].src = "images/but' + index + '.gif"')
}

function AspOverImage(index)
{
	eval('document["VKTCI' + index + '"].src = "../images/but' + index + 'on.gif"')
}

function AspOutImage(index)
{
	eval('document["VKTCI' + index + '"].src = "../images/but' + index + '.gif"')
}

function WinPopup(url, strNames)
{
	window.open(url, strNames, 'left=10 top=10 width=600 height=600 scrollbars=1');
}

function WinPopupsm(url, strNames)
{
	window.open(url, strNames, 'left=10 top=10 width=420 height=420 scrollbars=1');
}
//-->