function view3() {
txc = document.myform.txcolor.value;
bgi = document.myform.url.value;
wrds = document.myform.words.value;
HTML = '';
HTML += '<html><head><title>Your Results</title></head>';
HTML += '<body bgColor="#000000" text="'+txc+'" ';
HTML +=  'background="'+bgi+'">';
HTML += '<br><br><br><br><br><br><center>';
HTML += '<font size="+2"><b>'+wrds+'</b></font>';
HTML += '<br><spacer type="block" height="218" width="400"><br>';
HTML += '<table border="1" bgcolor="#000000" cellpadding="10">';
HTML += '<tr><td align="center"><font color="#00FFff" effect="emboss"><b><form name="rlt">';
HTML += '<input type="button" value="Code" onClick="Tag()" usestyle borderimage="file://rom/borders/buttonborder2.bif">';
HTML += '</b></font></td><td align="left">';
HTML += '<font color="#00FFff" effect="emboss"><b>Press your Back button<br>To enter another graphic</b></font>';
HTML += '</td></tr></table></form></center><br><br>';
HTML += '<\script>\nfunction Tag() {';
HTML += 'tc = document.fgColor\n';
HTML += 'prompt(\'Current Body Tag to Copy\',\'<body background="'+bgi+'" text="\'+tc+\'">\')\n}\n';
HTML += '<\/script>\n';
HTML += '</body></html>';
if ( navigator.appCodeName == "bowser" ) { WebTV3(); }
else { Comp3(); }
function WebTV3() {
{location.href='#tb';}
document.open();
document.write(HTML);
document.close();
}
function Comp3() {
preWindow=open("","preWindow","status=no,toolbar=no,menubar=yes,");
preWindow.document.open();
preWindow.document.write(HTML);
preWindow.document.close();
   }
}
