function switchGraph(style){
	var wrapper = document.getElementsByTagName('body');
	wrapper = wrapper[0];
	wrapper.className = style;
}