var PlatForm = window.navigator.platform;if(PlatForm == "Win32" || PlatForm == "Win16"){	 document.write("<link rel=\"stylesheet\" href=css/win.css type=\"text/css\">");	document.close();	}	else if(PlatForm == "Mac68k" || PlatForm == "MacPPC"){	 document.write("<link rel=\"stylesheet\" href=css/mac.css type=\"text/css\">");	document.close();	}	else{	 document.write("<link rel=\"stylesheet\" href=css/win.css type=\"text/css\">");	document.close();	}
