//anti-spambot e-mail

function contactMe (theName, theHost, theContact)
{
  document.write("<a class='eml' href=" + "mailto:" + theName + "@" + theHost + " onFocus='if(this.blur)this.blur();'" + ">" + theContact + "</a>");
}

//in doc write this: <SCRIPT>contactMe('xx','xx.com','Contact Us');</script>



//text in statusbar on mouseovers

function statusy() { self.status=''; return true }
function statusn() { self.status=''; return true }
function statusyn() { self.status='brings up navigation bar'; return true }
function statusynw() { self.status='opens in new window'; return true }



// recreate frames

function openHome(filename)
{
  document.Daten.varFrame.value = filename;
  homeWindow = window.open('browser2.html','homeWindow');
  homeWindow.focus();
}



//Open new windows

// openWin for standard external sites
function openWin() {
        myWin=open("empty.html","newWindow","top=90,left=100,width=680,height=450,status=no,toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes"); 
}

// openWin1 for when 2nd external window needed
function openWin1() {
        myWin=open("empty.html","nextWindow","top=90,left=110,width=680,height=450,status=no,toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes"); 
}

function openWin2() {
	myWin=open("empty.html","displayWindow","top=0,left=200,width=550,height=450,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes"); 
}

function openWin3() {
        myWin=open("empty.html","displayWindow","top=0,left=200,width=550,height=325,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes"); 
}

function openWin4() {
        myWin=open("empty.html","displayWindow","top=100,left=300,width=500,height=400,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes"); }

function openWin5() {
        myWin=open("empty.html","displayWindow","top=0,left=200,width=550,height=500,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes"); }

function openWin6() {
        myWin=open("empty.html","displayWindow","top=100,left=100,width=475,height=400,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes"); }


// reconstitute frames


function openHome(filename)
{
  document.Daten.varFrame.value = filename;
  homeWindow = window.open('sgframe.html','homeWindow');
  homeWindow.focus();
}
