if (os == "MacOS")   dirName = "mac";
if (os == "Windows") dirName = "win";
document.write("<link rel='stylesheet' href='/lunch/css/"+dirName+".css' type='text/css'>");
