|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/conceptlabs1/viateq/demo/ |
Upload File : |
function prepare_email_Spanish()
str_html = ""
html_txt = ""
htmlsubject = EMAIL_TITLE_SUBJECT
htmltitle = HTML_TITLE_SUBJECT
'----------------------------------------
' SPANISH
'----------------------------------------
buildhtml("<!DOCTYPE html>")
buildhtml("<html lang='es'>")
buildhtml("<head>")
buildhtml("<title>OFCCP Complaint Form Spanish</title>")
buildhtml("<meta http-equiv='Content-type' content='text/html;charset=UTF-8'>")
buildhtml("<meta http-equiv='Content-Style-Type' content='text/css'>")
buildhtml("<meta name='generator' content=''>")
buildhtml("<meta name='viewport' content='width=device-width, initial-scale=1'>")
buildhtml("<style>")
buildhtml("body, a, h1, h2, h3, h4, ul, ol, li, p, label, td, th, u { font-family: Tahoma, Arial, verdana, sans-serif;}")
buildhtml("body, a, h1, h2, h3, h4, ul, ol, li, p, label, td, th, u { color:black; font-weight:normal; line-height:115%;}")
buildhtml("td, th {border 2px solid gray;}")
buildhtml("h1 { text-align:right;}")
buildhtml("h2 { text-align:left;}")
buildhtml("h3 { text-align:left;}")
buildhtml("h4 { text-align:right;}")
buildhtml("td { text-align:left;}")
buildhtml("th { text-align:left;}")
buildhtml("ol { text-align:left;}")
buildhtml("li { text-align:left;}")
buildhtml("u { text-align:right;}")
buildhtml("a { font-size: 11.5px;}")
buildhtml("h1 { font-size: 18px;}")
buildhtml("h2 { font-size: 13px;}")
buildhtml("h3 { font-size: 11.5px;}")
buildhtml("h4 { font-size: 11px;}")
buildhtml("td { font-size: 11.5px;}")
buildhtml("th { font-size: 11.5px;}")
buildhtml("ol { font-size: 11.5px;}")
buildhtml("li { font-size: 11.5px;}")
buildhtml("u { font-size: 11.5px;}")
buildhtml("p { font-size: 11.5px;}")
buildhtml("h1, h2, h3, h4 {margin:0; padding:0;}")
buildhtml("button {margin:0;}")
buildhtml("td { vertical-align: top; text-align:left;}")
buildhtml("th { vertical-align: top; text-align:left;}")
buildhtml("h4 {margin-top:7px;}")
buildhtml(".check_choice {")
buildhtml("display:inline-block;")
buildhtml("padding-left:2px;")
buildhtml("padding-right:2px;")
buildhtml("}")
buildhtml(".check_box {")
buildhtml("width:12px;")
buildhtml("height:12px; ")
buildhtml("display:inline-block;")
buildhtml("text-align:center;")
buildhtml("vertical-align:bottom;")
buildhtml("border:1px solid black;")
buildhtml("margin-right:2px;")
buildhtml("} ")
buildhtml(".check_mark {")
buildhtml("font-size: 9px;")
buildhtml("}")
buildhtml("</style>")
buildhtml("</head>")
buildhtml("<body>")
buildhtml("<table bgcolor='white' width='780' border=0 cellspacing='0' cellpadding='0' align='center' cols=2>")
buildhtml("<!------------------------")
buildhtml("FORM TITLE")
buildhtml("------------------------->")
buildhtml("<tr>")
buildhtml("<td>")
buildhtml("<a style='float: left;' href='https://www.dol.gov'>")
buildhtml("<img src='https://raw.githubusercontent.com/GSA/logo/master/labor.png'")
buildhtml(" align='top' width='45' border='0'")
buildhtml(" alt='United States Department of Labor'")
buildhtml(" title='United States Department of Labor'>")
buildhtml("</a>")
buildhtml("<a style='float: left;' href='https://www.dol.gov/ofccp/aboutof.html'>")
buildhtml("<img src='https://www.dol.gov/sites/default/files/slide47.jpg'")
buildhtml(" align='top' width='155' border='0'")
buildhtml(" alt='Office of Federal Contract Compliance Programs'")
buildhtml(" title='Office of Federal Contract Compliance Programs'>")
buildhtml("</a>")
buildhtml("</td>")
buildhtml("<td>")
buildhtml("<h1>")
buildhtml("Queja de Discriminación de Empleo por un <br>Contratista o Subcontratista Federal")
buildhtml("</h1>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("<tr>")
buildhtml("<td>")
buildhtml("</td>")
buildhtml("<td>")
buildhtml("<h4>")
buildhtml("<u>Por favor lea las instrucciones antes de completar este formulario.</u>")
buildhtml("</h4>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("<tr>")
buildhtml("<td>")
buildhtml("<h4 style='text-align:left; margin-top:10px;'>")
buildhtml("OMB: 1250-0002<br>")
buildhtml("Expira: 5/31/2020")
buildhtml("</h4>")
buildhtml("</td>")
buildhtml("<td>")
buildhtml("<h4>")
buildhtml("<button style='margin-right: 15px; margin-top: 5px;' readonly> Limpiar Formulario </button>")
buildhtml("<button style='margin-right: 15px; margin-top: 5px;' readonly> La impresora Formulario </button>")
buildhtml("<button style='margin-right: 0px; margin-top: 5px;' readonly> Someter </button>")
buildhtml("</h4>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("</table>")
buildhtml("<br>")
buildhtml("<table bgcolor='white' width='780' border='1' cellspacing='0' cellpadding='5' align='center' style='border-collapse:collapse'>")
buildhtml("<!------------------------")
buildhtml("SECTION 1")
buildhtml("------------------------->")
buildhtml("<tr>")
buildhtml("<td width='170' valign='top' align=left>")
buildhtml("<h2><b>")
buildhtml("¿Cómo podemos contactarte?")
buildhtml("</b></h2>")
buildhtml("</td>")
buildhtml("<td width='610'>")
buildhtml("<table width='100%' border='0' cellspacing='0' cellpadding='5' style='font-size: 11px; font-family: Verdana, sans-serif; color: #222222;'>")
buildhtml("<tr><td>")
buildhtml("Nombre (Primer, Segundo, Apellido): " & padd(F_Fullname1,50) & "<br><br>")
buildhtml("Dirección: " & padd(F_Address1,50) & "<br><br>")
buildhtml("Ciudad: " & padd(F_City1,50) & "<br><br>")
buildhtml("Estado: " & padd(F_State1,3) & " Código Postal: " & padd(F_Zipcode1,10) & "<br><br>")
buildhtml("Número de Teléfono: " & padd(F_Telephone1,15) & "<br><br>")
'----------------------------
' Telephone Number
'----------------------------
choice_title1 = "Casa"
choice_title2 = "Trabajo"
choice_title3 = "Celular"
checkmark_off = "<div class='check_box'></div><div class='check_choice'>"
checkmark_on = "<div class='check_box'><div class='check_mark'><b>✓</b></div></div><div class='check_choice'>"
choice1 = checkmark_off & choice_title1 & "</div>"
choice2 = checkmark_off & choice_title2 & "</div>"
choice3 = checkmark_off & choice_title3 & "</div>"
if (InStr(F_Telephone_type1, "1") > 0) then choice1 = checkmark_on & choice_title1 & "</div>"
if (InStr(F_Telephone_type1, "2") > 0) then choice2 = checkmark_on & choice_title2 & "</div>"
if (InStr(F_Telephone_type1, "3") > 0) then choice3 = checkmark_on & choice_title3 & "</div>"
buildhtml(choice1)
buildhtml(choice2)
buildhtml(choice3)
buildhtml("<br><br>")
buildhtml("Correo electrónico: "& padd(F_Email1,50) & "<br><br>")
buildhtml("<h3>")
buildhtml("Ha presentado estas denuncias de discriminación en el empleo con otra agencia federal o local?")
buildhtml("<br>")
buildhtml("</h3>")
'----------------------------
' Allegations
'----------------------------
choice_title1 = "Si"
choice_title2 = "No"
checkmark_off = "<div class='check_box'></div><div class='check_choice'>"
checkmark_on = "<div class='check_box'><div class='check_mark'><b>✓</b></div></div><div class='check_choice'>"
choice1 = checkmark_off & choice_title1 & "</div>"
choice2 = checkmark_off & choice_title2 & "</div>"
if (InStr(F_Allegations1, "1") > 0) then choice1 = checkmark_on & choice_title1 & "</div>"
if (InStr(F_Allegations1, "2") > 0) then choice2 = checkmark_on & choice_title2 & "</div>"
buildhtml("<br>")
buildhtml(choice1)
buildhtml(choice2)
buildhtml("<br><br>")
buildhtml("En caso afirmativo, que agencia? " & padd(F_Agency_Name1,40) & "<br><br>")
buildhtml("Nombre de contacto: " & padd(F_Agency_POC1,30) & " Número de Teléfono: " & padd(F_Agency_Telephone1,13) & "<br><br>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("</table>")
buildhtml("</td>")
buildhtml("</tr>")
'end of section 1
buildhtml("<!------------------------")
buildhtml("SECTION 2")
buildhtml("------------------------->")
buildhtml("<tr>")
buildhtml("<td valign='top' align=left>")
buildhtml("<h2><b>")
buildhtml("¿A quién podemos contactar si no podemos comunicarnos con usted?")
buildhtml("</b></h2>")
buildhtml("</td>")
buildhtml("<td>")
buildhtml("<table width='100%' border='0' cellspacing='0' cellpadding='5' style='font-size: 11px; font-family: Verdana, sans-serif; color: #222222;'>")
buildhtml("<tr>")
buildhtml("<td>")
buildhtml("Nombre (Primer, Segundo, Apellido): " & padd(F_Fullname2,50) & "<br><br>")
buildhtml("Dirección: " & padd(F_Address2,50) & "<br><br>")
buildhtml("Ciudad: " & padd(F_City2,50) & "<br><br>")
buildhtml("Estado: " & padd(F_State2,3) & " Código Postal: "& padd(F_Zipcode2,10) & "<br><br>")
buildhtml("Número de Teléfono: " & padd(F_Telephone2,15) & "<br><br>")
'----------------------------
' Telephone Number
'----------------------------
choice_title1 = "Casa"
choice_title2 = "Trabajo"
choice_title3 = "Celular"
checkmark_off = "<div class='check_box'></div><div class='check_choice'>"
checkmark_on = "<div class='check_box'><div class='check_mark'><b>✓</b></div></div><div class='check_choice'>"
choice1 = checkmark_off & choice_title1 & "</div>"
choice2 = checkmark_off & choice_title2 & "</div>"
choice3 = checkmark_off & choice_title3 & "</div>"
if (InStr(F_Telephone_type2, "1") > 0) then choice1 = checkmark_on & choice_title1 & "</div>"
if (InStr(F_Telephone_type2, "2") > 0) then choice2 = checkmark_on & choice_title2 & "</div>"
if (InStr(F_Telephone_type2, "3") > 0) then choice3 = checkmark_on & choice_title3 & "</div>"
buildhtml(choice1)
buildhtml(choice2)
buildhtml(choice3)
buildhtml("<br><br>")
buildhtml("Correo electrónico: " & padd(F_Email2,50) & "<br><br> ")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("</table>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("<!------------------------")
buildhtml("SECTION 3")
buildhtml("------------------------->")
buildhtml("<tr>")
buildhtml("<td valign='top' align=left>")
buildhtml("<h2><b>")
buildhtml("¿Cuál es el nombre del empleador que usted cree discrimino o tomo represalias contra usted?")
buildhtml("</b></h2>")
buildhtml("</td>")
buildhtml("<td>")
buildhtml("<table width='100%' border='0' cellspacing='0' cellpadding='5' style='font-size: 11px; font-family: Verdana, sans-serif; color: #222222;'>")
buildhtml("<tr>")
buildhtml("<td>")
buildhtml("Empresa Nombre: " & padd(F_Fullname3,50) & "<br><br>")
buildhtml("Dirección: " & padd(F_Address3,50) & "<br><br>")
buildhtml("Ciudad: " & padd(F_City3,50) & "<br><br>")
buildhtml("Estado: " & padd(F_State3,3) & " Código Postal: " & padd(F_Zipcode3,12) & "<br><br>")
buildhtml("Número de Teléfono: " & padd(F_Telephone3,15) & "<br><br>")
buildhtml("<h3><b>")
buildhtml("Indique las fecha(s) y horas en las que cree que fue discriminado o recibido represalias en su contra:")
buildhtml("</b></h3>")
F_Narrative5 = Replace(F_Narrative5, nlcr, "<br><br>")
buildhtml(F_Narrative5)
buildhtml("<br>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("</table>")
buildhtml("</td>")
buildhtml("</tr>")
'------------------------ end of section
buildhtml("<!------------------------")
buildhtml("SECTION 4")
buildhtml("------------------------->")
buildhtml("<tr>")
buildhtml("<td>")
buildhtml("<h2><b>")
buildhtml("¿Por qué cree usted que su empleador discriminó o tomó represalias en su contra?")
buildhtml("</b></h2>")
buildhtml("</td>")
buildhtml("<td>")
buildhtml("<table width='100%' border='0' cellspacing='0' cellpadding='0' cols=4>")
buildhtml("<tr valign='top'>")
'---------------------
' ROW 1 of 4
'---------------------
buildhtml("<td >")
buildhtml("<table width=130 border='0' cellspacing='0' cellpadding='4' cols=2 > ")
choice_title0 = "Raza"
choice_title1 = "Indio Americano o Nativo de Alaska<br>Indique Afiliación Tribal:"
choice_title2 = "Asiática"
choice_title3 = "Negro o afroamericano"
choice_title4 = "Nativo de Hawaii o de otras islas del Pacífico"
choice_title5 = "Blanco"
checkmark_col1 = "<tr><td valign='top' align='left'>"
checkmark_off = "<div class='check_box'></div>"
checkmark_on = "<div class='check_box'><div class='check_mark'><b>✓</b></div></div>"
choice0 = checkmark_col1 & checkmark_off & "</td>"
checkmark_col1 = "<tr><td valign='top' align='left' style='margin-left:25px;'>"
choice1 = checkmark_col1 & checkmark_off & "</td>"
choice2 = checkmark_col1 & checkmark_off & "</td>"
choice3 = checkmark_col1 & checkmark_off & "</td>"
choice4 = checkmark_col1 & checkmark_off & "</td>"
choice5 = checkmark_col1 & checkmark_off & "</td>"
if (F_Race40 = 1) then choice0 = checkmark_col1 & checkmark_on & "</td>"
checkmark_col1 = "<tr><td valign='top' align='left' style='padding:5px;'>"
if (F_Race41 = 1) then choice1 = checkmark_col1 & checkmark_on & "</td>"
if (F_Race42 = 1) then choice2 = checkmark_col1 & checkmark_on & "</td>"
if (F_Race43 = 1) then choice3 = checkmark_col1 & checkmark_on & "</td>"
if (F_Race44 = 1) then choice4 = checkmark_col1 & checkmark_on & "</td>"
if (F_Race45 = 1) then choice5 = checkmark_col1 & checkmark_on & "</td>"
checkmark_col2 = "<td valign='middle' align='left' height=10>"
choice0 = choice0 & checkmark_col2 & choice_title0 & "</td></tr>"
'choice1 = choice1 & checkmark_col2 & choice_title1 & "</td></tr>"
choice2 = choice2 & checkmark_col2 & choice_title2 & "</td></tr>"
choice3 = choice3 & checkmark_col2 & choice_title3 & "</td></tr>"
choice4 = choice4 & checkmark_col2 & choice_title4 & "</td></tr>"
choice5 = choice5 & checkmark_col2 & choice_title5 & "</td></tr>"
buildhtml(choice0)
buildhtml(choice1)
buildhtml(checkmark_col2)
buildhtml(choice_title1)
buildhtml("<p style='display:block; width:60px; word-break:break-all;'>")
buildhtml("<u>")
buildhtml(F_Race4_Tribal_Affiliation4)
buildhtml("</u>")
buildhtml("</p>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml(choice2)
buildhtml(choice3)
buildhtml(choice4)
buildhtml(choice5)
buildhtml("</table>")
buildhtml(" </td>")
'------------------------ end of column 1
'---------------------
' ROW 2 of 4
'---------------------
buildhtml("<td>")
buildhtml("<table width=130 border='0' cellspacing='0' cellpadding='4' cols=2>")
choice_title1 = "Origen Nacional"
choice_title2 = "Hispanic or Latino"
choice_title3 = "Otrosr"
choice_title4 = "Color"
choice_title5 = "Religión"
choice_title6 = "Sexo"
checkmark_col1 = "<tr><td valign='top' align='left'>"
checkmark_off = "<div class='check_box'></div>"
checkmark_on = "<div class='check_box'><div class='check_mark'><b>✓</b></div></div>"
choice1 = checkmark_col1 & checkmark_off & "</td>"
choice2 = checkmark_col1 & checkmark_off & "</td>"
choice3 = checkmark_col1 & checkmark_off & "</td>"
choice4 = checkmark_col1 & checkmark_off & "</td>"
choice5 = checkmark_col1 & checkmark_off & "</td>"
choice6 = checkmark_col1 & checkmark_off & "</td>"
if (F_National_Origin41 = 1) then choice1 = checkmark_col1 & checkmark_on & "</td>"
if (F_National_Origin411 = 1) then choice2 = checkmark_col1 & checkmark_on & "</td>"
if (F_National_Origin412 = 1) then choice3 = checkmark_col1 & checkmark_on & "</td>"
if (F_Color4 = 1) then choice4 = checkmark_col1 & checkmark_on & "</td>"
if (F_Religion4 = 1) then choice5 = checkmark_col1 & checkmark_on & "</td>"
if (F_Sex4 = 1) then choice6 = checkmark_col1 & checkmark_on & "</td>"
checkmark_col2 = "<td valign='middle' align='left' height=10>"
choice1 = choice1 & checkmark_col2 & choice_title1 & "</td></tr>"
choice2 = choice2 & checkmark_col2 & choice_title2 & "</td></tr>"
choice3 = choice3 & checkmark_col2 & choice_title3 & "</td></tr>"
choice4 = choice4 & checkmark_col2 & choice_title4 & "</td></tr>"
choice5 = choice5 & checkmark_col2 & choice_title5 & "</td></tr>"
choice6 = choice6 & checkmark_col2 & choice_title6 & "</td></tr>"
buildhtml(choice1)
buildhtml(choice2)
buildhtml(choice3)
buildhtml(choice4)
buildhtml(choice5)
buildhtml(choice6)
buildhtml("</table>")
buildhtml("</td> ")
'------------------------ end of column 2
'---------------------
' ROW 3 of 4
'---------------------
buildhtml("<td> ")
buildhtml("<table width=130 border='0' cellspacing='0' cellpadding='4' cols=2 >")
choice_title1 = "Orientación Sexual"
choice_title2 = "Identidad de Género"
choice_title3 = "Preguntando sobre el salario"
choice_title4 = "Discutir sobre el salario"
choice_title5 = "Divulgar el salario"
checkmark_col1 = "<tr><td valign='top' align='left'>"
checkmark_off = "<div class='check_box'></div>"
checkmark_on = "<div class='check_box'><div class='check_mark'><b>✓</b></div></div>"
choice1 = checkmark_col1 & checkmark_off & "</td>"
choice2 = checkmark_col1 & checkmark_off & "</td>"
choice3 = checkmark_col1 & checkmark_off & "</td>"
choice4 = checkmark_col1 & checkmark_off & "</td>"
choice5 = checkmark_col1 & checkmark_off & "</td>"
if (F_Sexual_Orientation4 = 1) then choice1 = checkmark_col1 & checkmark_on & "</td>"
if (F_Gender_Identity4 = 1) then choice2 = checkmark_col1 & checkmark_on & "</td>"
if (F_Inquiring_About_Pay4 = 1) then choice3 = checkmark_col1 & checkmark_on & "</td>"
if (F_Discussing_Pay4 = 1) then choice4 = checkmark_col1 & checkmark_on & "</td>"
if (F_Disclosing_Pay4 = 1) then choice5 = checkmark_col1 & checkmark_on & "</td>"
checkmark_col2 = "<td valign='middle' align='left' height=10>"
choice1 = choice1 & checkmark_col2 & choice_title1 & "</td></tr>"
choice2 = choice2 & checkmark_col2 & choice_title2 & "</td></tr>"
choice3 = choice3 & checkmark_col2 & choice_title3 & "</td></tr>"
choice4 = choice4 & checkmark_col2 & choice_title4 & "</td></tr>"
choice5 = choice5 & checkmark_col2 & choice_title5 & "</td></tr>"
buildhtml(choice1)
buildhtml(choice2)
buildhtml(choice3)
buildhtml(choice4)
buildhtml(choice5)
buildhtml("</table>")
buildhtml("</td>")
'---------------------
' ROW 4 of 4
'---------------------
buildhtml("<td> ")
buildhtml("<table width=70 border='0' cellspacing='0' cellpadding='4' cols=2 > ")
choice_title1 = "Estatus de Veterano Protegido"
choice_title2 = "Discapacidad"
choice_title3 = "Represalia"
checkmark_col1 = "<tr><td valign='top' align='left'>"
checkmark_off = "<div class='check_box'></div>"
checkmark_on = "<div class='check_box'><div class='check_mark'><b>✓</b></div></div>"
choice1 = checkmark_col1 & checkmark_off & "</td>"
choice2 = checkmark_col1 & checkmark_off & "</td>"
choice3 = checkmark_col1 & checkmark_off & "</td>"
if (F_Protected_Veteran_Status4 = 1) then choice1 = checkmark_col1 & checkmark_on & "</td>"
if (F_Disability4 = 1) then choice2 = checkmark_col1 & checkmark_on & "</td>"
if (F_Retaliation4 = 1) then choice3 = checkmark_col1 & checkmark_on & "</td>"
checkmark_col2 = "<td valign='middle' align='left' height=10>"
choice1 = choice1 & checkmark_col2 & choice_title1 & "</td></tr>"
choice2 = choice2 & checkmark_col2 & choice_title2 & "</td></tr>"
choice3 = choice3 & checkmark_col2 & choice_title3 & "</td></tr>"
buildhtml(choice1)
buildhtml(choice2)
buildhtml(choice3)
buildhtml("</table>")
buildhtml("</td>")
'------------------------ end of column 4
buildhtml("</tr>")
buildhtml("</table>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("<!------------------------")
buildhtml("SECTION 5")
buildhtml("------------------------->")
buildhtml("<tr>")
buildhtml("<th width='100%' colspan=2 valign='left' align=left>")
buildhtml("<table bgcolor='white' width='100%' border='0' cellspacing='0' cellpadding='0' align='left'>")
buildhtml("<tr><td>")
buildhtml("<h2><b>")
buildhtml("How did you learn that you could file a complaint with OFCCP?")
buildhtml("</b></h2>")
buildhtml("<h3>")
choice_title1 = "Internet"
choice_title2 = "Poster"
choice_title3 = "Community Organization"
choice_title4 = "OFCCP Meeting/Event"
choice_title5 = "Brochure"
choice_title6 = "Other"
checkmark_off = "<div class='check_box'></div><div class='check_choice'>"
checkmark_on = "<div class='check_box'><div class='check_mark'><b>✓</b></div></div><div class='check_choice'>"
choice1 = checkmark_off & choice_title1 & "</div>"
choice2 = checkmark_off & choice_title2 & "</div>"
choice3 = checkmark_off & choice_title3 & "</div>"
choice4 = checkmark_off & choice_title4 & "</div>"
choice5 = checkmark_off & choice_title5 & "</div>"
choice6 = checkmark_off & choice_title6 & "</div>"
if (F_Complaint51 = 1) then choice1 = checkmark_on & choice_title1 & "</div>"
if (F_Complaint52 = 1) then choice2 = checkmark_on & choice_title2 & "</div>"
if (F_Complaint53 = 1) then choice3 = checkmark_on & choice_title3 & "</div>"
if (F_Complaint54 = 1) then choice4 = checkmark_on & choice_title4 & "</div>"
if (F_Complaint55 = 1) then choice5 = checkmark_on & choice_title5 & "</div>"
if (F_Complaint56 = 1) then choice6 = checkmark_on & choice_title6 & "</div>"
buildhtml(choice1)
buildhtml(choice2)
buildhtml(choice3)
buildhtml(choice4)
buildhtml(choice5)
buildhtml(choice6)
buildhtml("</h3>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("</table>")
buildhtml("</th>")
buildhtml("</tr>")
'------------------------ end of section
buildhtml("<!------------------------")
buildhtml("SECTION 6")
buildhtml("------------------------->")
buildhtml("<tr>")
buildhtml("<th width='100%' colspan=2 valign='top' align='left'>")
buildhtml("<h2><b>Su Queja:</b></h2>")
buildhtml("<b>Por favor describa a continuación lo piensa que el empleador hizo o no hizo que usted cree que causó la discriminación o represalias, incluyendo:</b>")
buildhtml("<ol>")
buildhtml("<li>Qué acciones tomó el empleador contra usted.</li>")
buildhtml("<li>¿Por qué cree que esas acciones se basaron en su: raza; color; religión; sexo; orientación sexual; identidad de género; origen nacional; discapacidad; estatus de veterano; y/o preguntas sobre, discusiones o divulgaciones de su salario o el salario de otros; y/o represalia por presentar una queja, participar en procedimientos de discriminación, oponerse a la discriminación ilegal, o ejercer cualquier otro derecho protegido por OFCCP?.</li>")
buildhtml("<li>Cuando ocurrieron las acciones del empleador, dónde ocurrieron y quién estuvo involucrado.</li>")
buildhtml("<li>¿Qué daño, si alguno, usted o otros sufrieron debido a la supuesta discriminación o represalia?</li>")
buildhtml("<li>¿Qué explicación, si la hay, su empleador o las personas que representan a su empleador, ofrecieron por sus acciones?</li>")
buildhtml("<li>¿Quién estuvo en la misma situación o similar que usted y cómo fueron tratados?</li>")
buildhtml("<li>Qué información usted tiene sobre contratos federales que tenía la empresa para la que trabajó en el momento de la discriminación o represalia que describe en esta queja.</li>")
buildhtml("</ol>")
buildhtml("<br>")
F_Narrative6 = Replace(F_Narrative6, nlcr, "<br><br>")
buildhtml(F_Narrative6)
buildhtml("<br>")
buildhtml("</th>")
buildhtml("</tr>")
buildhtml("<!------------------------")
buildhtml("SECTION 7")
buildhtml("------------------------->")
buildhtml("<tr>")
buildhtml("<td>")
buildhtml("<h2><b>")
buildhtml("¿Cree que la discriminación incluye o afecta a otros?")
buildhtml("</b></h2>")
buildhtml("</td>")
buildhtml("<td>")
buildhtml("<table width='100%' border='0' cellspacing='0' cellpadding='5' style='font-size: 11px; font-family: verdana; color: #000;'>")
buildhtml("<tr><td>")
buildhtml("¿Cree usted que a otros empleados o solicitantes fueron tratados de la misma manera como usted describió anteriormente?")
buildhtml("<br>")
choice_title1 = "Si"
choice_title2 = "No"
checkmark_off = "<div class='check_box'></div><div class='check_choice'>"
checkmark_on = "<div class='check_box'><div class='check_mark'><b>✓</b></div></div><div class='check_choice'>"
choice1 = checkmark_off & choice_title1 & "</div>"
choice2 = checkmark_off & choice_title2 & "</div>"
if (InStr(F_Treated5, "1") > 0) then choice1 = checkmark_on & choice_title1 & "</div>"
if (InStr(F_Treated5, "2") > 0) then choice2 = checkmark_on & choice_title2 & "</div>"
buildhtml("<br>")
buildhtml(choice1)
buildhtml(choice2)
buildhtml("</td></tr>")
buildhtml("</table>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("<!------------------------")
buildhtml("SECTION 8")
buildhtml("------------------------->")
buildhtml("<tr>")
buildhtml("<td>")
buildhtml("<h2><b>")
buildhtml("Èske ou gen yon avoka oswa lòt reprezantan?")
buildhtml("</b></h2>")
buildhtml("</td>")
buildhtml("<td>")
buildhtml("<table width='100%' border='0' cellspacing='0' cellpadding='5' style='font-size: 11px; font-family: verdana; color: #000;'>")
buildhtml("<tr><td>")
buildhtml("Si ou gen reprezantasyon yon avoka, oswa yon lòt moun, oswa yon òganizasyon, tanpri bay enfòmasyon pou kontakte yo anba la a.")
buildhtml("<br><br>")
buildhtml("Nonn (Prenon, Dezyèm Prenon, Non Fanmi): " & padd(F_Fullname21,40) & "<br><br>")
buildhtml("Nimewo Kay: " & padd(F_Address21,50) & "<br><br>")
buildhtml("Vil: " & padd(F_City21,50) & "<br><br>")
buildhtml("Eta: " & padd(F_State21,3) & " Kòd Postal: " & padd(F_Zipcode21,10) & "<br><br>")
buildhtml("Nimewo Telefòn: " & padd(F_Telephone21,15) & "<br><br>")
buildhtml("Adrès Imèl: " & padd(F_Email21,50) & "<br><br>")
buildhtml("Kimoun nou ta dwe kontakte si nou bezwen plis enfòmasyon sou deskripsyon sa ki te pase a?")
buildhtml("<br>")
choice_title1 = "Oumenm"
choice_title2 = "Reprezantan Ou"
checkmark_off = "<div class='check_box'></div><div class='check_choice'>"
checkmark_on = "<div class='check_box'><div class='check_mark'><b>✓</b></div></div><div class='check_choice'>"
choice1 = checkmark_off & choice_title1 & "</div>"
choice2 = checkmark_off & choice_title2 & "</div>"
if (InStr(F_Attorney5, "1") > 0) then choice1 = checkmark_on & choice_title1 & "</div>"
if (InStr(F_Attorney5, "2") > 0) then choice2 = checkmark_on & choice_title2 & "</div>"
buildhtml("<br>")
buildhtml(choice1)
buildhtml(choice2)
buildhtml("</td></tr>")
buildhtml("</table>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("<!------------------------")
buildhtml("SECTION 9")
buildhtml("------------------------->")
buildhtml("<tr>")
buildhtml("<td>")
buildhtml("<h2><b>")
buildhtml("Siyati ak Verifikasyon")
buildhtml("</b></h2>")
buildhtml("</td>")
buildhtml("<td>")
buildhtml("<table width='100%' border='0' cellspacing='0' cellpadding='5' >")
buildhtml("<tr><td>")
buildhtml("Mwen deklare, anba menas sanksyon pou fo temwayaj, enfòmasyon mwen bay yo se enfòmasyon ki vrè dapre tout sa mwen konnen. Lalwa ap pini mwen si mwen fè espre pou bay fo temwayaj.")
buildhtml("<br><br>")
buildhtml("Mwen bay otorizasyon pou yo divilge nenpòt enfòmasyon medikal ki nesesè pou ankèt sa a.")
buildhtml("</td></tr>")
buildhtml("<tr><td>")
buildhtml("Siyati Moun ki Fè Plent lan: " & padd(F_Print_Signature,25))
buildhtml(" Dat la: " & padd(F_Print_Signature_Date,15))
buildhtml("</td></tr>")
buildhtml("</table>")
buildhtml("</td>")
buildhtml("</tr>")
buildhtml("</table>")
buildhtml("<table align=center width=780px border=0 cellspacing=0 cellpadding=0>")
buildhtml("<tr>")
buildhtml("<th colspan=2 width='100%' style='text-align:right;'>")
buildhtml("<br>")
buildhtml("Fòm CC-4 (Revize 5/2017)")
buildhtml("<br>")
buildhtml("</th>")
buildhtml("</tr>")
buildhtml("</table>")
buildhtml("</body>")
buildhtml("</html>")
end function