function choose(i) {
if(i ==501) document.forms[0].elements[0].value = "Choo Choo makes an appearance in MacHall.";
if(i ==502) document.forms[0].elements[0].value = "Choo Choo makes an appearance in Need a Martini.";
if(i ==503) document.forms[0].elements[0].value = "Choo Choo makes another appearance in Queen of Wands.";
if(i ==504) document.forms[0].elements[0].value = "Choo Choo helps promote free comics at PDI.";
if(i ==505) document.forms[0].elements[0].value = "Everyone's dream attire at /usr/bin/w00t";
if(i ==506) document.forms[0].elements[0].value = "December 12, 2003 A Choo-Choo puppet! Dear Santa, this is what I want for Christmas. Ooo, and a monkey, too. Thanks. ";
if(i ==507) document.forms[0].elements[0].value = "November 24, 2003 From the pages of The Uncanny X-Sprites. I give Kiki a 17% chance of survival. Please don't sue us.";
if(i ==508) document.forms[0].elements[0].value = "July 26, 2004 Choo-Choo shares his secrets at Two Lumps.";
if(i ==509) document.forms[0].elements[0].value = "November 17, 2004 Choo-Choo eats...something at Bunny.";
if(i ==510) document.forms[0].elements[0].value = "March 29, 2005 Choo-Choo makes a guest appearance in The Devil's Panties as yet another T-shirt.";
if(i ==511) document.forms[0].elements[0].value = "March 31, 2005 Choo-Choo as wall art in The Devil's Panties.";
 
}
function out() {
 document.forms[0].elements[0].value = "Click on a thumbnail to view a comic.";
}

