// JavaScript Documentvar plat = (navigator.userAgent.indexOf("Win") >= 0);if(plat){	document.write('<link rel="stylesheet" href="../css/win.css" type="text/css" media="all">');}else{	document.write('<link rel="stylesheet" href="../css/mac.css" type="text/css" media="all">');}