<!--
var timerID = null;
var timerRunning = false;
var id,pause=0,position=0;
function marquee() {
        var i,k,msg=" Bauplätze zu verkaufen++++INFO unter 08204/1411++++";
        k=(75/msg.length)+1;
        for(i=0;i<=k;i++) msg+=" "+msg;
        document.marqueeform.marquee.value=msg.substring(position,position+120);
        if(position++==82) position=0;
        id=setTimeout("marquee()",1000/4); }
function action() {
        if(!pause) {
                clearTimeout(id);
                pause=1; }
        else {
                marquee();
                pause=0; } }

function bg_info(strFilename){
	
	fn= "./daten_bg/"+strFilename ;
	window.open(fn,'','width=305,height=240,left=50,top=50');
}

function klicken(){
	window.alert("test");
	
	
}
function mypopup(myfile){// Impressum anzeigen
		
	window.open(myfile,'','width=500,height=500,left=20,top=20,scrollbars=yes');
}
function goback(){// aus Antwortseite zurückspringen
	opener.location.href='../bg_formular.htm';
}

var popUpWin=0;
function show_sitemap(theURL)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(theURL, 'popUpWin','scrollbar=yes,width=250,height=550,left=20, top=20,screenX=20,screenY=20');
}

 var popUpWin=0;
function zeige_Karte(URLStr, left, top, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
} 
function go2Drucker( tag_id )
{
	
	var ref = document.getElementById( tag_id );
	clean_popup = window.document.open( "about:blank","","");
  	clean_popup.document.write('<html>\n<head>\n<title>'+document.title+'</title>\n<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\n<link rel="stylesheet" href="calendar/css/clean4print.css">\n</head>\n');
  	clean_popup.document.write('<body><div class="clean4print">\n' );

	//while(ref!=null)// alle Werte anzeigen die mit tag_id gekennzeichnet sind
	while (ref.id=="spalte_az")// nur Werte aus diesem DIV anzeigen
	
	{
		clean_popup.document.write( ref.innerHTML + '\n' );
		ref = ref.nextSibling;
	}
  
clean_popup.document.write('<script language="JavaScript"  type="text/javascript"></script>');
clean_popup.document.write('<a href="javascript: this.window.close();">zurück</a>');
clean_popup.document.write('</div></body>\n</html>\n');

}
function bg_info_neu(strFilename){
	
	fn= "./daten_bg/vorlage.php?var1="+strFilename ;
	window.open(fn,'','width=305,height=240,left=50,top=50');
}




// -->