<html>
<head>
<title>Startseite</title>
</head>
<!--*******************************************************************************
Copyright (c) 1999 Thomas Brattli (www.bratta.com)
eXperience DHTML coolFrameMenus - Get it at http://www.bratta.com
Version Beta 1.0
This script can be used freely as long as all copyright messages are
intact.
For simplicity you should use these names on the frames
Leave the empty page as the default page in the MAIN frame.
Then place the first page in the frame as the startpage of the menu.
*******************************************************************************-->
<frameset cols="150,*,150" frameborder="0">
<frame name="Links" src="aalinke.htm" noresize scrolling="no">
<frameset rows="150,30,*" frameborder="0">
<frame name="Logo" src="aakopf.htm" noresize marginwidth="0" marginheight="0" scrolling="no">
<frame src="menu_ex1.html" name="frmMenu" id="frmMenu" noresize marginwidth="0" marginheight="0" scrolling="no">
<frame name="frmMain" id="frmMain" src="empty.html" marginwidth="0" marginheight="0" scrolling="auto">
</frameset>
<frame name="Rechts" src="aarechts.htm" scrolling="no" noresize>
</frameset>
<noframes>
<body>
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht unterstützt.</p>
</body>
</noframes>
</html> |