function oeffneVisitCard(visitname)		/* Highlight */
{                     
open(visitname,"VisitFenster","width=540,height=450,screenX=200,screenY=100, locationbar=no, menubar=no");
}



function openChronikWindow(wwwadresse, chronwidth, chronheight)
{ 
var chronWindow = window.open(wwwadresse, "Chronik", "height="+chronheight+",width="+chronwidth+",status=yes,toolbar=no,menubar=no,scrollbars=no,resizable=no");
chronWindow.focus();
}

function openVHSWindow(wwwadresse, chronwidth, chronheight)
{ 
var chronWindow = window.open(wwwadresse, "Chronik", "height="+chronheight+",width="+chronwidth+",status=yes,toolbar=no,menubar=yes,scrollbars=yes,resizable=no");
chronWindow.focus();
}

      
function oeffneEvent(wwwadresse)		/* Highlight */
{                     
open("events/"+wwwadresse+".htm","EventFenster","width=400,height=400,screenX=400,screenY=200, locationbar=no, menubar=no");
}

function oeffneNews(wwwadresse)		/* Highlight */
{                     
open(wwwadresse+".htm","NewsFenster","width=400,height=400,screenX=400,screenY=200, locationbar=no, menubar=no");
}

function oeffneMap(wwwadresse)		/* Highlight */
{                     
open(wwwadresse,"MapFenster","width=620,height=500,screenX=200,screenY=200, locationbar=no, menubar=no");
}

function oeffneMapLarge(wwwadresse)		/* Highlight */
{                     
open(wwwadresse,"MapFenster","width=1000,height=750,screenX=0,screenY=0, locationbar=no, menubar=no");
}

function oeffneTis(wwwadresse)
{                     
var Tis=open(wwwadresse,"TisFenster","width=800,height=600,,status=yes,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes");
Tis.focus();
}

function oeffneFenster(wwwadresse, fensterwidth, fensterheight)
{                     
var aktWindow = window.open(wwwadresse, "akt", "height=480,width=640,status=yes,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes");
aktWindow.focus();
}

function oeffneRoute(wwwadresse)		/* Highlight */
{                     
var route=open("routen/"+wwwadresse+".htm","RouteFenster","width=520,height=420,,status=yes,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes");
route.focus();
}

function oeffneWin(wwwadresse)
{                     
var Win=open(wwwadresse,"WinFenster","width=800,height=600,,status=yes,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,locationbar=yes");
Win.focus();
}

// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// ++++++++   LAUFSCHRIFT WERBUNG                                                                                            ++++++++
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
var nachricht=" Hier kann auch fürr Sie ein beliebiger Werbetext eingeblendet werden. Nähere Informationen entnehmen Sie bitte der Rubrik Service. " 

var text 
var verzoegerung=150 
var timerId 
function ticker() 
{ 
text=nachricht 
document.frm.ticker.value=text 
nachricht=nachricht.substring (1, nachricht.length) + nachricht.substring (0, 1) 
timerId=setTimeout("ticker()", verzoegerung) 
} 
