<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: To edit menus code edit the coolstyle.css


var menuwidth	= "155"	  	// OVERALL MENU WIDTH
var botmline	= "10"	  	// HEIGHT OF VERT LINE OVER MENU
var pageheight	= "200"		// HEIGHTEN ALL SUBPAGES


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="printhide"><tr><td>');
document.write('<img src="picts/spacer.gif" HEIGHT="10" WIDTH="10"><br>');
document.write('</td><td valign="top" align="left">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('</td></tr><tr><td class="menu-line">');
document.write('<img src="picts/spacer.gif" height="'+botmline+'" width="'+menuwidth+'"><br>');



// START MENU LINKS

// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK



document.write('</td></tr><tr><td class="menu">');
document.write('<hr class="page-splits">Meer Informatie:<hr class="page-splits">');


document.write('</td></tr><tr><td class="menu2">');
document.write('<a href="nieuws.3.jan.marque.htm"><ul><LI>"Nieuws en Artikelen"<ul/></a>');


document.write('</td></tr><tr><td class="menu2">');
document.write('<a href="nieuwsbrief.htm"><ul><LI>"Nieuwsbrief"<ul/></a>');


document.write('</td></tr><tr><td class="menu2">');
document.write('<a href="../meer-filosofisch-realisme/theor_page24.htm" target="_blank"><ul><LI>"Loodwit pigment te koop"<ul/></a>');



document.write('</td></tr><tr><td class="menu2">');
document.write('<a href="Kunstproject.1.Vril.Power.Bulwer.Lytton.Jan.G.Marque.1.htm"><ul><LI>"Sponsor of opdrachtgever gezocht"<ul/> </a>');



document.write('</td></tr><tr><td class="menu2">');
document.write('<a href="Artikel.2010.Meer.Aanwijzingen.Onderwerp.Dageraad.van.Dr.Kamt.Jan.G.Marque.htm"><ul><LI>"Wie is Dr. Kamt?"<ul/> </a><br>');






document.write('<img src="picts/menu_bottom.gif" HEIGHT="1" WIDTH="44"><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="10"><br>');



//  End -->