document.write ("<form action='http://www.toledoarea.biz/cgi-sys/cgiwrap/caleon/twg_expert_question.pl' method='POST'>");
document.write ("<div align='center'>");
document.write (" <table border='0' bgcolor='#EBEBEB' cellspacing='10' width='500'>");
document.write (" <font face='Verdana, Arial, Helvetica, sans-serif' size='4'>");
document.write (" <tr> <td colspan='2'>");
document.write (" <p align='justify'><font size='2' color='#333333'>If you ");
document.write (" didn&#39;t find what you need to know, you may submit a wedding ");
document.write (" etiquette question directly to our expert by using this form.</font></p>");
document.write (" </td></tr>");
document.write (" <tr><td bordercolor='#FFFFFF' align='right'>");
document.write (" <font size='2' color='#333333'>Topic :</font></td>");
document.write (" <td bordercolor='#FFFFFF' nowrap>");
document.write (" <font face='Arial, Helvetica, sans-serif' size='01' color='#666666'>");
document.write (" <select size='1' name='topic'>");
document.write (" <option value='engage'");
if (frompage == "e") {document.write (" selected");}
document.write (">Engagement</option>");
document.write (" <option value='pre'");
if (frompage == "p") {document.write (" selected");}
document.write (">Pre-Wedding</option>");
document.write (" <option value='rehearsal'");
if (frompage == "r") {document.write (" selected");}
document.write (">Rehearsal &amp; Dinner</option>");
document.write (" <option value='ceremony'");
if (frompage == "c") {document.write (" selected");}
document.write (">Ceremony</option>");
document.write (" <option value='reception'");
if (frompage == "t") {document.write (" selected");}
document.write (">Reception</option>");
document.write (" <option value='honeymoon'");
if (frompage == "h") {document.write (" selected");}
document.write (">Honeymoon</option>");
document.write (" <option value='post'");
if (frompage == "s") {document.write (" selected");}
document.write (">Post Wedding</option>");
document.write (" <option value='other'");
if (frompage == "o") {document.write (" selected");}
document.write (">Other</option>");
document.write (" </select></font><font size='2' color='#666666'> </font>");
document.write (" </td></tr>");
document.write (" <tr><td bordercolor='#FFFFFF' nowrap align='right'>");
document.write (" <font size='2' color='#333333'>Topic if other :</font></td>");
document.write (" <td width='179' bordercolor='#FFFFFF'>");
document.write (" <font face='Arial, Helvetica, sans-serif' size='01' color='#666666'>");
document.write (" <input type='text' name='other_topic' size='50' maxlength='20'></font></td>");
document.write (" </tr>");
document.write (" <tr><td bordercolor='#FFFFFF' nowrap align='right'>");
document.write (" <p align='left'><font size='2' color='#333333'>E-mail address :</font></p></td>");
document.write (" <td bordercolor='#FFFFFF'>");
document.write (" <font face='Arial, Helvetica, sans-serif' size='01' color='#666666'>");
document.write (" <input type='text' name='e_mail_address' size='50'></font></td>");
document.write (" </tr>");
document.write (" <tr><td bordercolor='#FFFFFF' valign='top' align='right'>");
document.write (" <font size='2' color='#333333'>Question :</font></td>");
document.write (" <td bordercolor='#FFFFFF'>");
document.write (" <font face='Arial, Helvetica, sans-serif'>");
document.write (" <textarea rows='12' name='question' cols='40'></textarea></font></td>");
document.write (" </tr>");
document.write (" <tr><td colspan='2' height='14'>");
document.write (" <p align='center'>");
document.write (" <input type='submit' name='Submit' value='Submit Question'></p>");
document.write (" </td>");
document.write (" </tr>");
document.write (" </table>");
document.write (" </div>");
document.write (" </form>");

