ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>CONTACT US</title> <meta name="Description" content="CONTACT US" /> <meta name="Keywords" content="CONTACT US" /> <link href="/css/style.css" rel="stylesheet" type="text/css" /> <script src="/js/myJs.js" type="text/javascript"></script> </head> <body> <div id="wrapper"> <div id="header-wrapper"> <div id="header"> <div id="left"> <div id="logo"> <h1><a href="/en"><img src="/images/logo.jpg" alt="AFC" title="AFC" /></a></h1> </div> <!-- end #logo --> </div> <div id="right"> <div id="searchLayer"><a href="/ch/default.htm"><img src="/images/chv.gif" alt="AFC" border="0" /></a> <a href="/en/default.htm"><img src="/images/env.gif" alt="AFC" border="0" /></a><input type="text" id="searchBox" /><a href="javascript:void(0);"><img src="/images/go.png" id="searchBtn" /></a></div> <div style="clear:both;"></div> <div id="menu"> <ul> <li><a href="/en/About-us.htm">ABOUTUS</a></li> <li><a href="/en/Products.htm">PRODUCTS</a></li> <li><a href="/en/RECIPIES.htm">RECIPIES</a></li> <li><a href="/en/MANUFACTURING.htm">MANUFACTURING</a></li> <li><a href="/en/Services.htm">SERVICES</a></li> <li class="first"><a href="/en/CONTACT-US.htm">CONTACT US</a></li> </ul> </div> <!-- end #menu --> </div> <div style="clear:both;"></div> </div> <!-- end #header --> </div> <!-- end #header-wrapper --> <div id="page"> <div id="banner"> <img src="/images/uploadimages/category/169.jpg" alt="" /> </div> <div id="page-bgcontent"> <!-- end #sidebar --> <div id="content"> <div class="post"> <div style="margin-top: 10px;"> <!-- main column begin --> <div style="width: 616px; height: 659px"> <div align="left"><font color="#ff6600" size="4">Contact Us</font>&nbsp;</div> <div style="float: right"> <p align="right">&nbsp;</p> </div> <div style="clear: both">&nbsp;</div> <p align="center"><script language="JavaScript"> <!-- function checkselect() { var myAlert="" if (document.myform.firstmame.value=="") { myAlert += "First Name \n"; } if (document.myform.lastname.value==""){ myAlert += "Last Name \n"; } if (document.myform.street1.value==""){ myAlert += "Address \n"; } if (document.myform.city.value==""){ myAlert += "City \n"; } if (document.myform.state.value==""){ myAlert += "State \n"; } if (document.myform.zipcode.value==""){ myAlert += "Zip \n"; } //if (document.forms[0].Hear.options[document.forms[0].Hear.selectedIndex].value == "") { myAlert += "How did your hear about us? \n"; } //if (document.forms[0].SelectTour.options[document.forms[0].SelectTour.selectedIndex].value == "") { myAlert += "Which tour most interests you? \n"; } if (document.myform.phone.value==""){ myAlert += "Phone \n"; } if (document.myform.email.value==""){ myAlert += "EMail \n"; } if (myAlert != "") { alert ("Please fill in: \n\n" + myAlert); return(false); } else { return(true); } } // --> </script><script language="JavaScript"> <!-- function checkField(){ if(document.myform.firstname.value.length==0){ alert("Please enter your First Name!"); document.myform.firstname.focus(); return false } if(document.myform.lastname.value.length==0){ alert("Please enter your Last Name!"); document.myform.lastname.focus(); return false } if(document.myform.address.value.length==0){ alert("Please enter your Street Address!"); document.myform.address.focus(); return false } if(document.myform.city.value.length==0){ alert("Please enter your City!"); document.myform.city.focus(); return false } if(document.myform.state.value.length==0){ alert("Please enter your State!"); document.myform.state.focus(); return false } if(document.myform.zipcode.value.length==0){ alert("Please enter your Zip Code!"); document.myform.zipcode.focus(); return false } if(document.myform.country.value.length==0){ alert("Please enter your Country!"); document.myform.country.focus(); return false } if(document.myform.email.value.length==0){ alert("Please enter your E-Mail Address!"); document.myform.email.focus(); return false } if(document.myform.email.value.length>0){ i=document.myform.email.value.indexOf("@") j=document.myform.email.value.indexOf(".",i) k=document.myform.email.value.indexOf(",") kk=document.myform.email.value.indexOf(" ") jj=document.myform.email.value.lastIndexOf(".")+1 len=document.myform.email.value.length if ((i>0) && (j>(1+1)) && (k==-1) && (kk==-1) && (len-jj >=2) && (len-jj<=3)) { } else { alert("Please enter an exact email address.\n" + document.myform.email.value + " is invalid."); document.myform.email.focus(); document.myform.email.select(); return false} } if(document.myform.phone.value.length==0){ alert("Please enter your Telephone Number!"); document.myform.phone.focus(); return false } } // --> </script> <form method="post" action="/email.aspx" onsubmit="return checkField();" name="myform"> <input type="hidden" name="source" value="contact" /> <table border="0" cellspacing="0" cellpadding="4" align="center"> <tbody> <tr> <td class="define_sm" valign="middle" width="200" align="right">First Name<strong>*</strong></td> <td valign="top" width="280" align="left"><input class="input1" maxlength="40" size="30" name="firstname" type="text" /></td> </tr> <tr> <td class="define_sm" valign="middle" width="200" align="right">Last Name<strong>*</strong></td> <td valign="top" width="280" align="left"><input class="input1" maxlength="40" size="30" name="lastname" type="text" /></td> </tr> <tr> <td class="define_sm" valign="middle" width="200" align="right">Company Name (if any)</td> <td valign="top" width="280" align="left"><input class="input1" maxlength="70" size="30" name="company" type="text" /></td> </tr> <tr> <td class="define_sm" valign="middle" width="200" align="right">Mailing Address<strong>*</strong></td> <td valign="top" width="280" align="left"><input class="input1" maxlength="80" size="30" name="address" type="text" /></td> </tr> <tr> <td class="define_sm" valign="middle" width="200" align="right">City<strong>*</strong></td> <td valign="top" width="280" align="left"><input class="input1" maxlength="80" size="30" name="city" type="text" /></td> </tr> <tr> <td class="define_sm" valign="middle" width="200" align="right">State<strong>*</strong></td> <td valign="top" width="280" align="left"><input class="input1" maxlength="80" size="30" name="state" type="text" /></td> </tr> <tr> <td class="define_sm" valign="middle" width="200" align="right">Zip Code/ Postal Code<strong>*</strong></td> <td valign="top" width="280" align="left"><input class="input1" maxlength="80" size="30" name="zipcode" type="text" /></td> </tr> <tr> <td class="define_sm" valign="middle" width="200" align="right">Country<strong>*</strong></td> <td valign="top" width="280" align="left"><input class="input1" maxlength="80" size="30" name="country" type="text" /></td> </tr> <tr> <td class="define_sm" valign="middle" width="200" align="right">E-Mail<strong>*</strong></td> <td valign="top" width="280" align="left"><input class="input1" maxlength="30" size="30" name="email" type="text" /></td> </tr> <tr> <td class="define_sm" valign="middle" width="200" align="right">Telephone<strong>*</strong></td> <td valign="top" width="280" align="left"><input class="input1" maxlength="24" size="30" name="phone" type="text" /></td> </tr> <tr> <td class="define_sm" valign="middle" width="200" align="right">Fax</td> <td valign="top" width="280" align="left"><input class="input1" maxlength="24" size="30" name="fax" type="text" /></td> </tr> <tr> <td valign="top" align="right">Your message here</td> <td valign="top" width="280" align="left"><textarea class="input3" rows="5" cols="30" name="memo"></textarea></td> </tr> <tr> <td valign="top" colspan="2"> <p style="text-align: center"><input type="submit" value="Submit" />&nbsp;&nbsp;&nbsp;&nbsp;<input type="reset" value="Clear" /></p> </td> </tr> </tbody> </table> </form> </p> </div> <!-- main column end --> </div> </div> </div> <!-- end #content --> <div style="clear: both;"></div> <div class="bottomLog"><p class="bottomInfo">© 2010 AFC Trading & Wholesale, Inc. All Rights Reserved. </p><img src="/images/green.JPG" /></div> <div style="clear: both;"></div> </div> </div> <!-- end #page --> </div> <div id="footer"> <div style="clear:both;"></div> </div> <!-- end #footer --> </body> </html>