Sorry. Busy day at the office...

Thanks! I will try out the style sheet in a little while. Meanwhile, I actually cheat with the fascia drawing code. Whitespace matters, so I did everything in a javascript function:

function drawFascia(url)
{
document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("\t<tbody>");
document.write("\t<tr>");
document.write("\t\t<td rowspan=\"3\"><img border=\"0\" src=\"images/fascia_left.gif\" width=\"94\" height=\"90\"></td>");
document.write("\t\t<td><img border=\"0\" src=\"images/fascia_top.gif\" width=\"128\" height=\"28\"></td>");
document.write("\t\t<td rowspan=\"3\"><img border=\"0\" src=\"images/fascia_right.gif\" width=\"74\" height=\"90\"></td>");
document.write("\t</tr>");
document.write("\t<tr>");
document.write("\t\t<td id=\"tdDisplay\" background=\"images/display_smoke.png\"><img src=\"/proc/empeg_screen.png\" class=\"display\" width=\"128\" height=\"32\" name=\"namedisplay\" OnAbort=\"LoadError()\" OnError=\"LoadError()\"></td>");
document.write("\t</tr>");
document.write("\t<tr>");
document.write("\t\t<td><img border=\"0\" src=\"images/fascia_bottom.gif\" width=\"128\" height=\"30\"></td>");
document.write("\t</tr>");
document.write("\t</tbody>");
document.write("</table>");
document.write("<br>");
}
_________________________
Paul Grzelak
200GB with 48MB RAM, Illuminated Buttons and Digital Outputs