/*
Website: Pericles.be
Document: Css_switch.js
*/

function changeToTorck()
{
	document.getElementById('ss').href = 'Css_torck.css';
	document.getElementById('introtekst').innerHTML = "Binnenkort beschikbaar";
}
function changeToPericles()
{
	document.getElementById('ss').href = 'Css_pericles.css';
	document.getElementById('introtekst').innerHTML = "<a href=\"NL/index.php\">Nederlands</a> - <a href=\"FR/index.php\">Français</a>";
}
function changeToCybex()
{
	document.getElementById('ss').href = 'Css_cybex.css';
	document.getElementById('introtekst').innerHTML = "<a href=\"http://cybex-online.com/site/index.php?id=8&L=14\" target=\"_blank\">Nederlands</a> - <a href=\"http://cybex-online.com/site/index.php?id=8&L=4\" target=\"_blank\">Français</a>";
}
function changeToEasywalker()
{
	document.getElementById('ss').href = 'Css_easywalker.css';
	document.getElementById('introtekst').innerHTML = "<a href=\"http://www.easywalker.nl\" target=\"_blank\">Nederlands</a> - <a href=\"http://www.easywalker.nl/fra/index.html\" target=\"_blank\">Français</a>";
}
function changeToTefal()
{
	document.getElementById('ss').href = 'Css_tefal.css';
	document.getElementById('introtekst').innerHTML = "<a href=\"NL/index.php\">Nederlands</a> - <a href=\"FR/index.php\">Français</a>";
}



