<%@ page errorPage="/fhp/session_error.jsp" %> <%@ page import="com.valpak.www.*" %> <%@ include file="/slugs/standard_slugs_slug.jsp" %> <%@ taglib uri="/vp_taglib.tld" prefix="vp" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <% HttpSession s = request.getSession(); VPNETSessionBean vpnetSession = (VPNETSessionBean) s.getAttribute("vpnetSession"); %> <%=vpnetSession.getFranchiseName()%>
Valpak Franchise Home Pages
<%=vpnetSession.getFranchiseName()%>
Valpak Franchise Home Pages
Valpak Franchise Home Pages
Contact <%=vpnetSession.getFranchiseName()%>

Contact Us We do it all

Valpak provides a customized program tailored to your unique business needs. Remember, we take care of everything. We work with you from concept and design to delivery, providing the tools and attention you need for success.


To advertise with <%=vpnetSession.getFranchiseName()%>, contact:

<%=vpnetSession.getContactName()%>
<% if(vpnetSession.getShowAddressFlag().equals("Y")) { if(vpnetSession.getAddress() != null) { out.println(vpnetSession.getAddress()); } else { out.println("PO Box "+vpnetSession.getPoBox()); } } %>
<%=vpnetSession.getCity()%>, <%=vpnetSession.getState()%> <%=vpnetSession.getPostalCode()%>
<% String Phone = ""; String area = ""; String code = ""; String num = ""; String newNumber = ""; if(vpnetSession.getPhone() != null) { Phone = vpnetSession.getPhone(); area = Phone.substring(0,3); code = Phone.substring(3,6); num = Phone.substring(6,10); newNumber = area + "-" + code + "-" + num; } String fax = ""; String area2 = ""; String code2 = ""; String num2 = ""; String newNumber2 = ""; if(vpnetSession.getFax()!=null) { fax = vpnetSession.getFax(); area2 = fax.substring(0,3); code2 = fax.substring(3,6); num2 = fax.substring(6,10); newNumber2 = area2 + "-" + code2 + "-" + num2; } %> <% if(vpnetSession.getShowPhoneFlag().equals("Y")) { %> Phone: <%= newNumber%>
<% } if(vpnetSession.getShowFaxFlag().equals("Y")) { %> Fax : <%= newNumber2%> <% } %>

You may also request more information by completing the following form.
Name:
*
Business Name: *
Type of Business:
# of Locations:
Address: *
City: *
State/Province: *
ZIP/Postal Code: *
Phone: * (Please include your area code)
Fax:
Best Time to Contact:
E-mail: *
Comments:

* indicates required information

   


<%@ include file="/fhp/objects/fhp_footer_object.jsp" %>