/**
 * Same logic as before. Have removed some detection capabilities in an effort
 * to reduce reliance on browser detection in general.
 * 
 * If there is a particualr detection you feel you need please file a ticket
 * with the request or add the detection yourself with the exact reason you
 * need said detection. Hopefully we'll be able to keep the number of
 * detection utility functions to a minimum in favor of behavioral testing.
 * 
 * This may also be the place for very common behavioral functions.
 * 
 */

if(typeof(AC)=="undefined"){AC={};}
if(AC.Detector){
	if(AC.Detector.isMac()){
		document.write('<style type="text/css" media="all">\n.showwin { display:none; }\n.showmac { display:inline; }\n<\/style>');
	}
}
