function beilagepop(bild,wdt,hgt)
{
      var hoch = hgt+8;
      var weit = wdt+8;
      var layout = 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,WIDTH='+weit+',HEIGHT='+hoch;
      pop = window.open ('', '',layout);
      pop.document.clear();
      pop.document.open();
      pop.document.write('<HTML><HEAD><TITLE>M.Schneider ::: Ihr Ziel in Offenbach :::</TITLE>');
      pop.document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="sprint.css"></HEAD>');
      pop.document.write('<BODY topmargin="0" leftmargin="0" bgcolor="#cccccc">');
      pop.document.write('<table width="'+wdt+'" border="0" cellpadding="0" cellspacing="0">');
      pop.document.write('<tr><td width="'+wdt+'" align="center" valign="top">');
      pop.document.write('<img src="'+bild+'" width='+wdt+' height='+hgt+'>');
      pop.document.write('</td></tr></table>');
      pop.document.write('</BODY></HTML>');
      pop.document.close();
}
function MM_openBrWindow(theURL,winName,features)
{ //v2.0
  window.open(theURL,winName,features);
}
function beilagepoplink(bild,wdt,hgt)
{
      var hoch = hgt+8;
      var weit = wdt+8;
      var layout = 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,WIDTH='+weit+',HEIGHT='+hoch;
      pop = window.open ('', '',layout);
      pop.document.clear();
      pop.document.open();
      pop.document.write('<HTML><HEAD><TITLE>M.Schneider ::: Ihr Ziel in Offenbach :::</TITLE>');
      pop.document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="sprint.css"></HEAD>');
      pop.document.write('<BODY topmargin="0" leftmargin="0" bgcolor="#cccccc">');
      pop.document.write('<table width="'+wdt+'" border="0" cellpadding="0" cellspacing="0">');
      pop.document.write('<tr><td width="'+wdt+'" align="center" valign="top">');
      pop.document.write('<img src="'+bild+'" width='+wdt+' height='+hgt+'>');
      pop.document.write('</td></tr></table>');
      pop.document.write('<div style="position:absolute;top:260px;left:670px;">');
      pop.document.write('<a href="http://www.sheratonoffenbach.com/de/gastindereigenenstadt">');
      pop.document.write('<img src="../images/klick.gif" border="0">');
      pop.document.write('</a>');
      pop.document.write('</div>');
      pop.document.write('</BODY></HTML>');
      pop.document.close();
}


