theImages  = new Array("menu-html2.gif", "menu-fonts2.gif", "menu-art2.gif", "menu-music2.gif", "menu-german2.gif", "menu-weirdweb2.gif", "menu-misc2.gif", "menu-sites2.gif", "menu-freak2.gif", "menu-guestbook2.gif", "menu-links2.gif");
preloadImg = new Array(theImages.length);
for (i=0; i<theImages.length; i++) { preloadImg[i] = new Image(); preloadImg[i].src = theImages[i]; }

function swap(ver, name) {
 var imgname = "menu-" + name + ver + ".gif";
 document.images[name].src = imgname;
}

function showpoll() { pollresults=window.open('','pollresults','toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,status=no,resizable=1,width=500,height=350'); }

function shownotes() { notes=window.open('notes.html','notes','toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,status=no,resizable=1,width=520,height=350'); }
