var cssDir = "../js-css/";
function changeCSS(href){
var elem = document.getElementById("css");
elem.href = cssDir + "/" + href;
}
