function show_exported_image(strFieldName,strText){var nFilePos=window.location.search.indexOf(strFieldName);if(nFilePos>=0){var strImgSrc=window.location.search.substr(nFilePos+strFieldName.length+1);document.write("<p><img src='"+unescape(strImgSrc)+"'><br/>"+strText+"</p>");}}