// JavaScript Document

function nieuwsOver(id)
	{
		var color="#CCCCCC"
		//var color="url(/image/mainbg.png)"
		document.getElementById("listtd1"+id).style.background=color
		document.getElementById("listtd2"+id).style.background=color
		document.getElementById("listtd3"+id).style.background=color
	}
function nieuwsOut(id)
	{
		document.getElementById("listtd1"+id).style.background=""
		document.getElementById("listtd2"+id).style.background=""
		document.getElementById("listtd3"+id).style.background=""
	}

function showImg(img){
	window.open('wsImg.asp?img='+img,'imge','width=400, height=400')
	}