
 var netscape = (navigator.appName == "Netscape") ? true : false;
 var macintosh = (navigator.platform =="MacPPC") ? true : false;

