﻿function setFrameBG(bgColor)
{
	parent.hoek.document.body.style.backgroundColor = bgColor;
	parent.menu.document.body.style.backgroundColor = bgColor;
	parent.header.document.body.style.backgroundColor = bgColor;
}


