function Font(index) { var style = document.getElementById('style'); style.href = 'css/'+index+'.css'; } //-->