<!-- Begin POP-UP SIZES AND OPTIONS CODE
// ONLY USE lowercase FOR yes no OPTIONS
// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var show1       = "yes"          // SHOW ONE LARGE IMAGE
var show2       = "no"         // SHOW FIRST SMALL IMAGE
var show3       = "no"         // SHOW SECOND SMALL IMAGE




// START LINKS


document.write('<tr></form><form action="http://www.astroboot.com/daghoroscoop-zondag.html"><td>');
document.write('<input type="submit" value="Zondag" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');

document.write('<br /><br />');
document.write('<tr><form action="http://www.astroboot.com/daghoroscoop-maandag.html"><td>');
document.write('<input type="submit" value="Maandag" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');
 

document.write('</td></tr><tr></form><form action="http://www.astroboot.com/daghoroscoop-dinsdag.html"><td>');
document.write('<input type="submit" value="Dinsdag" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');



document.write('</td></tr><tr></form><form action="http://www.astroboot.com/daghoroscoop-woensdag.html"><td>');
document.write('<input type="submit" value="Woensdag" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');

document.write('</td></tr><tr></form><form action="http://www.astroboot.com/daghoroscoop-donderdag.html"><td>');
document.write('<input type="submit" value="Donderdag" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');

document.write('</td></tr><tr></form><form action="http://www.astroboot.com/daghoroscoop-vrijdag.html"><td>');
document.write('<input type="submit" value="Vrijdag" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');

document.write('</td></tr><tr></form><form action="http://www.astroboot.com/daghoroscoop-zaterdag.html"><td>');
document.write('<input type="submit" value="Zaterdag" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');

// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK

document.write('</td></tr><tr></form><form action="http://www.astro-kind.com/betekenis-namen.htm"><td>');
document.write('<input type="submit" value="Betekenis Namen" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');

// END LINKS


document.write('<br><br>');

// START IMAGE AREA

   if (show1 == "yes") {
document.write('<img src="picts/menu-picture-1.jpg" width="75" height="150"></a>');
}

   if (show2 == "yes") {
document.write('<img src="picts/menu-picture-2.jpg" width="75" height="75"></a>');
}
   if (show3 == "yes") {
document.write('<img src="picts/menu-picture-3.jpg" width="75" height="75"></a>');
}



document.write('</td></tr></table></DIV>');

//  End -->

