<!--
function listOver(id)
{
	document.getElementById(id).src = '/images_design/bg_list_over.gif';
}

function listOut(id)
{
	document.getElementById(id).src = '/images_design/bg_list.gif';
}

function printLink(anchor, link)
{
	document.write('<a href="' + link + '" title="' + anchor + '" rel="nofollow" target="_blank">' + anchor + '</a>');
}

function printLinkImage(anchor, link, src)
{
	document.write('<a href="' + link + '" title="' + anchor + '" rel="nofollow" target="_blank"><img src="' + src + '" border="0" alt=""/></a>');
}

function printLinkImageSmall(anchor, link, src)
{
	document.write('<a href="' + link + '" title="' + anchor + '" rel="nofollow" target="_blank"><img src="' + src + '" border="0" height="45" alt=""/></a>');
}
-->