//apply this mac only==========================================window.onload = applyMac;function applyMac(){var pf = navigator.platform;	if(pf != "Win32"){	document.getElementById("platformStyle").href ="./css/mac.css";	if(currentPath == "root"){		document.getElementById("platformStyle").href ="catalog/css/mac.css";		}	if(currentPath == "sub"){		document.getElementById("platformStyle").href ="../css/mac.css";		}	}}