// set to max entries
var m=new Array(29) 

// set 'entry' to link ...

m[0]="HOHOHO ... WILLKOMMEN;willkommen.php;_parent;2;"
m[1]="ZEITUNG VOM<br>WEIHNACHTSMANN;weihnachtsmannzeitung/weihnachtsmannzeitung.php;_parent;3;"
m[2]="WUNSCHLISTEN;wunschzettel/wunschlisten.php;_parent;4;"
//m[3]="WEIHNACHTSMANNCHAT;chat/chat.php;_parent;3;"
m[4]="WUNSCHZETTEL<br>SCHREIBEN;wunschzettel/wunschzettelschreiben.php;_parent;5;"
m[5]="SHOPPING/GESCHENKE;wunschzettel/shopping.php;_parent;4;"
m[6]="GÄSTEBUCH;goldenesbuch/goldenesbuch.php;_parent;5;"
m[7]="ADVENTSKALENDER;adventskalender/adventskalender.php;_parent;6;"
m[8]="EMAIL GRUSSKARTEN;weihnachtsgrusskarten/grusskarten.php;_parent;5;"
m[9]="SMS GRÜSSE;weihnachtsgruesse/smsgruesse.php;_parent;5;"
m[10]="AUSDRUCKEN UND<br>ANMALEN;kinder/anmalen.php;_parent;6;"
m[11]="BASTELN;kinder/basteln.php;_parent;4;"
m[12]="ONLINE-SPIELE;spiele/gewinnspiele.php;_parent;6;"
m[13]="RENTIER RUDOLPH;weihnachtsgeschichten/rentierrudolph.php;_parent;4;"
m[14]="GESCHICHTEN;weihnachtsgeschichten/geschichten.php;_parent;4;"
m[15]="GEDICHTE;weihnachtsgedichte/gedichte.php;_parent;4;"
m[16]="FRAGEN AN DEN<br>WEIHNACHTSMANN;weihnachtsmann/fragen.php;_parent;3;"
m[17]="REZEPTE;weihnachtsrezepte/rezepte.php;_parent;6;"
m[19]="WEIHNACHTSLIEDER;weihnachtslieder/lieder.php;_parent;4;"
m[20]="GESCHENKE, GESCHENKE;weihnachtsgeschenke/geschenke.php;_parent;3;"
m[20]="CHRISTKINDDORF<br>HIMMELPFORTEN;christkinddorf/himmelpforten.php;_parent;4;"
m[21]="WEIHNACHTSWETTER;weihnachtswetter/weisseweihnachten.php;_parent;5;"
m[22]="WEIHNACHTSBRÄUCHE;weihnachtsbraeuche/braeuche.php;_parent;6;"
m[23]="FAN-CLUB;weihnachtsmann/fanclub.php;_parent;3;"
m[24]="LINKS;weihnachtslinks/links.php;_parent;5;"
m[25]="IMPRESSUM;weihnachtsmann/impressum.php;_parent;2;"	

/* styles                           */
var css=new Array(4);
css[1] = 'tocbold';		        	// category
css[2] = 'toc';						// normal link
css[3] = 'tocgruen';					// highlighted link
css[4] = 'tocblau';
css[5] = 'tocgelb';
css[6] = 'tocrot';

/* status*/
var defaultstatus="Weihnachtsmanndorf";

/* footer ? */
var footercontent = '';

function statuswrite(txt) {
	if (!txt || txt=="") txt="Weihnachtsmanndorf";
	parent.window.status=txt
}
