﻿
function PrintListPrice(elId) {
    var pflash = new SWFObject("/gfx/flash/price-small.swf?price=" + document.getElementById(elId).innerHTML, "pricesmall", "84", "24", "8", "");
    pflash.addParam("quality", "high");
    pflash.addParam("menu", "false");
    pflash.addParam("wmode", "transparent");
    pflash.write(elId);
}
