// This script builds the Prompt.
// start table
document.write("<table width='580' border='0' cellpadding='0' cellspacing='0'>");
document.write("<tr>");
document.write("<td width='10' height='5' class='prompt'><img src='transparent.gif' width='10' height='5'></td>");
document.write("<td width='480' height='5' class='prompt'><img src='transparent.gif' width='480' height='5'></td>");
document.write("<td width='80' height='5' class='prompt'><img src='transparent.gif' width='80' height='5'></td>");
document.write("<td width='10' height='5' class='prompt'><img src='transparent.gif' width='10' height='5'></td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td width='10' class='prompt'><img src='transparent.gif' width='10' height='5'></td>");
// write prompt
document.write("<td width='480' class='prompt'>" + top.promptText + "</td>");
document.write("<td width='80' class='prompt'>");
// draw Back and Next buttons
if (top.backDest != "0") document.write("<a href='javascript:top.gotoPage(&quot;" + top.backDest + "&quot;)' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(&quot;Back&quot;,&quot;&quot;,&quot;../images/back_o.gif&quot;,1)'><img name='Back' border='0' src='../images/back_n.gif' width='40' height='20'></a>");
else document.write("<img src='transparent.gif' width='40' height='20'>");
if (top.nextDest != "0") document.write("<a href='javascript:top.gotoPage(&quot;" + top.nextDest + "&quot;)' onMouseOut='MM_swapImgRestore()' onMouseOver='MM_swapImage(&quot;Next&quot;,&quot;&quot;,&quot;../images/next_o.gif&quot;,1)'><img name='Next' border='0' src='../images/next_n.gif' width='40' height='20'></a>");
else document.write("<img src='transparent.gif' width='40' height='20'>");
document.write("</td>");
document.write("<td width='10' class='prompt'><img src='transparent.gif' width='10' height='5'></td>");
document.write("</tr>");

document.write("<tr>");
document.write("<td width='10' height='5' class='prompt'><img src='transparent.gif' width='10' height='5'></td>");
document.write("<td width='480' height='5' class='prompt'><img src='transparent.gif' width='480' height='5'></td>");
document.write("<td width='80' height='5' class='prompt'><img src='transparent.gif' width='80' height='5'></td>");
document.write("<td width='10' height='5' class='prompt'><img src='transparent.gif' width='10' height='5'></td>");
document.write("</tr>");
document.write("</table>");

if (top.debug) document.write("[" + top.thisPage + "]");
