var agt = navigator.userAgent.toLowerCase();
var is_major = parseInt(navigator.appVersion);

var is_ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1));
var is_ie4  = (is_ie && (is_major == 4) && (agt.indexOf("msie 4")!=-1) );
var is_ie5  = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.0")!=-1) );

if (is_ie4) if (document.styleSheets(0).href != null) document.styleSheets(0).href = "";
if (is_ie5 || is_ie4) if (document.styleSheets(1).href != null) document.styleSheets(1).href = "";
if (is_ie5 || is_ie4) if (document.styleSheets(2).href != null) document.styleSheets(2).href = "";

var varovani = "<div style='margin-bottom: 10px; padding: 5px 7px; border: 1px solid black'>\
Proč ty stránky vypadají &#8222;nějak divně&#8220;?<br /> \
Jelikož používáte více než <a href='http://www.microsoft.com/windows/WinHistoryIE.mspx'>8 let starou</a> verzi prohlížeče, \
zobrazuje se vám pouze <strong>textová verze</strong> stránek. <br />\
I v této textové verzi máte k dispozici <strong>veškeré informace</strong>, i když s menším komfortem. <br /> \
Pro plnohodnotnou verzi si nainstalujte nejnovější <a href='http://www.microsoft.cz/ie'>IE</a> nebo <a href='http://www.czilla.cz/produkty/firefox/'>Firefox</a> nebo <a href='http://www.opera.com/'>Operu</a>. <br /> \
webmaster, <a href='mailto:pnovak@fzp.ujep.cz'>pnovak@fzp.ujep.cz</a></div>";
