/* 
(C) 1996 - 2000 by Hado Hein
You may not use or publish this code in any way without written
permission by the author.
Dieser Quelltext unterliegt dem Copyright von Hado Hein (1996-2000).
Jede Verwendung in eigenen Programmen oder Ver&ouml;ffentlichung bedarf der
schriftlichen Zustimmung des Autors.

FOR YOU THIS MEANS : IF YOU WANT TO USE THIS IDEAS OR CODE THEN YOU DO NEED TO
LICENSE WITH ME ! I do need the money and if you blame this I hereby put a spell on you.
*/
herelink = new Array("index","mods","archi");
heretext = new Array("Contents","General Software","Architectural Specials");
/* *** SAME LENGTH !! *** */
function DrawLocal()
{	/* document.write('<FONT color=\"blue\">'+'Topics : '+'</FONT>'); */
	for (i=0; herelink.length>i;i++)
	{	document.write('<A HREF=\"./'+herelink[i]+'.htm\">'+heretext[i]+'</A> <BR>'); }
	document.writeln('</P>');
}
