<%= image_tag("heading-support.gif", :alt => t("txt.alt.support")) %>
<%= breadcrumb(link_to(t('txt.support.help_support'), "/support"), (@product ? "#{@product.name} #{t('txt.faqs.faqs')}" : t("txt.faqs.general_faqs"))) %>
<% if @product %>
<%= @product.name %> <%= t("txt.faqs.faqs") %>
<% else %>
<%= t("txt.faqs.general_faqs") %>
<% end %>
<% for category in @categories %>
<% current = category == @category%>
<% url = @product ? product_faq_path(@product, category) : general_faq_path(category) %>
- <%= link_to(category.name, url, :class => "#{"current" if current}") %>
<% end %>
<%= @category.description %>
<% for faq in @faqs %>
<% url = @product ? product_faq_path(@product, @category) : general_faq_path(@category) %>
- <%= link_to faq.question, "##{faq.url_param}" %>
<% end %>
<% for faq in @faqs %>
<%= render :inline => faq.answer %>
<% end %>
<%= t("txt.faqs.other_faqs") %>
<% if @product %>
<%= faqs_links(@products, @product) %>
<% else %>
<%= faqs_links(@products) %>
<% end %>
<%= t("txt.faqs.cant_find") %>
<%= t("txt.faqs.try_search") %>
<%= t("txt.faqs.contact_us") %>
<%= featured_product.name %>
<%= screenshot_link(featured_product.screenshot) %>
<%= featured_product.short_description %>
<%= download_link(featured_product) %>
<%= buy_professional(featured_product) %>
<%= buy_standard(featured_product) %>