function switchPanel(panel) {

	document.getElementById("intro").className = 'intro'+panel;
}