<% if (typeof compName_s!=="undefined") { %>
<%= compName_s.valuehl %>
<% } else {%>
<%= name.valuehl %>
<% } %>
<% if (typeof price_c!=="undefined") { %>
- Price
- <%=price_c.valuehl%>
<% } %>
<% if (typeof features!=="undefined") { %>
- Features
<% for(var i=0; i< features.length; i++) { %>
- <%=features[i].valuehl%>
<% } %>
<% } %>
<% if (typeof inStock!=="undefined") { %>
- In Stock
-
- <%=inStock.valuehl%>
<% } %>
<% if (typeof cat!=="undefined") { %>
- Categories
<% for(var i=0; i< cat.length; i++) { %>
- <%=cat[i].valuehl%>
<% } %>
<% } %>
<% if (typeof manu!=="undefined") { %>
- Manufactory
- <%=manu.valuehl%>
<% } %>
<% if (typeof address_s!=="undefined") { %>
- Address
- <%=address_s.valuehl%>
<% } %>