////////////////////////////////////////////
// Projekt: www.appartementhaus-windland.de
// rcSoft, 25.05.2007
////////////////////////////////////////////

function F_angebot()
{
  var F1= window.open("angebot.htm", "Fenster2", "width=500,height=500,location=no,menubar=no,toolbar=no,resizable=no,status=no");
  F1.focus();
}
