/* 

HOWTO: 
newTab(tabwidth, link content page, text for tab, tab row);

NOTE:
All tabs have the same tab width.
Possible tab widths are: 
Key 1 = 113px, 
Key 2 = 233px, 
Key 3 = 33px,
Key 4 = 53px


Tabs can be displayed in one or two tab rows. 
If you use two tab rows, sort the entrys to the diffrent rows with the following numbers
Possible tab rows:
1 = tab in row one
2 = tab in row two


If you use framesets with the left navigation set the variable "mainnavigation" to "true", otherwise set the value to "false".
*/

var mainnavigation = false;
var tabwidth = 1;

newTab(tabwidth, 'aktuelles.htm', 'Aktuelles', 1);



