
function changeColor(obj,clr){

	if(IE){
	  	obj.style.color = clr;
	}
	

}






function detail(product,taal){
hoogte=Math.round(((screen.availHeight-550)/2));
breedte = Math.round(((screen.availWidth-700)/2));

window.open("detail.asp?productId="+product+"&lang="+taal,"","height=550,width=700,toolbar=no,location=no,directories=no,status=0,menubar=no,scrollbars=yes,noresize,copyhistory=no,channelmode=0,dependent=0,top=" + hoogte +",left=" + breedte);
}



