// JavaScript Document


if ( Cart_is_empty()) {
document.write('<img src="common/pixel.gif" width=2 height=25 border=0><Span class=technicaltext>&nbspYour bag is &nbsp&nbspempty');
} else {

document.write('<Table width=92 border=0 cellspacing=1 cellpadding=0 height=80><tr><td class=technicaltext><font color="#cc0000">');
document.write('<tr><td class=technicaltext height=13><font color="#cc0000">');


document.write ('</td></tr>');

document.write ('</td></tr>');
document.write ('<tr><td class=technicaltext height=15><font color=cc0000>');

Print_total_products(true);
document.write(' </font>in bag</td></tr>');
document.write ('<tr><td class=technicaltext>');
document.write('Sub-Total:<br /><font color="#cc0000"> ');
document.write ('</td></tr>');
document.write ('<tr><td class=technicaltext align=right height=15><font color=cc0000>');
Print_total(true);
document.write ('</font></td></tr>');

document.write('<tr><td class=technicaltext>');
document.write('<a href="http://mindyshear.com/products/managecart.html"><img src="http://www.mindyshear.com/products/main/view_bag.gif" width=90 height=18 border=0></a>');
document.write('</td></tr></Table>');

}