%@ Language=VBScript %> <%Response.Buffer=True%>
|
|||||
| Please select a Part category to view: |
|||||
| There are currently no Parts available in this category. Please check back soon!! |
|||||
| |||||
<% Function IsSelected(value,data) If value=data then IsSelected="Selected" Else IsSelected="" End If End Function %>