CINXE.COM
Email Your Question
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <!-- Head ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- --> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://answers.usa.gov/cgi-bin/gsa_ict.cfg/php/enduser/ask.php","20081215092347","https://web.archive.org/","web","/_static/", "1229333027"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <link rel="stylesheet" type="text/css" href="/web/20081215092347cs_/http://answers.usa.gov/rnt/rnw/css/enduser.css"> <meta name="ROBOTS" content="NONE"> <meta name="ROBOTS" content="NOINDEX,NOFOLLOW"> <title>Email Your Question</title> <script type="text/javascript" src="/web/20081215092347js_/http://answers.usa.gov/rnt/rnw/javascript/enduser.js" language="JavaScript"></script> <script type="text/javascript"> var sub_product_menus = new Array ( new submenu(79, new Array( new subitem(149, "General Information"), new subitem(178, "Housing"), new subitem(179, "Social Services"), new subitem(177, "Vital Records") )), new submenu(82, new Array( new subitem(193, "Foreign Affairs"), new subitem(194, "Immigration and Naturalization"), new subitem(139, "Passports"), new subitem(134, "Visas") )), new submenu(87, new Array( new subitem(195, "Social Security"), new subitem(196, "Medicare/Medicaid") )), new submenu(90, new Array( new subitem(191, "Travel"), new subitem(192, "Recreation") )), new submenu(105, new Array( new subitem(159, "General Information"), new subitem(180, "Complaints"), new subitem(106, "Scams and Fraud") )), new submenu(111, new Array( new subitem(158, "Current Events"), new subitem(61, "Financial Literacy and Ed. Comm. (FLEC)"), new subitem(64, "Fish and Wildlife Service (FWS)"), new subitem(77, "Overseas Citizens Services (OCS)"), new subitem(151, "SAFECOM") )), new submenu(117, new Array( new subitem(187, "Public Safety"), new subitem(188, "Laws"), new subitem(189, "Correctional Facilities"), new subitem(21, "Courts") )), new submenu(127, new Array( new subitem(181, "Agencies"), new subitem(184, "Government Bonds"), new subitem(185, "Government Publications"), new subitem(154, "Officials"), new subitem(186, "Postal Service"), new subitem(182, "Sales and Auctions"), new subitem(183, "Statistics") )), new submenu(164, new Array( new subitem(169, "Benefits and Grants"), new subitem(165, "Money"), new subitem(190, "Taxes") )), new submenu(211, new Array( new subitem(212, "Military"), new subitem(213, "Veterans") )), new submenu(214, new Array( new subitem(215, "Environment"), new subitem(216, "Energy"), new subitem(217, "Agriculture"), new subitem(218, "Natural Disasters"), new subitem(219, "Wildlife") )), new submenu(221, new Array( new subitem(222, "Jobs"), new subitem(223, "Education"), new subitem(224, "Workplace Issues") )) ); </script> <script type="text/javascript"> var sub_category_menus = new Array ( ); </script> <script type="text/javascript"> var _dflt_sub_product = '-- '; var _dflt_sub_category = '-- '; var _fields = new Array ( //new field('p_userid', "User ID", 5, 80, 1), new field('p_question', "Question", 6, 0, 1), new field('p_icf_8', "Zip Code", 5, 20, 0), new field('', '', 0, 0, 0)); var fld_data = new field_data( "is not an integer.", "requires a value.", "is not completely specified.", "The text entered for \'%s\' exceeds its size limit of %d characters by %d characters.", "must only contain valid ascii characters.", "does not seem to be a valid email address.", "Must contain valid furigana characters", "Month", "Day", "Year", "Hour", "Minute", "^(([-!#$%&\'*+/=?^~`{|}\\w]+(\\.[-!#$%&\'*+/=?^~`{|}\\w]+)*)|(\"[^\"]+\"))@[0-9A-Za-z]+(-[0-9A-Za-z]+)*(\\.[0-9A-Za-z]+(-[0-9A-Za-z]+)*)+", 0, "must not contain either \'<\' or \'>\'", "cannot be negative", "Field contains too many characters.", "Must contain a valid format character.", "is not a valid format character.", "Must contain a valid number.", "is not a valid number.", "Must contain a valid alpha-numeric.", "is not a valid alpha-numeric.", "Must contain a valid letter.", "is not a valid letter.", "Must contain a valid character.", "is not a valid character.", "The correct format is"); var _fasubmit = false; var _submit_accepted = false; function _putCustomFieldMasks(formName) { for(i = 0; i < _fields.length; i++) if(_fields[i].name.match('_icf_')) if(document[formName]['custom_text_' + _fields[i].name]) put_mask(_fields[i].name, document[formName]['custom_text_' + _fields[i].name].value, document[formName], 0); else if(document[formName]['custom_text_lh_' + _fields[i].name]) { put_mask(_fields[i].name, document[formName]['custom_text_lh_' + _fields[i].name].value, document[formName], 0); document.getElementById(_fields[i].name + '_mask').innerHTML=''; } } function _do_submit(form) { var chk_val = true; // cfellows - checking to see if custom pull down is populated. var cat_field = form.p_icf_9.value; if(cat_field == '' || cat_field == ' ') { alert("Please select a category"); form.p_icf_9.focus(); return false; } // cfellows - end of checking field // cfellows - checking to see if question is populated. var question_field = form.p_question.value; if(question_field == '' || question_field == ' ') { alert("Please enter a Question"); form.p_question.focus(); return false; } // cfellows - end of checking field // cfellows - checking to see if email is valid email_regex = new RegExp('^^(([-!#$%&\'*+/=?^~`{|}\\w]+(\\.[-!#$%&\'*+/=?^~`{|}\\w]+)*)|(\"[^\"]+\"))@[0-9A-Za-z]+(-[0-9A-Za-z]+)*(\\.[0-9A-Za-z]+(-[0-9A-Za-z]+)*)+$', 'i'); // alert(email_regex); // From field address verification if(document._main.p_userid.value) { if(!email_regex.test(document._main.p_userid.value)) { alert(document._main.p_userid.value + ' does not seem to be a valid email address.'); document._main.p_userid.focus(); document._main.p_userid.select(); return(false); } } // cfellows - end of checking if (_submit_accepted) // prevents NN4 resubmission return(false); if (_fasubmit) { if (!form.p_new_fattach.value.length) { form.p_new_fattach.focus(); alert("No file attachment name specified."); } chk_val = (form.p_new_fattach.value.length > 0); } if (!_fasubmit) { chk_val = chk_val && _check_fields(form.name, fld_data, _fields); chk_val = chk_val && prodcat_check_fields(form.name, fld_data, form.p_prods.value, form.p_cats.value, 0, 0); } form.submit_btn.disabled = chk_val; _submit_accepted = chk_val; if (form.add_fattach && chk_val) { form.add_fattach.disabled = true; if (form.p_new_fattach.value.length == 0) form.p_single_file.value = 0; if (_fasubmit) form.p_add_fattach.value = 1; else if (form.p_new_fattach.value.length > 0) form.p_single_file.value = 1; } return(chk_val); } function _hier_popup(tname) { window.open('hier_disp.php?p_sid=xRR9zplj&p_lva=&p_li=&p_sp=&p_srch_pg=ask.php&p_ask=1&p_accessibility=&p_redirect=&p_tbl='+tname, 'hier_popup', 'scrollbars,resizable,width=550,height=700'); } </script> </head> <!-- Body ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- --> <body class="bgcolor" onload=""> <style> .invisiblelink { FONT: bold 1pt Arial, Helvetica, sans-serif; COLOR: #003366; text-transform: none; TEXT-DECORATION: none } </style> <center> <link rel="Stylesheet" href="https://web.archive.org/web/20081215092347cs_/http://www.usa.gov/styles/ictmain.css" type="text/css" media="screen, print"/> <link rel="Stylesheet" href="https://web.archive.org/web/20081215092347cs_/http://www.usa.gov/styles/ictenglish.css" type="text/css" media="screen, print"/> <table width="1000" cellpadding="0" cellspacing="0"> <tr><td valign="top"> <!-- begin top nav --> <div id="faq_Top_Nav"> <div id="non_Languages"> <img src="https://web.archive.org/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/enduser/faq_Flag_Top.jpg" width="119" height="22" border="0" alt="The United States Flag" id="faq_Top_Flag"/> <a href="https://web.archive.org/web/20081215092347/http://www.usa.gov/index.shtml" title="Home">Home</a> | <a href="https://web.archive.org/web/20081215092347/http://www.usa.gov/Site_Index/index.shtml" title="Site Index">Site Index</a> </div> <div id="languages"> <a href="https://web.archive.org/web/20081215092347/http://www.usa.gov/gobiernousa/index.shtml" id="other_Lang_Link" title="Espa帽ol"><span lang="es" xml:lang="es">Español</span></a> | <a href="https://web.archive.org/web/20081215092347/http://www.pueblo.gsa.gov/multilanguage/multilang.htm?urlnet99" title="Other Language">Other Languages</a> </div> </div> <!-- end top nav --> <!-- begin header --> <div id="header"> <div id="faq_Flag_Image"><a href="https://web.archive.org/web/20081215092347/http://www.usa.gov/index.shtml" title="The United States Flag - USA dot Gov: The U S Government's Offical Web Portal"><img src="https://web.archive.org/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/enduser/faq_Flag.jpg" width="206" height="83" border="0" alt="The United States Flag - USA dot Gov: The U S Government's Official Web Portal"/></a></div> <div id="faq_Logo"><a href="https://web.archive.org/web/20081215092347/http://www.usa.gov/index.shtml" title="USA.gov"><img src="https://web.archive.org/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/enduser/faq_Logo.gif" width="239" height="75" alt="USA.gov" border="0"/></a></div> <div id="faq_Right_Flag"><a href="https://web.archive.org/web/20081215092347/http://www.usa.gov/About/Great_Seal.shtml" title="The Great Seal of the United States"><img src="https://web.archive.org/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/enduser/faq_Flag_Right.jpg" width="188" height="83" border="0" alt="The Great Seal of the United States"/></a></div> </div> <div style="line-height:1px; color:#003366;"><a class="invisiblelink" href="#maincontent"><span class="invisiblelink">Skip to Content</span></a></div> <!-- end header --> </td></tr> </table> <table cellspacing="0" cellpadding="0" border="0" width="1000" summary="Table for layout only"> <tr><td valign="middle" align="left" nowrap> <a name="top"></a><!--INSERTED PROPER SPACING IN STYLE ATTRIBUTE; AMH--> <tr><td><!--<br />--> <form class="block" name="_main" method="post" action="ask_submit.php?p_sid=xRR9zplj&p_lva=&p_sp=&p_li=&p_accessibility=&p_redirect=" enctype="multipart/form-data" onsubmit=" add_prodcat_vals(document._main, prod_array, cat_array); return(_do_submit(this))"> <input type="hidden" name="p_add_fattach" value=""/> <input type="hidden" name="p_single_file" value="0"/> <input type="hidden" name="p_prodnames" value=""/> <input type="hidden" name="p_catnames" value=""/> <input type="hidden" name="p_sid" value="xRR9zplj"/> <input type="hidden" name="p_lva" value=""/> <input type="hidden" name="p_sp" value=""/> <input type="hidden" name="p_li" value=""/> <input type="hidden" name="p_accessibility" value=""/> <input type="hidden" name="p_redirect" value=""/> <input type="hidden" name="p_token" value="ZAdgnWybaJt0jXCZfJl4mUSfQJuR"/> <!-- Tab Area ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- --> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td width="1%" valign="bottom"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td align="left" valign="top"><img src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/enduser/tabl.gif" width="6" height="6" alt=""/></td> <td width="100%" class="tab" align="center" rowspan="2" nowrap> <a class="tab" href="std_alp.php?p_sid=xRR9zplj&p_accessibility=0&p_redirect="> Frequently Asked Questions (FAQs) </a> </td> <td align="right" valign="top"><img src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/enduser/tabr.gif" width="6" height="6" alt=""/></td> </tr> <tr> <td class="tab"><img src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/trnsp.gif" width="6" height="14" alt=""/></td> <td class="tab"><img src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/trnsp.gif" width="6" height="14" alt=""/></td> </tr> </table> </td> <td width="1%"> </td> <td width="1%" valign="bottom"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td align="left" valign="top"><img src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/enduser/seltabl.gif" width="6" height="6" alt=""/></td> <td width="100%" class="seltab" align="center" rowspan="2" nowrap> <a class="seltab" href="ask.php?p_sid=xRR9zplj&p_accessibility=0&p_redirect=">Email Your Question</a> </td> <td align="right" valign="top"><img src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/enduser/seltabr.gif" width="6" height="6" alt=""/></td> </tr> <tr> <td class="seltab"><img src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/trnsp.gif" width="6" height="14" alt=""/></td> <td class="seltab"><img src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/trnsp.gif" width="6" height="14" alt=""/></td> </tr> </table> </td> <td width="1%"> </td> <td width="1%" valign="bottom"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td align="left" valign="top"><img src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/enduser/tabl.gif" width="6" height="6" alt=""/></td> <td width="100%" class="tab" align="center" rowspan="2" nowrap> <a class="tab" href="live.php?p_sid=xRR9zplj&p_accessibility=0&p_redirect=">Live Help - Web Chat</a> </td> <td align="right" valign="top"><img src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/enduser/tabr.gif" width="6" height="6" alt=""/></td> </tr> <tr> <td class="tab"><img src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/trnsp.gif" width="6" height="14" alt=""/></td> <td class="tab"><img src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/trnsp.gif" width="6" height="14" alt=""/></td> </tr> </table> </td> <td width="1%"> </td> <td width="80%"> <a href="accessibility.php?p_accessibility=1&p_redirect="><img height="1" width="1" border="0" src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/enduser/bluedot.gif" alt="show accessible links"/></a> </td> <td width="1%" valign="bottom"> <table width="1%" cellpadding="0" cellspacing="0" border="0"> <tr> <td width="1%" class="tabbtn" align="left" valign="top"><img src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/trnsp.gif" width="1" height="6" alt=""/></td> <td width="2%" class="tabbtn" align="center" valign="middle" nowrap rowspan="2"> <a class="tabbtn" href="help_general.php?p_sid=xRR9zplj&p_accessibility=0&p_redirect="> FAQ Help </a> </td> <td width="1%" class="tabbtn" align="right" valign="top"><img src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/trnsp.gif" width="1" height="6" alt=""/></td> </tr> <tr> <td class="tabbtn"> <img src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/trnsp.gif" width="1" height="14" alt=""/> </td> <td class="tabbtn"> <img src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/trnsp.gif" width="1" height="14" alt=""/> </td> </tr> </table> </td> </tr> <!-- Subtab Area ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- --> <tr> <td class="seltab" colspan="9"> </td> </tr> <tr><td colspan="8"></td></tr> <tr><td colspan="8"><img src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/trnsp.gif" width="1" height="4" alt=""/></td></tr> </table> <input type="hidden" name="p_cv" value=""/> <input type="hidden" name="p_pv" value=""/> <input type="hidden" name="p_prods" value=""/> <input type="hidden" name="p_cats" value=""/> <input type="hidden" name="p_hidden_prods" value=""/> <script type="text/javascript"> // -------------------------------------------- var cprodlvl = 0; var current_prod_lvl = 0; var prod_path = ""; var cat_path = ""; var prod_hist = new Array(); var cat_hist = new Array(); var prod_vals =''; var linking_on = false; var test_array = new Object(); test_array[0] = { item :[ {id:231, label:"BLAH"}, {id:222, label:"BLAH2"}]}; test_array.longest = 33; var prod_array = new Object(); prod_array[0] = { item:[ {id:164, label:"Benefits, Grants, Money and Taxes", level:0, parent:0}, {id:210, label:"Businesses and Nonprofits", level:0, parent:0}, {id:105, label:"Consumer Issues", level:0, parent:0}, {id:211, label:"Defense", level:0, parent:0}, {id:214, label:"Environment, Energy and Agriculture", level:0, parent:0}, {id:79, label:"Family, Home and Community", level:0, parent:0}, {id:220, label:"Health and Nutrition", level:0, parent:0}, {id:199, label:"History, Arts and Culture", level:0, parent:0}, {id:82, label:"International", level:0, parent:0}, {id:221, label:"Jobs and Education", level:0, parent:0}, {id:117, label:"Public Safety and Law", level:0, parent:0}, {id:127, label:"Reference and General Government", level:0, parent:0}, {id:197, label:"Science and Technology", level:0, parent:0}, {id:87, label:"Social Security and Medicare/Medicaid", level:0, parent:0}, {id:90, label:"Travel and Recreation", level:0, parent:0}, {id:198, label:"Voting and Elections", level:0, parent:0}, {id:111, label:"More Topics", level:0, parent:0}]}, prod_array[79] = { item:[ {id:149, label:"General Information", level:1, parent:79}, {id:178, label:"Housing", level:1, parent:79}, {id:179, label:"Social Services", level:1, parent:79}, {id:177, label:"Vital Records", level:1, parent:79}]}, prod_array[82] = { item:[ {id:193, label:"Foreign Affairs", level:1, parent:82}, {id:194, label:"Immigration and Naturalization", level:1, parent:82}, {id:139, label:"Passports", level:1, parent:82}, {id:134, label:"Visas", level:1, parent:82}]}, prod_array[87] = { item:[ {id:195, label:"Social Security", level:1, parent:87}, {id:196, label:"Medicare/Medicaid", level:1, parent:87}]}, prod_array[90] = { item:[ {id:191, label:"Travel", level:1, parent:90}, {id:192, label:"Recreation", level:1, parent:90}]}, prod_array[105] = { item:[ {id:159, label:"General Information", level:1, parent:105}, {id:180, label:"Complaints", level:1, parent:105}, {id:106, label:"Scams and Fraud", level:1, parent:105}]}, prod_array[111] = { item:[ {id:158, label:"Current Events", level:1, parent:111}, {id:61, label:"Financial Literacy and Ed. Comm. (FLEC)", level:1, parent:111}, {id:64, label:"Fish and Wildlife Service (FWS)", level:1, parent:111}, {id:77, label:"Overseas Citizens Services (OCS)", level:1, parent:111}, {id:151, label:"SAFECOM", level:1, parent:111}]}, prod_array[117] = { item:[ {id:187, label:"Public Safety", level:1, parent:117}, {id:188, label:"Laws", level:1, parent:117}, {id:189, label:"Correctional Facilities", level:1, parent:117}, {id:21, label:"Courts", level:1, parent:117}]}, prod_array[127] = { item:[ {id:181, label:"Agencies", level:1, parent:127}, {id:184, label:"Government Bonds", level:1, parent:127}, {id:185, label:"Government Publications", level:1, parent:127}, {id:154, label:"Officials", level:1, parent:127}, {id:186, label:"Postal Service", level:1, parent:127}, {id:182, label:"Sales and Auctions", level:1, parent:127}, {id:183, label:"Statistics", level:1, parent:127}]}, prod_array[164] = { item:[ {id:169, label:"Benefits and Grants", level:1, parent:164}, {id:165, label:"Money", level:1, parent:164}, {id:190, label:"Taxes", level:1, parent:164}]}, prod_array[211] = { item:[ {id:212, label:"Military", level:1, parent:211}, {id:213, label:"Veterans", level:1, parent:211}]}, prod_array[214] = { item:[ {id:215, label:"Environment", level:1, parent:214}, {id:216, label:"Energy", level:1, parent:214}, {id:217, label:"Agriculture", level:1, parent:214}, {id:218, label:"Natural Disasters", level:1, parent:214}, {id:219, label:"Wildlife", level:1, parent:214}]}, prod_array[221] = { item:[ {id:222, label:"Jobs", level:1, parent:221}, {id:223, label:"Education", level:1, parent:221}, {id:224, label:"Workplace Issues", level:1, parent:221}] }; prod_array.longest = 39; var cat_map = new Object(); ; var prod_parent = new Array(0,79,82,87,90,105,111,117,127,164,211,214,221); var cat_array = new Object();cat_array.longest = 0; function prodcat_check_fields (form_name, fld_data, prod_data, cat_data, prod_reqd_lvl, cat_reqd_lvl) { var form_sfx = (form_name == "_phone") ? "_phone" : ""; var reqd_msg = fld_data['reqd_msg']; var prod_arr = prod_data.split(','); var cat_arr = cat_data.split(','); var fobj, tobj, i; var prod_num, prod_name, cat_num, cat_name; var prod_len = prod_arr.length var prod_last = prod_arr[prod_len - 1]; var cat_len = cat_arr.length var cat_last = cat_arr[cat_len - 1]; if (prod_reqd_lvl) if ((prod_reqd_lvl) > prod_len && prod_array[prod_arr[prod_len - 1]] || prod_arr[prod_len -1] == " " || prod_arr[prod_len -1] == "") { prod_num = (prod_arr[prod_len - 1] == " " || prod_arr[prod_len - 1]) == "" ? prod_len : (prod_len + 1); if(form_name == "_phone") prod_name = "prods" + prod_num + "_phone"; else prod_name = "prod_lvl" + prod_num; cobj = eval('document.' + form_name + '.' + prod_name); alert('Choose a Topic ' + reqd_msg); if (true) { tobj = document.getElementById(prod_name); tobj.style.display = "inline"; cobj.focus(); } return false; } if (cat_reqd_lvl) if ((cat_reqd_lvl) > cat_len && cat_array[cat_arr[cat_len - 1]] || cat_arr[cat_len -1] == " " || cat_arr[cat_len -1] == "") { cat_num = (cat_arr[cat_len - 1] == " " || cat_arr[cat_len - 1]) == "" ? cat_len : (cat_len + 1); if(form_name == "_phone") cat_name = "cats" + cat_num + "_phone"; else cat_name = "cat_lvl" + cat_num; cobj = eval('document.' + form_name + '.' + cat_name); alert('Category ' + reqd_msg); if (true) { tobj = document.getElementById(cat_name); tobj.style.display = "inline"; cobj.focus(); } return false; } return true; } function auto_populate(form, obj_data, val, group) { var isprod = false; if (0) { form.p_prods.value = val; return; } if (group == "prods_phone") { obj1 = form.prods1_phone; obj2 = form.prods2_phone; obj3 = form.prods3_phone; obj4 = form.prods4_phone; obj5 = form.prods5_phone; obj6 = form.prods6_phone; isprod = true; } else if (group.substr(0,4) == "prod") { obj1 = form.prod_lvl1; obj2 = form.prod_lvl2; obj3 = form.prod_lvl3; obj4 = form.prod_lvl4; obj5 = form.prod_lvl5; obj6 = form.prod_lvl6; isprod = true; } else if (group == "cats_phone") { obj1 = form.cats1_phone; obj2 = form.cats2_phone; obj3 = form.cats3_phone; obj4 = form.cats4_phone; obj5 = form.cats5_phone; obj6 = form.cats6_phone; } else { obj1 = form.cat_lvl1; obj2 = form.cat_lvl2; obj3 = form.cat_lvl3; obj4 = form.cat_lvl4; obj5 = form.cat_lvl5; obj6 = form.cat_lvl6; } if (!obj1) return; if ((group == "prods_phone") || (group == "cats_phone")) populate_select_nolink(form, obj1, 0, obj_data, group); else populate_select(form, obj1, 0, obj_data, group); if (!val) return; pop_arr = val.split(","); pop_len = pop_arr.length; if (pop_arr[pop_len -1] == 0) pop_len--; if (pop_arr[0]) { obj1.value = pop_arr[0]; if (pop_len == 1) populate_select(form, obj1, pop_arr[0], obj_data, group); } if (pop_arr[1]) { populate_select(form, obj1, pop_arr[0], obj_data, group); obj2.value = pop_arr[1]; if (pop_len == 2) populate_select(form, obj2, pop_arr[1], obj_data, group); } if (pop_arr[2]) { populate_select(form, obj2, pop_arr[1], obj_data, group); obj3.value = pop_arr[2]; if (pop_len == 3) populate_select(form, obj3, pop_arr[2], obj_data, group); } if (pop_arr[3]) { populate_select(form, obj3, pop_arr[2], obj_data, group); obj4.value = pop_arr[3]; if (pop_len == 4) populate_select(form, obj4, pop_arr[3], obj_data, group); } if (pop_arr[4]) { populate_select(form, obj4, pop_arr[3], obj_data, group); obj5.value = pop_arr[4]; if (pop_len == 5) populate_select(form, obj5, pop_arr[4], obj_data, group); } if (pop_arr[5]) { populate_select(form, obj5, pop_arr[4], obj_data, group); obj6.value = pop_arr[5]; if (pop_len == 6) populate_select(form, obj6, pop_arr[5], obj_data, group); } } function do_prodcat_submit() { if (0) return; var formObj = document._search; if (formObj.prod_lvl1) { formObj.p_prods.value = formObj.prod_lvl1.value; if (document.getElementById('prod_lvl2').style.display == 'inline' && formObj.prod_lvl2.value != 0) formObj.p_prods.value += ',' + document.getElementById('prod_lvl2').value; if (document.getElementById('prod_lvl3').style.display == 'inline' && formObj.prod_lvl3.value != 0) formObj.p_prods.value += ',' + document.getElementById('prod_lvl3').value; if (document.getElementById('prod_lvl4').style.display == 'inline' && formObj.prod_lvl4.value != 0) formObj.p_prods.value += ',' + document.getElementById('prod_lvl4').value; if (document.getElementById('prod_lvl5').style.display == 'inline' && formObj.prod_lvl5.value != 0) formObj.p_prods.value += ',' + document.getElementById('prod_lvl5').value; if (document.getElementById('prod_lvl6').style.display == 'inline' && formObj.prod_lvl6.value != 0) formObj.p_prods.value += ',' + document.getElementById('prod_lvl6').value; var pop_arr = formObj.p_prods.value.split(","); var pop_len = pop_arr.length; var level = pop_len; if (pop_len > 1) if (pop_arr[pop_len - 1] != 0) formObj.p_pv.value = level + "." + pop_arr[pop_len - 1]; else formObj.p_pv.value = (pop_len - 1) + "." + pop_arr[pop_len - 2]; else if (pop_len == 1 && pop_arr[0] != 0) formObj.p_pv.value = "1." + pop_arr[0]; else formObj.p_pv.value = ""; } if (formObj.cat_lvl1) { formObj.p_cats.value = formObj.cat_lvl1.value; if (document.getElementById('cat_lvl2').style.display == 'inline' && formObj.cat_lvl2.value != 0) formObj.p_cats.value = formObj.p_cats.value + ',' + formObj.cat_lvl2.value; if (document.getElementById('cat_lvl3').style.display == 'inline' && formObj.cat_lvl3.value != 0) formObj.p_cats.value = formObj.p_cats.value + ',' + formObj.cat_lvl3.value; if (document.getElementById('cat_lvl4').style.display == 'inline' && formObj.cat_lvl4.value != 0) formObj.p_cats.value = formObj.p_cats.value + ',' + formObj.cat_lvl4.value; if (document.getElementById('cat_lvl5').style.display == 'inline' && formObj.cat_lvl5.value != 0) formObj.p_cats.value = formObj.p_cats.value + ',' + formObj.cat_lvl5.value; if (document.getElementById('cat_lvl6').style.display == 'inline' && formObj.cat_lvl6.value != 0) formObj.p_cats.value = formObj.p_cats.value + ',' + formObj.cat_lvl6.value; var pop_arr = formObj.p_cats.value.split(","); var pop_len = pop_arr.length; var level = pop_len; var cat_string = ""; if (!cat_string) { if (pop_len > 1) if (pop_arr[pop_len - 1] != 0) formObj.p_cv.value = level + "." + pop_arr[pop_len - 1]; else formObj.p_cv.value = (pop_len - 1) + "." + pop_arr[pop_len - 2]; else if (pop_len == 1 && pop_arr[0] != 0) formObj.p_cv.value = "1." + pop_arr[0]; else formObj.p_cv.value = ""; } } } function find_parent(full_array, level, value, parent_size, isprod) { var i=0, j=0; var item_length, done = 0; var return_val = 0; var parent_array; if (isprod) parent_array = prod_parent; else parent_array = cat_parent; for (i=0; i<parent_size; i++) { item_length = full_array[parent_array[i]].item.length; for (j=0; j<item_length; j++) { if ((full_array[parent_array[i]].item[j].level == level) && (full_array[parent_array[i]].item[j].id == value)) { return_val = full_array[parent_array[i]].item[j].parent; done = 1; break; } } if (done) break; } return (return_val); } function add_prodcat_vals(form, prod_array, cat_array) { var prod_parent_size = 61; var cat_parent_size = 0; var prev_parent, cur_parent; if (0) return; if (form.name != "_phone") { if (form.prod_lvl1) { // This basically determines the level that the form value started at, finds the parent nodes // and fills in their id's appropriately. Any changes to this logic should be applied to // categories as well down below. form.p_prods.value = ''; form.p_prods.value = form.prod_lvl1.value; if (document.getElementById('prod_lvl2').style.display == 'inline' && form.prod_lvl2.value != 0) form.p_prods.value = form.p_prods.value + ',' + form.prod_lvl2.value; if (document.getElementById('prod_lvl3').style.display == 'inline' && form.prod_lvl3.value != 0) form.p_prods.value = form.p_prods.value + ',' + form.prod_lvl3.value; if (document.getElementById('prod_lvl4').style.display == 'inline' && form.prod_lvl4.value != 0) form.p_prods.value = form.p_prods.value + ',' + form.prod_lvl4.value; if (document.getElementById('prod_lvl5').style.display == 'inline' && form.prod_lvl5.value != 0) form.p_prods.value = form.p_prods.value + ',' + form.prod_lvl5.value; if (document.getElementById('prod_lvl6').style.display == 'inline' && form.prod_lvl6.value != 0) form.p_prods.value = form.p_prods.value + ',' + form.prod_lvl6.value; } if (form.cat_lvl1) { form.p_cats.value = ''; form.p_cats.value = form.cat_lvl1.value; if (document.getElementById('cat_lvl2').style.display == 'inline' && form.cat_lvl2.value != 0) form.p_cats.value = form.p_cats.value + ',' + form.cat_lvl2.value; if (document.getElementById('cat_lvl3').style.display == 'inline' && form.cat_lvl3.value != 0) form.p_cats.value = form.p_cats.value + ',' + form.cat_lvl3.value; if (document.getElementById('cat_lvl4').style.display == 'inline' && form.cat_lvl4.value != 0) form.p_cats.value = form.p_cats.value + ',' + form.cat_lvl4.value; if (document.getElementById('cat_lvl5').style.display == 'inline' && form.cat_lvl5.value != 0) form.p_cats.value = form.p_cats.value + ',' + form.cat_lvl5.value; if (document.getElementById('cat_lvl6').style.display == 'inline' && form.cat_lvl6.value != 0) form.p_cats.value = form.p_cats.value + ',' + form.cat_lvl6.value; } } else { if (form.prods1_phone) { form.p_prods.value = form.prods1_phone.value; if (document.getElementById('prods2_phone').style.display == 'inline' && form.prods2_phone.value != 0) form.p_prods.value = form.p_prods.value + ',' + form.prods2_phone.value; if (document.getElementById('prods3_phone').style.display == 'inline' && form.prods3_phone.value != 0) form.p_prods.value = form.p_prods.value + ',' + form.prods3_phone.value; if (document.getElementById('prods4_phone').style.display == 'inline' && form.prods4_phone.value != 0) form.p_prods.value = form.p_prods.value + ',' + form.prods4_phone.value; if (document.getElementById('prods5_phone').style.display == 'inline' && form.prods5_phone.value != 0) form.p_prods.value = form.p_prods.value + ',' + form.prods5_phone.value; if (document.getElementById('prods6_phone').style.display == 'inline' && form.prods6_phone.value != 0) form.p_prods.value = form.p_prods.value + ',' + form.prods6_phone.value; } if (form.cats1_phone) { form.p_cats.value = form.cats1_phone.value; if (document.getElementById('cats2_phone').style.display == 'inline' && form.cats2_phone.value != 0) form.p_cats.value = form.p_cats.value + ',' + form.cats2_phone.value; if (document.getElementById('cats3_phone').style.display == 'inline' && form.cats3_phone.value != 0) form.p_cats.value = form.p_cats.value + ',' + form.cats3_phone.value; if (document.getElementById('cats4_phone').style.display == 'inline' && form.cats4_phone.value != 0) form.p_cats.value = form.p_cats.value + ',' + form.cats4_phone.value; if (document.getElementById('cats5_phone').style.display == 'inline' && form.cats5_phone.value != 0) form.p_cats.value = form.p_cats.value + ',' + form.cats5_phone.value; if (document.getElementById('cats6_phone').style.display == 'inline' && form.cats6_phone.value != 0) form.p_cats.value = form.p_cats.value + ',' + form.cats6_phone.value; } } } function remove_box(form, obj, val) { switch(obj.id) { case 'prod_lvl1': break; case 'prod_lvl2': change_prod(form, form.prod_lvl1, form.prod_lvl1.value); break; case 'prod_lvl3': change_prod(form, form.prod_lvl2, form.prod_lvl2.value); break; case 'prod_lvl4': change_prod(form, form.prod_lvl3, form.prod_lvl3.value); break; case 'prod_lvl5': change_prod(form, form.prod_lvl4, form.prod_lvl4.value); break; case 'prod_lvl6': change_prod(form, form.prod_lvl5, form.prod_lvl5.value); break; } } function hide_cats(form, phone) { if (!phone) { form.cat_lvl2.style.display="none"; form.cat_lvl3.style.display="none"; form.cat_lvl4.style.display="none"; form.cat_lvl5.style.display="none"; form.cat_lvl6.style.display="none"; form.cats2i.style.display = "none"; form.cats3i.style.display = "none"; form.cats4i.style.display = "none"; form.cats5i.style.display = "none"; form.cats6i.style.display = "none"; if (typeof cats_req2 != 'undefined') cats_req2.style.display = "none"; if (typeof cats_req3 != 'undefined') cats_req3.style.display = "none"; if (typeof cats_req4 != 'undefined') cats_req4.style.display = "none"; if (typeof cats_req5 != 'undefined') cats_req5.style.display = "none"; if (typeof cats_req6 != 'undefined') cats_req6.style.display = "none"; } else { form.cats2_phone.style.display="none"; form.cats3_phone.style.display="none"; form.cats4_phone.style.display="none"; form.cats5_phone.style.display="none"; form.cats6_phone.style.display="none"; form.cats2_phonei.style.display = "none"; form.cats3_phonei.style.display = "none"; form.cats4_phonei.style.display = "none"; form.cats5_phonei.style.display = "none"; form.cats6_phonei.style.display = "none"; } } var cur_prod_selection = 0; function change_prod(form, obj, val) { var isPhone = 0; var padding = ""; if (obj.id.substr(obj.id.length - 5) == "phone") { cObj = form.cats1_phone; isPhone = 1; } else cObj = form.cat_lvl1; if (typeof cObj == "undefined") return; data_array = prod_array; cur_prod_selection = val; var i = 0; var j = 1; var sel_cats = new Array(); cObj.length = 0; hide_cats(form, isPhone); if (val == 0 && obj.id.substr([obj.id.length-1]) == 1) { auto_populate(form, cat_array, '', 'cats'); return; } if (val == 0) { remove_box(form, obj, val); return; } for(x=0; x < (prod_array.longest); x++) padding = padding + " "; finish_cat_pop(cObj, 0, padding); } function cat_select(form, obj, val) { if (typeof cat_array[val] == 'undefined' || cur_prod_selection == 0) return(false); var cur_level = cat_array[val].level; implicit = check_implicit(form, obj, cur_level); if (!implicit) return(true) else return(false); } function finish_cat_pop(cObj, val, padding) { var cur_level = cat_array[val].level; if (cur_prod_selection == 0) return; var i = 0; var j = 1; var cur_cat_lvl = cObj.id.substr(cObj.id.length - 1); var de_cat_lvl = 2; var sel_cats = new Array(); cObj.length = 0; if (!padding) padding = ""; cObj.options[0] = new Option(); if (true && de_cat_lvl >= cur_cat_lvl) cObj.options[0].text = " "; else if (cur_cat_lvl > 1) cObj.options[0].text = "All Subtopics "; else cObj.options[0].text = "All "; cObj.options[0].value = " "; for (cdata in cat_array[val].item) { for (data in cat_map[cur_prod_selection].mapping) { var cur_sel = cat_map[cur_prod_selection].mapping[data].map.split(","); if (cat_array[val].item[cdata].id == cur_sel[cur_level]) { sel_cats[cur_sel[0]] = 1; cObj.options[j] = new Option(); cObj.options[j].text = cat_array[val].item[cdata].label; cObj.options[j].value = cat_array[val].item[cdata].id; j = j + 1; break; } } } } function check_implicit(form, obj, level) { var implicit = false; if (level < 1) return; if (typeof cat_map[cur_prod_selection].mapping == 'undefined') return; if (level > 1) { ps = obj.id.substr(0,obj.id.length-1) + (obj.id.substr([obj.id.length-1])-1); var newObj = eval('form.' + ps); var pv = obj.value; srch_level = level - 1; } else { pv = obj.value; srch_level = level -1; } for (ids in cat_map[cur_prod_selection].mapping) { var cur_sel = cat_map[cur_prod_selection].mapping[ids].map.split(","); if (cur_sel[srch_level] == pv && cur_sel[srch_level + 1] == 0) { implicit = true; break; } } if (level >1 && !implicit && typeof cat_array[pv] != 'undefined') implicit = check_implicit(form, newObj, cat_array[pv].level-1); return(implicit); } function populate_select(form, obj, val, data_obj, group, start_level) { populate_select_link(form, obj, val, data_obj, group, start_level, 0) } function populate_select_nolink(form, obj, val, data_obj, group, start_level) { populate_select_link(form, obj, val, data_obj, group, start_level, 1) } function populate_select_link(form, obj, val, data_obj, group, start_level, nolink) { var hist_arr = new Array(); var label2 = new Object(); var prod_reqd_lvl = 0; var cat_reqd_lvl = 0; var accessibility = 0; var isprod; var finish_cat = false; var show_all = "none" if (accessibility == 1) show_all = "inline"; if (group == "prods") { img2 = document.getElementById('prods2i'); img3 = document.getElementById('prods3i'); img4 = document.getElementById('prods4i'); img5 = document.getElementById('prods5i'); img6 = document.getElementById('prods6i'); req2 = document.getElementById('prods_req2'); req3 = document.getElementById('prods_req3'); req4 = document.getElementById('prods_req4'); req5 = document.getElementById('prods_req5'); req6 = document.getElementById('prods_req6'); obj1 = form.prod_lvl1; obj2 = form.prod_lvl2; obj3 = form.prod_lvl3; obj4 = form.prod_lvl4; obj5 = form.prod_lvl5; obj6 = form.prod_lvl6; } else if (group == "prods_phone") { img2 = document.getElementById('prods2_phonei'); img3 = document.getElementById('prods3_phonei'); img4 = document.getElementById('prods4_phonei'); img5 = document.getElementById('prods5_phonei'); img6 = document.getElementById('prods6_phonei'); req2 = document.getElementById('prods_phone_req2'); req3 = document.getElementById('prods_phone_req3'); req4 = document.getElementById('prods_phone_req4'); req5 = document.getElementById('prods_phone_req5'); req6 = document.getElementById('prods_phone_req6'); obj1 = form.prods1_phone; obj2 = form.prods2_phone; obj3 = form.prods3_phone; obj4 = form.prods4_phone; obj5 = form.prods5_phone; obj6 = form.prods6_phone; } else if (group == "cats_phone") { img2 = document.getElementById('cats2_phonei'); img3 = document.getElementById('cats3_phonei'); img4 = document.getElementById('cats4_phonei'); img5 = document.getElementById('cats5_phonei'); img6 = document.getElementById('cats6_phonei'); req2 = document.getElementById('cats_phone_req2'); req3 = document.getElementById('cats_phone_req3'); req4 = document.getElementById('cats_phone_req4'); req5 = document.getElementById('cats_phone_req5'); req6 = document.getElementById('cats_phone_req6'); obj1 = form.cats1_phone; obj2 = form.cats2_phone; obj3 = form.cats3_phone; obj4 = form.cats4_phone; obj5 = form.cats5_phone; obj6 = form.cats6_phone; } else { img2 = document.getElementById('cats2i'); img3 = document.getElementById('cats3i'); img4 = document.getElementById('cats4i'); img5 = document.getElementById('cats5i'); img6 = document.getElementById('cats6i'); req2 = document.getElementById('cats_req2'); req3 = document.getElementById('cats_req3'); req4 = document.getElementById('cats_req4'); req5 = document.getElementById('cats_req5'); req6 = document.getElementById('cats_req6'); obj1 = form.cat_lvl1; obj2 = form.cat_lvl2; obj3 = form.cat_lvl3; obj4 = form.cat_lvl4; obj5 = form.cat_lvl5; obj6 = form.cat_lvl6; } if (obj.id.substr(0,8) == "prod_lvl") { current_lvl = obj.id.substr(8,1); obj_id = obj.id.substr(0,9); } else if(obj.id.substr(0,5) == "prods") { current_lvl = obj.id.substr(5,1); obj_id = "prod_lvl" + current_lvl; } else if (obj.id.substr(0,7) == "cat_lvl") { current_lvl = obj.id.substr(7,1); obj_id = obj.id.substr(0,8); } else if(obj.id.substr(0,4) == "cats") { current_lvl = obj.id.substr(4,1); obj_id = "cat_lvl" + current_lvl; } switch(obj_id) { case 'prod_lvl1': case 'cat_lvl1': obj2.options.length = 0; obj2.style.display= show_all; img2.style.display = show_all; if (req2) req2.style.display = show_all; case 'prod_lvl2': case 'cat_lvl2': obj3.options.length = 0; obj3.style.display = show_all; img3.style.display = show_all; if (req3) req3.style.display = show_all; case 'prod_lvl3': case 'cat_lvl3': obj4.options.length = 0; obj4.style.display = show_all; img4.style.display = show_all; if (req4) req4.style.display = show_all; case 'prod_lvl4': case 'cat_lvl4': obj5.options.length = 0; obj5.style.display = show_all; img5.style.display = show_all; if (req5) req5.style.display = show_all; case 'prod_lvl5': case 'cat_lvl5': obj6.options.length = 0; obj6.style.display = show_all; img6.style.display = show_all; if (req6) req6.style.display = show_all; } if (!data_obj[val]) return; if (obj != obj1 && val == 0) return; dobj = data_obj[val].item; if (val && val != 0) switch(obj_id) { case 'prod_lvl1': case 'cat_lvl1': nobj = obj2; obj2.style.display="inline"; img2.style.display="inline"; if (req2) req2.style.display="inline"; break; case 'prod_lvl2': case 'cat_lvl2': nobj = obj3; obj3.style.display = "inline"; img3.style.display = "inline"; if (req3) req3.style.display="inline"; break; case 'prod_lvl3': case 'cat_lvl3': nobj = obj4; obj4.style.display = "inline"; img4.style.display = "inline"; if (req4) req4.style.display="inline"; break; case 'prod_lvl4': case 'cat_lvl4': nobj = obj5; obj5.style.display = "inline"; img5.style.display = "inline"; if (req5) req5.style.display="inline"; break; case 'prod_lvl5': case 'cat_lvl5': nobj = obj6; obj6.style.display = "inline"; img6.style.display = "inline"; if (req6) req6.style.display="inline"; break; case 'prod_lvl6': case 'cat_lvl6': nobj = obj6; obj6.style.display = "inline"; img6.style.display = "inline"; if (req6) req6.style.display="inline"; break; } else nobj = obj; var padding = ''; for(x=0; x < (data_obj.longest); x++) padding = padding + " "; isprod = (group.substr(0,3) == "cat") ? false : true; if (val && val != 0) { if ((isprod && !prod_reqd_lvl) || (!isprod && !cat_reqd_lvl)) { nobj.options[0] = new Option(); nobj.options[0].text = "All Subtopics" + padding; nobj.options[0].value = 0; } else { nobj.options[0] = new Option(); nobj.options[0].text = " " + padding; nobj.options[0].value = " "; } } else { if (((isprod && !prod_reqd_lvl) || (!isprod && !cat_reqd_lvl)) && (obj.id != "prods1_phone") && (obj.id != "cats1_phone")) { nobj.options[0] = new Option(); nobj.options[0].text = "All " + padding; nobj.options[0].value = 0; } else { nobj.options[0] = new Option(); nobj.options[0].text = " " + padding; nobj.options[0].value = " "; } } var i = 1; if (finish_cat) { finish_cat_pop(nobj, val, padding); } else { if (typeof dobj != "undefined") for(i = 1; i < dobj.length + 1; i++) { if (!dobj[i-1]) break; nobj.options[i] = new Option(); nobj.options[i].text = dobj[i-1].label; nobj.options[i].value = "" +dobj[i-1].id; + "" } if (typeof dobj != "undefined") nobj.length = i; } } // ------------------------------------------------------------------ </script> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td align="right"><img height="6" width="6" src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/enduser/tl.gif" alt=""/></td> <td width="100%" class="form"><img height="6" width="1" src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/trnsp.gif" alt=""/></td> <td align="left"><img height="6" width="6" src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/enduser/tr.gif" alt=""/></td> </tr> <tr><td class="form"><img height="1" width="1" src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/trnsp.gif" alt=""/></td> <td class="form"> <p><span lang="es" xml:lang="es"><a href="https://web.archive.org/web/20081215092347/http://www.usa.gov/feedback/FeedbackForm-esp.jsp?toggleTo=en_Email_Your_Question"><img alt="Comun铆quese con nosotros: Vea esta tema en espa帽ol" border="0" height="22" hspace="5" src="https://web.archive.org/web/20081215092347im_/http://www.usa.gov/images/english_Toggle.gif" width="143"></a></span></p> <span class="smlabel">Use the form below to submit any questions you have about the U.S. government. If you provide your email address, a member of our Citizen Response Team will respond to you within two business days. For <a href="https://web.archive.org/web/20081215092347/http://www.usa.gov/About/Privacy_Security.shtml">privacy and security</a> purposes, we recommend that you do NOT include any other personal information, especially Social Security numbers. <p>Please note: We currently can only accept and respond to inquiries in English or Spanish.</span> <br/><br/> <table cellpadding="2" cellspacing="2" border="0" width="100%"> <tr> <td class="label" nowrap><label>Please select one of the following categories: (required)</lable></td></tr> <tr><td colspan="2"> <table cellpadding="0" cellspacing="0" border="0"> <tr><td colspan="4"><label for="Select A Category dropdown"></label> <select name="p_icf_9" id="Select A Category dropdown"> <option value=" ">Select a category...</option> <option value=" "></option> <option value="Birth and Marriage Records">Birth and Marriage Records</option><option value="Consumer Protection">Consumer Protection</option><option value="Contact Government Officials and Offices">Contact Government Officials and Offices</option><option value="Copyrights, Patents and Trademarks">Copyrights, Patents and Trademarks</option><option value="Federal Communications Issues">Federal Communications Issues</option><option value="Government Jobs">Government Jobs</option><option value="Grants and Loans">Grants and Loans</option><option value="Government Sales and Auctions">Government Sales and Auctions</option><option value="Immigration and Naturalization">Immigration and Naturalization</option><option value="Laws, Legislation and Courts">Laws, Legislation and Courts</option><option value="Licenses and Permits">Licenses and Permits</option><option value="Parks and Recreation">Parks and Recreation</option><option value="Passports and Visas">Passports and Visas</option><option value="Social Security and Medicare">Social Security and Medicare</option><option value="Taxes">Taxes</option><option value="Veterans Issues">Veterans Issues</option><option value="Workplace Issues">Workplace Issues</option><option value="USA.gov Website Comments">USA.gov Website Comments</option><option value="Other">Other</option> </select><br><br> </td> </tr> </table> </td> </tr> <!-- Identification ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- --> <tr> <td class="label" nowrap> <label for="p_userid">E-mail Address: (required only if you would like a response)</label></td> </tr> <tr> <td><input name="p_userid" id="p_userid" type="text" size="34%" maxlength="80" value=""/></td> <!-- <td class="smtext"> (enter email address if you do not have a user ID)</td>--> </tr> <!-- SLAS ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- --> <!-- Additional Information ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- --> <tr> <td colspan="4" align="left"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td align="left" valign="top"> </td> <td valign="top"> </td> </tr> <tr> <td colspan="6" style="padding-top:5px"> <table cellspacing="0" cellpadding="0" border="0"> <tr><td class="label" align="right" valign="middle" nowrap><label for="p_icf_8">Zip Code</label>: (optional, but will help us respond to your message)</td></tr><tr><td nowrap><input name="p_icf_8" id="p_icf_8" type="text" size="20" maxlength="20" value=""><span class="vsmtext"> </td></tr> </table> </td> </tr> </table> </td> </tr> <tr><td><font size="-9"> </font></td></tr> <!-- Question ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- --> <tr> <td colspan="2"> <table cellspacing="0" cellpadding="0" border="0"> <table cellspacing="0" cellpadding="0" border="0"> <tr><td class="label" valign="top" align="left"><label for="p_question">Your Question or Comment: (required: maximum of 2,500 characters)</label></td></tr> <tr> <td><textarea name="p_question" id="p_question" cols="90" rows="8"></textarea></td> </tr> </table> </td> </tr> <tr><td><font size="-9"> </font></td></tr> <!-- Attach Documents ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- --> <!-- Submit ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>- --> <tr><td class="bar" colspan="2"><h2 class="subtitle"> When You are Done...</h2></td></tr> <tr> <td colspan="2"> <input type="submit" class="btn" name="submit_btn" value="Submit Question"/> </td> </tr> <tr> <td class="form"><br> <span class="smlabel">Do you use a "spam filter" in your e-mail program?<br><br> If you do, it may prevent the information you requested from reaching you. Instead, your spam filter may assume our message is junk mail and send our message to your "bulk," "delete," "trash," "suspect email" or other folder. <br><br> If you use a spam filter, you must add "USA.gov1@mail.fedinfo.gov" to your e-mail address book or "safe list" to ensure you receive the information you requested from us. <br><br> </span> </td></tr> </table> </td> <td class="form"><img height="1" width="1" src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/trnsp.gif" alt=""/></td> </tr> <tr> <td align="right"><img height="6" width="6" src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/enduser/bl.gif" alt=""/></td> <td class="form"><img height="6" width="1" src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/trnsp.gif" alt=""/></td> <td align="left"><img height="6" width="6" src="/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/enduser/br.gif" alt=""/></td> </tr> </table> </form> </td></tr> <tr><td> <div id="bottom_Nav"> <a href="https://web.archive.org/web/20081215092347/http://www.usa.gov/index.shtml" title="Home">Home</a> | <a href="https://web.archive.org/web/20081215092347/http://www.usa.gov/About.shtml" title="About Us">About Us</a> | <a href="https://web.archive.org/web/20081215092347/http://www.usa.gov/Contact_Us.shtml" title="Contact Us">Contact Us</a> | <a href="https://web.archive.org/web/20081215092347/http://www.usa.gov/Contact.shtml" title="Contact Government">Contact Goverment </a> | <a href="https://web.archive.org/web/20081215092347/http://answers.usa.gov/" title="FAQs">FAQs</a> | <a href="https://web.archive.org/web/20081215092347/http://www.usa.gov/About/Important_Notices.shtml" title="Website Policies">Website Policies</a> | <a href="https://web.archive.org/web/20081215092347/http://www.usa.gov/About/Privacy_Security.shtml" title="Privacy">Privacy</a> | <a href="https://web.archive.org/web/20081215092347/http://www.usa.gov/feedback/SuggestLinkForm.jsp" title="Suggest-A-Link">Suggest-A-Link</a> | <a href="https://web.archive.org/web/20081215092347/http://www.usa.gov/About/FirstGov_Logos.shtml" title="Link to Us">Link to Us</a> </div> <div id="footer"> <div id="combo_Logo_hp"> <table border="0" cellpadding="5" cellspacing="0"> <tr><td><a href="https://web.archive.org/web/20081215092347/http://www.whitehouse.gov/" title="The White House"><img src="https://web.archive.org/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/enduser/white_house_logo.gif" width="79" height="45" border="0" alt="The White House"/></a></td></tr> <tr><td align="right"><a href="https://web.archive.org/web/20081215092347/http://www.egov.gov/" title="E Gov: The President's E Government Initiatives"><img src="https://web.archive.org/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/enduser/english_e_gov_logo.gif" width="67" height="28" border="0" alt="E Gov: The President's E Government Initiatives"/></a></td></tr> </table> </div> <div id="dotted_Line"><img src="https://web.archive.org/web/20081215092347im_/http://answers.usa.gov/rnt/rnw/img/enduser/english_dotted_footer.gif" alt="" width="1" height="106"/></div> <div id="footer_Content"> <p><b>If you have questions about the federal government:</b><br/> Check our <a href="https://web.archive.org/web/20081215092347/http://answers.usa.gov/" title="frequently asked questions">frequently asked questions</a>, <a href="https://web.archive.org/web/20081215092347/http://answers.usa.gov/cgi-bin/gsa_ict.cfg/php/enduser/ask.php" title="e-mail USA.gov">e-mail USA.gov</a>, or call 1 (800) FED INFO (1-800-333-4636).</p> <p><b>USA.gov™ is the U.S. government's official web portal:</b><br/> <a href="https://web.archive.org/web/20081215092347/http://www.gsa.gov/Portal/gsa/ep/channelView.do?pageTypeId=8199&channelPage=%2Fep%2Fchannel%2FgsaOverview.jsp&channelId=-13326" title="Office of Citizen Services and Communications">Office of Citizen Services and Communications</a><br/> U.S. General Services Administration<br/> 1800 F Street, NW, Washington, DC 20405</p></p> </div> </div> </td></tr> </table> </center><script type="text/javascript"> auto_populate(document._main, prod_array, '0', 'prods'); auto_populate(document._main, cat_array, '0', 'cats'); _putCustomFieldMasks('_main'); </script> </body> </html> <!-- FILE ARCHIVED ON 09:23:47 Dec 15, 2008 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 11:19:57 Nov 29, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.49 exclusion.robots: 0.028 exclusion.robots.policy: 0.021 esindex: 0.008 cdx.remote: 8.16 LoadShardBlock: 450.536 (3) PetaboxLoader3.resolve: 280.521 (4) PetaboxLoader3.datanode: 253.311 (4) load_resource: 175.752 -->