// JavaScript Document

if (navigator.platform.indexOf("Mac") != -1) {
document.write('<link rel="stylesheet" href="fileadmin/templates/mac.css">');
// Otherwise, use the Windows style sheet.
}
