<& Template,top=>1 &>

You have selected:<br>
<%$rec->{title}%>, by <%$rec->{artist}%><br>
Genre: <%$rec->{genre}%><br>
Price: <%$rec->{price}%><br>
<a href="kart?action=add&id=<%$id%>">Add to your Shopping Kart</a><P>

<& Template,bottom=>1 &>

<%INIT>
my %cds = %{mc_comp('data/cds')};
my $rec = $cds{$id};
</%INIT>
<%ARGS>
$id
</%ARGS>
