/*
<p align="center">
<input id="embedstring" size="48" name="embedstring" value="&lt;embed src=&quot;http://portal.jobbik.net/flvplayer.swf&quot; width=&quot;480&quot; height=&quot;380&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&quot; type=&quot;application/x-shockwave-flash&quot; flashvars=&quot;file=rtmp://portal.jobbik.net/jobbik&amp;id=ABukas_BTV_VP6_512kbps&quot;&gt;&lt;/embed&gt;" /> 
<input onclick="CopyToClipboard(embedstring)" readonly="readonly" type="button" value="Copy to clipboard" /> 
</p>
*/
function CopyToClipboard(param)
{
   //document.embedform.embedstring.focus();
   //document.embedform.embedstring.select(); 
   param.focus();
   param.select();
   CopiedTxt = document.selection.createRange();
   CopiedTxt.execCommand("Copy");
}
