function eventtickerhome1()
   {
   document.getElementById('eventticker1_picture').src='../events/events_bild.php?eventid='+events[1][counter1];
   document.getElementById("eventticker1_name").value=events[2][counter1];
   document.getElementById("eventticker1_date").value=events[3][counter1];
   document.getElementById("eventticker1_time").value=events[4][counter1];

   counter1 = counter1 + 1;

   if (counter1==events[1].length)
      {
      counter1 = 0;
      }

   window.setTimeout('eventtickerhome1()',3000);
   }
function newsticker1()
   {
   news1=news1.substring(1,news1.length)+news1.substring(0,1);
   document.getElementById("newsticker").value=news1;
   window.setTimeout('newsticker1()',150);
   }
function openfile1(picture1,width1,height1,note1)
   {
   if (typeof window1!='undefined')
      {
      if (!window1.closed)
         {
         window1.close();
         }
      }

   width2 = width1*1 + 50;
   height2 = height1*1 + 95;

   window1=window.open('','window1','left=0,top=0,width='+width2+',height='+height2);
   window1.document.write('<html><head><title>Fresh Bagels &amp; Muffins Coffee Shop</title></head><link rel="stylesheet" type="text/css" href="../_includes/style.css">');
   window1.document.write('<body bgcolor="#6C020A" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onclick="window.close();">');
   window1.document.write('<table background="../_images/layout_background.jpg" width="100%" height="100%" cellpadding="0" cellspacing="0" align="center" valign="middle">');
   window1.document.write('<tr><td width="100%" valign="top" align="center"class="ueberschrift2">&nbsp;</tr></td>');
   window1.document.write('<tr><td width="100%" valign="top" align="center" class="text1"><img src="'+picture1+'" width="'+width1+'" height="'+height1+'" style="border:thin solid #880000;" alt="Klicken Sie hier, um dieses Bild zu schließen!"></tr></td>');
   window1.document.write('<tr><td width="100%" valign="top" align="center" class="text1">'+note1+'<br>&nbsp;</tr></td>');
   window1.document.write('</table></body></html>');
   window1.focus();


   }
function openfile2(file1,width1,height1)
   {
   width1 = width1*1 + 15;
   window1=window.open(file1,'window1','scrollbars=yes,resizable=yes,left=0,top=0,width='+width1+',height='+height1);
   window1.focus();
   }
