var ausdruck = /MSIE/i;
var finde = ausdruck.exec(navigator.userAgent);
var ne=0;
var ne6=0;
var ie=0;

if ( (finde == null) ){
        if (parseInt(navigator.appVersion) < 5){
            //alert();
            document.write("<LINK rel=stylesheet type='text/css' href='klimatec_ne.css'>");
						ne=1;
        } 
        else{
           document.write("<LINK rel=stylesheet type='text/css' href='klimatec_ne6.css'>"); 
						ne6=1;
           //alert();
        }    
    }
else{
        document.write("<LINK rel=stylesheet type='text/css' href='klimatec_ie.css'>");
				ie=1;
    }
    
   
/*if (parent.ht_links){

}
else{
    var checkthis=confirm("Möchten Sie die vollständige Darstellung dieser Seite?");
    
    if (checkthis == true){
        window.location="file:///I|/www.klimatec-trier.de/site/index_neu.html?"+this.location;
    }
}*/
