function tdmouseover(object)
{
	document.getElementById(object).style.background = 'url(images/bgsublink2.gif)';
	document.getElementById('href' + object).style.color = '#ffffff';
	document.getElementById('href' + object).style.textDecoration = 'underline';
}
function tdmouseout(object)
{
	document.getElementById(object).style.background = 'url(images/bgsublink.gif)';
	document.getElementById('href' + object).style.color = '#333333';
	document.getElementById('href' + object).style.textDecoration = 'none';
}
function tdonclick(object)
{
	window.location.href = object + '.php';
}
function test(object)
{
	window.location.href = ('fotocataloog/metalux.html');
}
