// lo: source url // w: source width // h: source height // t: wmode ("" none, transparent, opaque ...) // flashID: source ID // flashvar: get variable function view_flash(lo,w,h,t, flashID, flashvar){ document.write (''); document.write (''); document.write (''); document.write (''); document.write (''); document.write (''); document.write (''); document.write (''); } function get_flash(lo,w,h,t, flashID, flashvar){ var html = ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; html += ''; return html; }