"); colorWindow.document.close(); // Must close the window after writing to it. switch (i) { case 0: result = "key lime pie!" break; case 1: result = "Antigua, that Saint-Michel mystique . . . " break; case 2: result = "fire that brick!" break; case 3: result = "fussy chartreuse . . . " break; case 6: result = "FORGET THE NIGHT - LIVE WITH US IN FORESTS OF AZURE"; break; default: result = "That\'s differ\'nt!"; } form.output.value = result; } //-->