
function writeSideBarContact()
{
	var strSideBar;
	
	strSideBar = '';
	
	strSideBar = strSideBar + '<span class="dkblue">NOG MEER VRAGEN?<br>';
	strSideBar = strSideBar + 'CONTACTEER ONS<br>';
	strSideBar = strSideBar + 'VRIJBLIJVEND...</span>';
	strSideBar = strSideBar + '<p>';
	strSideBar = strSideBar + '+32 (0)475 20 24 24<br>';
	strSideBar = strSideBar + 'Stefan Leoni<br>';
	strSideBar = strSideBar + '<p>';
	strSideBar = strSideBar + '+32 (0)496 53 83 75<br>';
	strSideBar = strSideBar + 'Kristof D\'Haeseleer';
	strSideBar = strSideBar + '<p>&nbsp;</p>';
	strSideBar = strSideBar + '<a class="rightbar" href="mailto:info@wushuimpuls.be">info@wushuimpuls.be</a>';
	
	document.write(strSideBar);

}

function writeSideBarKids()
{
	
	var strSideBar;
	
	strSideBar = '';
	
	strSideBar = strSideBar + '<span class="dkblue">KIDS WUSHU</span>';
	strSideBar = strSideBar + '<p>';
	strSideBar = strSideBar + 'Sinds 2007 heeft WIB vzw een specifiek <a href="pg02voorjeugd.html" class="rightbar">Wushu Jeugd-Programma</a> ';
	strSideBar = strSideBar + 'uitgebouwd ter voorbereiding van de nieuwe wushu-generatie.';
	strSideBar = strSideBar + '<p>&nbsp;</p>';
	
	document.write(strSideBar);
	
}