function show_exported_image(strImgSrc,strText){if(strImgSrc.length>0)
document.write("<p><img src='"+strImgSrc+"'><br/>"+strText+"</p>");}
