if (top.frames.length == 0) 
{  
  document.close();
  with (document) 
  {
    open();
    writeln('<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">');
    writeln('<html><head><title>Florambiente'+'</title><'+'/head>');
    writeln('<frameset ROWS="100,* " BORDER="0" FRAMEBORDER="0" FRAMESPACING="0">');
    writeln('<frame NAME="top" MARGINHEIGHT="0" MARGINWIDTH="10" SRC="Frameset/top.php" SCROLLING="NO" FRAMEBORDER="0" NORESIZE></frame>');
    writeln('<frameset COLS="185,*" BORDER="0" FRAMEBORDER="0" FRAMESPACING="0">'); 
    writeln('<frame name="left" src="USER_ARTIKEL_HANDLING_AUFRUF.php?darstellen=4" SCROLLING="AUTO" FRAMEBORDER="0" NORESIZE></frame>');
    writeln('<frame name="content" src="' + self.location.href + '&newframe=1" SCROLLING="AUTO" FRAMEBORDER="0" NORESIZE></frame>');
    //writeln('<frame name="content" src="http://www.florambiente.de/shop/USER_ARTIKEL_HANDLING_AUFRUF.php' + window.location.search + '&newframe=1" SCROLLING="AUTO" FRAMEBORDER="0" NORESIZE></frame>');
    //writeln('<frame name="content" src="' + FileName + '" SCROLLING="AUTO" FRAMEBORDER="0" NORESIZE></frame>');
    writeln('<'+'/frameset><'+'/frameset><'+'/html>');    
    close();
  }
}
