<!-- Begin
function color() {
document.bgColor=(""+ colc.cc.value +"");
document.body.text=(""+ colc.tc.value +"");
}
//  End -->

document.writeln('<div align=\"left\"><form name=\"colc\"><table border=\"1\"><td colspan=\"2\" BGCOLOR=\"#990000\"><b><center><font color=\"white\">Please Enter a Color</td><tr><td BGCOLOR=\"#990000\"><b><font color=\"white\">Background:</td><td BGCOLOR=\"#990000\"><select name=\"cc\" size=\"1\">   <option value=\"black\">Black	<option value=\"blue\">Blue	<option value=\"green\">Green	<option value=\"skyblue\">Light Blue	<option value=\"orange\">Orange	<option value=\"purple\">Purple	<option value=\"red\">Red   <option value=\"silver\">Silver	<option value=\"Yellow\">Yellow	<option selected value=\"white\">White   	</select></td><tr><td BGCOLOR=\"#990000\"><b><font color=\"white\">Text:</font></td><td BGCOLOR=\"#990000\">   <select name=\"tc\" size=\"1\">   <option selected value=\"black\">Black   	<option value=\"blue\">Blue	<option value=\"green\">Green	<option value=\"skyblue\">Light Blue	<option value=\"orange\">Orange	<option value=\"purple\">Purple	<option value=\"red\">Red   <option value=\"silver\">Silver	<option value=\"Yellow\">Yellow	<option value=\"white\">White	</select></td><tr><td colspan=\"2\" BGCOLOR=\"#990000\"><center><input type=\"button\" name=\"button\" value=\"Change Color!\" onclick=\"color()\"></td></table></form></div>');
