var steuerung = top.frames[1];

function basisVerzeichnis() {
  basis = new String(top.location.href);
  if (basis.indexOf('?') != -1){
  basis = basis.substring(0,basis.indexOf('?'))};
  return basis.substring(0,basis.lastIndexOf('/')) + '/';
}

function aktTitle(){
var BrowserName;
BrowserName=navigator.appName;
if (BrowserName!="Netscape"){
top.document.title=document.title;}
}

function BrowserVersion() {
return parseFloat(navigator.appVersion);
}

function NetscapeBrowser() {
BrowserName = new String(navigator.appName);
if (BrowserName.lastIndexOf('Netscape') != -1)
  {return true}
else
  {return false}
}

function markselection(position){
if ((top != self) && (top.frames[0].name == "gnf-control")){
bild = basisVerzeichnis() + 'pics/control-arrow-red.gif';
top.frames[0].document.images[position].src = bild;}
}

function demarkselection(position){
if ((top != self) && (top.frames[0].name == "gnf-control")){
bild = basisVerzeichnis() + 'pics/control-arrow.gif';
top.frames[0].document.images[position].src = bild;}
}



function footnote(){
document.write('<TABLE WIDTH="100%" STYLE="font-family:Arial;font-size:8pt;color:white;background:gray" CELLPADDING="0" CELLSPACING="0"><TR><TD><span style="font-family:Verdana,Arial;font-size:8pt;color:white;background:gray"> <a href="http://www.infratelligence.de/genefer" target="_top">GENEFER WebCenter</a> (c) KOOTHS-RINGHUT 2000-2001 </span></TD><TD CLASS="fn-right"><span style="font-family:Arial;font-size:8pt;color:white;background:gray"> last modified: ' +  document.lastModified + '</span></TD></TR></TABLE>');
}


function intro4_navigator(){
nummer = Number;
pfad = new String(document.location);
pfad = pfad.substr(pfad.lastIndexOf('4-')+2,pfad.length);
nummer = pfad.substr(0,pfad.lastIndexOf('.'));
document.write('<p class="pretitle"><a href="gnf-intro4.htm">How does GENEFER work? (Outline)</a> ');
if (nummer != 1)
  {
   document.write('<a href="gnf-intro4-');
   document.write(nummer-1);
   document.write('.htm"><img src="../pics/gnf-arrow_left.gif"  BORDER="0">previous step</a>');
  }
if (nummer != 6)
  {
   nummer++;
   document.write(' <a href="gnf-intro4-');
   document.write(nummer);
   document.write('.htm">next step<img src="../pics/gnf-arrow_right.gif"  BORDER="0"></a>');
  }
document.write('</p>');
}

function demo1_navigator(){
nummer = Number;
pfad = new String(document.location);
pfad = pfad.substr(pfad.lastIndexOf('1-')+2,pfad.length);
nummer = pfad.substr(0,pfad.lastIndexOf('.'));
document.write('<p class="pretitle"><a href="index.htm">DEMO 1 (Outline)</a> ');
if (nummer != 1)
  {
   document.write('<a href="gnf-demo1-');
   document.write(nummer-1);
   document.write('.htm"><img src="../../pics/gnf-arrow_left.gif"  BORDER="0">previous step</a>');
  }
if (nummer != 8)
  {
   nummer++;
   document.write(' <a href="gnf-demo1-');
   document.write(nummer);
   document.write('.htm">next step<img src="../../pics/gnf-arrow_right.gif"  BORDER="0"></a>');
  }
document.write('</p>');
}

