<%mc_comp('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>

<%mc_comp('Template',bottom=>1)%>

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