

var IsExplorer  = (navigator.userAgent.indexOf('MSIE') > 0);
var IsNetscape  = (navigator.userAgent.indexOf('Gecko') > 0);
var IsOpera     = (navigator.userAgent.indexOf('Opera') > 0);

