magic_doodle.htm 604 B

1234567891011121314
  1. <!--{template common/header}-->
  2. <script type="text/javascript" reload="1">
  3. $('hkey_$_GET[handlekey]').innerHTML = '<p>{lang done_doodle_notice}</p>' + AC_FL_RunContent(
  4. 'width', '438', 'height', '304',
  5. 'src', '{IMGDIR}/doodle.swf?fid={$_GET[handlekey]}&oid={$_GET[mtarget]}&from={$_GET[from]}&config=$config',
  6. 'quality', 'high',
  7. 'wmode', 'transparent',
  8. 'id', 'show_doodle_{$_GET[showid]}',
  9. 'allowScriptAccess', 'always'
  10. );
  11. $('hbtn_$_GET[handlekey]').style.display = 'none';
  12. setMenuPosition('fwin_$_GET[handlekey]', 'fwin_$_GET[handlekey]', '00');
  13. </script>
  14. <!--{template common/footer}-->