File: D:/web/expressmusic/inc-template-currency.asp
<%
Sub DummyHTMLHeaderToFoolDreamweaverCurrency
%>
<link href="styles.css" rel="stylesheet" type="text/css">
<%
End Sub
%>
<table width="177" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="currency">Change Currency<br>
Prices in: <span class="currency_selected"><%=GetCurrencySymbol%></span>
<a href="javascript:itp_currency('GBP')"><img src="images/gb-pound.gif" alt="British Pound" border="0"></a>
<a href="javascript:itp_currency('EUR')"><img src="images/euro.gif" alt="Euro" border="0"></a>
<a href="javascript:itp_currency('USD')"><img src="images/us-dollar.gif" alt="US Dollars" border="0"></a>
</td>
</tr>
</table>