var p = navigator.platform.substring(0,1);
var x = "";

if(p == "L" || p == "M"){
	var x = "lm";
}

document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"" + rootpath + "standard/css/" + x + "cont.css\">");
