function change_cweb_tv_over()
{
	var cweb_tv_image = $('cweb_tv_image');
	var cweb_tv_spacer = $('cweb_tv_spacer');
	var cweb_tv_box = $('cweb_tv_box');
	var cweb_tv_title = $('cweb_tv_title');
	
	cweb_tv_image.src = '/images/cweb_tv_over.jpg';
	cweb_tv_image.height = '150';

	cweb_tv_spacer.style.height = '2px';
	cweb_tv_spacer.style.background = 'url(/images/blue.jpg)';
	
	cweb_tv_box.style.background = 'url(/images/blue.jpg)';
	
	cweb_tv_title.style.color = '#FFFFFF';
	cweb_tv_title.style.textDecoration = 'underline';
}

function change_cweb_tv_out(old_image)
{
	var cweb_tv_image = $('cweb_tv_image');
	var cweb_tv_spacer = $('cweb_tv_spacer');
	var cweb_tv_box = $('cweb_tv_box');
	var cweb_tv_title = $('cweb_tv_title');
	
	cweb_tv_image.src = old_image;
	cweb_tv_image.height = '148';

	cweb_tv_spacer.style.height = '4px';
	cweb_tv_spacer.style.background = 'url(/images/spcr.gif)';
	
	cweb_tv_box.style.background = 'url(/images/back_blue_white.jpg)';
	
	cweb_tv_title.style.color = '#333333';
	cweb_tv_title.style.textDecoration = 'none';
}

function change_cweb_radio_over(id)
{
	var cweb_radio_image = $('cweb_radio_image_' + id);
	var cweb_radio_box = $('cweb_radio_box_' + id);
	var cweb_radio_title = $('cweb_radio_title_' + id);
	
	cweb_radio_image.src = '/images/cweb_radio_over.jpg';

	cweb_radio_box.style.background = 'url(/images/blue.jpg)';
	
	cweb_radio_title.style.color = '#FFFFFF';
	cweb_radio_title.style.textDecoration = 'underline';
}

function change_cweb_radio_out(id, old_image)
{
	var cweb_radio_image = $('cweb_radio_image_' + id);
	var cweb_radio_box = $('cweb_radio_box_' + id);
	var cweb_radio_title = $('cweb_radio_title_' + id);

	cweb_radio_image.src = old_image;

	cweb_radio_box.style.background = 'url(/images/back_blue_white.jpg)';
	
	cweb_radio_title.style.color = '#333333';
	cweb_radio_title.style.textDecoration = 'none';
}

function change_news_over(id)
{
	var news_image = $('news_image_' + id);
	var news_box = $('news_box_' + id);
	var news_title = $('news_title_' + id);
	
	news_image.src = '/images/nieuwsitem_over.jpg';

	news_box.style.backgroundColor = '#00a4e4';
	
	news_title.style.color = '#FFFFFF';
	news_title.style.textDecoration = 'underline';
}

function change_news_out(id, old_image, old_color)
{
	var news_image = $('news_image_' + id);
	var news_box = $('news_box_' + id);
	var news_title = $('news_title_' + id);

	news_image.src = old_image;

	news_box.style.backgroundColor = old_color;
	
	news_title.style.color = '#00a4e4';
	news_title.style.textDecoration = 'none';
}

function change_search_over(id)
{
        var search_image = $('search_image_' + id);
        var search_box = $('search_box_' + id);
        var search_title = $('search_title_' + id);

        search_image.src = '/images/search_over.jpg';

        search_box.style.backgroundColor = '#ec008c';

        search_title.style.color = '#FFFFFF';
        search_title.style.textDecoration = 'underline';
}

function change_search_out(id, old_image, old_color)
{
        var search_image = $('search_image_' + id);
        var search_box = $('search_box_' + id);
        var search_title = $('search_title_' + id);

        search_image.src = old_image;

        search_box.style.backgroundColor = old_color;

        search_title.style.color = '#00a4e4';
        search_title.style.textDecoration = 'none';
}

function change_cweb_over(id)
{
        var cweb_image = $('cweb_image_' + id);
        var cweb_image_box = $('cweb_image_box_' + id);
        var cweb_box = $('cweb_container_' + id);
        var cweb_title = $('cweb_title_' + id);

        cweb_image.src = '/images/cweb_over.jpg';
        cweb_image.width = "98";
        cweb_image_box.style.width = "98px";

        cweb_box.style.backgroundColor = '#00A3E4';

        cweb_title.style.color = '#FFFFFF';
        cweb_title.style.textDecoration = 'underline';
}

function change_cweb_out(id, old_image, old_color)
{
        var cweb_image = $('cweb_image_' + id);
        var cweb_image_box = $('cweb_image_box_' + id);
        var cweb_box = $('cweb_container_' + id);
        var cweb_title = $('cweb_title_' + id);
		
        cweb_image.src = old_image;
        cweb_image.width = "96";
        cweb_image_box.style.width = "96px";

        cweb_box.style.backgroundColor = old_color;

        cweb_title.style.color = '#333333';
        cweb_title.style.textDecoration = 'none';
}

function change_cweb_radio_over(id)
{
        var cweb_image = $('cweb_image_' + id);
        var cweb_image_box = $('cweb_image_box_' + id);
        var cweb_box = $('cweb_container_' + id);
        var cweb_title = $('cweb_title_' + id);

        cweb_image.src = '/images/cweb_radio_over_2.jpg';
        cweb_image.width = "74";
        cweb_image_box.style.width = "74px";

        cweb_box.style.backgroundColor = '#00A3E4';

        cweb_title.style.color = '#FFFFFF';
        cweb_title.style.textDecoration = 'underline';
}

function change_cweb_radio_out(id, old_image, old_color)
{
        var cweb_image = $('cweb_image_' + id);
        var cweb_image_box = $('cweb_image_box_' + id);
        var cweb_box = $('cweb_container_' + id);
        var cweb_title = $('cweb_title_' + id);
		
        cweb_image.src = old_image;
        cweb_image.width = "72";
        cweb_image_box.style.width = "74px";

        cweb_box.style.backgroundColor = old_color;

        cweb_title.style.color = '#333333';
        cweb_title.style.textDecoration = 'none';
}

function change_calendar_over(id)
{
        var calendar_image = $('calendar_image_' + id);
        var calendar_image_box = $('calendar_image_box_' + id);
        var calendar_box = $('calendar_container_' + id);
        var calendar_title = $('calendar_title_' + id);

        calendar_image.src = '/images/agenda.jpg';
        calendar_image.width = "74";
        calendar_image_box.style.width = "74px";

        calendar_box.style.backgroundColor = '#ec008c';

        calendar_title.style.color = '#FFFFFF';
        calendar_title.style.textDecoration = 'underline';
}

function change_calendar_out(id, old_image, old_color)
{
        var calendar_image = $('calendar_image_' + id);
        var calendar_image_box = $('calendar_image_box_' + id);
        var calendar_box = $('calendar_container_' + id);
        var calendar_title = $('calendar_title_' + id);
		
        calendar_image.src = old_image;
        calendar_image.width = "72";
        calendar_image_box.style.width = "74px";

        calendar_box.style.backgroundColor = old_color;

        calendar_title.style.color = '#ec008c';
        calendar_title.style.textDecoration = 'none';
}