
k= new Image();k_old= new Image();
function over(knopf,n)
{
window.defaultStatus='Sächsisches Textilforschungsinstitut e.V.'; 
status='Sächsisches Textilforschungsinstitut e.V.';
if(k!=knopf){
t=knopf.name+n+'.src;';
knopf.src=eval(t);
}
}
function pruecks(kn)
{
k_old=k;
k=kn;
if(k_old.name !='')
{
over(k_old,'1');
}
}
function seite_frame()
{
if (!top.FramesetGeladen){
var ZielDatei ="http://www.stfi.de/Index.htm?"+self.location;
if(document.images)
top.location.replace(ZielDatei); 
else 
top.location.href = ZielDatei ;
}
}