/**********************************************************************************************
* http://www.lanorama.de                     __     __   __ __   __   ____   __   __  __  __  *
* - LANParty bei Kaiserslautern -            ||    //\\  |\ ||  /  \  |<>/  //\\  |\  /| //\\ *
* Programmiert by KnoX -> KnoX@LANoRAMA.de   ||__  |\/|  |\\||  |<>|  |__\  |\/|  |\\/|| |\/| *
* Design by Lu -> Lu@LANoRAMA.de             \___\ //\\  ||\_|  \__/  || \\ //\\  ||\/|| //\\ *
*                                                                                             *
* Wenn ihr noch gute Ideen für diese Seite habt, oder Fehler findet, lasst es uns wissen.     *
* Wir freuen uns über jeden Beitrag.                                                          *
*                                                                                             *
* gefaellt euch die LANoRAMA Seite?                                                           *
* Ihr wollt mit einer eigenen Website ins Netz? Mailt uns Eure Ideen (KnoX@lanorama.de)       *
* Professionelles, kostenguenstiges  Webdesign mit frischen Ideen.                            *
*                                                                                             *
**********************************************************************************************/




















































//Header start:


//(* Ende: Einfliegendes Intro

// -Browser (Layerunterstützung) ermitteln-
var
 ns=0;
 ie=0; 
if (document.layers) {ns=1} else {ie=1};

var
 linkhohe=30;
 pointy=0;
 pointx=0;
 mausy=0;
 mausx=0;
 s=0;

//(* -Mauspossition ermitteln (InternetExplorer)-
function savepossie() {
 s=window.pageYOffset;
 if(window.event.offsetY<500){
  if (ie) mausy=window.event.y-10;
 } else {
  if (ie) mausy=window.event.offsetY+90;
 }
 if (ie) mausx=window.event.x-10;
}

//(* -Mauspossition ermitteln (NetScape)-
function savepossns(Ereignis) {
 if (ns) mausy=Ereignis.pageY-10;
 if (ns) mausx=Ereignis.pageX-10;
}

//(* -Movebar bewegen-
function movepoint() {
 if (pointy>mausy) pointy=pointy-((pointy-mausy)/5);
 if (pointy<mausy) pointy=pointy+((mausy-pointy)/5);
 if (ie) pointebene.style.top=pointy;
 if (ns) document.pointebene.top=pointy;
 if (pointx>mausx) pointx=pointx-((pointx-mausx)/5);
 if (pointx<mausx) pointx=pointx+((mausx-pointx)/5);
 if (ie) pointebene2.style.left=pointx;
 if (ns) document.pointebene2.left=pointx;
 if (ns) document.pointebene2.top=window.pageYOffset;
}

next=0;
delay=60;
nextm=0;
text='';
timeron=true;
navinfo=false;
ee=true;
donot=false;

function start_ticker() {
// endto=do_ticker(msg[0], 0, 2);
}

function do_ticker(text, pos, dir) {
var
 out='<font face="Arial, Helvetica"><font color=#FFFFFF>[&nbsp;</font><font color=#808080><font size=-1>'+text.substring(0, pos)+'</font></font><font color=#ffffff>&nbsp;]</font></font>';

 if(navigator.appName=="Netscape") with(document.nsticker.document) {
  open();
  write('<span>'+out+'</span>');
  close();
 } else document.all.ticker.innerHTML = out;
 pos+=dir;

 if(donot)return;

 if(pos-1>text.length){
  if (timeron){
   if (navinfo){
    endto=setTimeout('do_ticker("'+text+'",'+pos+','+(-dir)+')', delay*40*4)
   } else {
    endto=setTimeout('do_ticker("'+text+'",'+pos+','+(-dir)+')', delay*40)
   }
  }
 } else {
  if(pos<0) {
   if(++nextm>=msg.length)nextm=0;
   if(navinfo)navinfo=false;
   text=msg[nextm];
   dir=-dir;
  }
  if (timeron){
   setTimeout('do_ticker("'+text+'",'+pos+','+dir+')', delay);
  }
 }

}

function chticker(param) {
 return;
 pp=param;
 delay=60;
 nextm=-1;
 text='';
 window.clearTimeout(endto);
 if(!donot) setTimeout("donot=false;do_ticker('Navigationsinfo: '+pp, 0, 2);",200);
 donot=true;
}

function stat(val) {
// if (document.all) {
//  if (val=='stop') {
//   loading.innerHTML = '';
//  }else{
//   toprint=Math.floor(val);
//   if(val=='a'){toprint='Top-Bar'};
//   if(val=='b'){toprint='Newsticker'};
//   if(val=='c'){toprint='Navigation'};
//   if(val=='d'){toprint='Hauptframe'};
//   if(val=='e'){toprint='Abschließen'};
//   loading.innerHTML = 'Lade Seite:<br>'+toprint;
//  }
// }
}



//Fooder start:

function Ausgabe(Ereignis) {
// if (navigator.appName=="Netscape") {
//  setInterval("intro()",10);
//  window.captureEvents(Event.RESIZE);
//  window.onresize=Ausgabe;
// }
}
//if (navigator.appName=="Netscape") {
// window.captureEvents(Event.RESIZE);
// window.onresize=Ausgabe;
//}


//Sites start:
