function Embed(p_id,m_src,m_width,m_height) {
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+m_width+'" height="'+m_height+'" id="'+p_id+'" align="middle">\n');
document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
document.write('<param name="movie" value="http://www.kolpa.si/template/flash/videoplayer.swf" />\n');
document.write('<param name="FlashVars" value="path=http://www.kolpa.si/files/'+m_src+'" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="bgcolor" value="#D5E8F5" />\n');
document.write('<embed src="http://www.kolpa.si/template/flash/videoplayer.swf" FlashVars="path=http://www.kolpa.si/files/'+m_src+'" quality="high" bgcolor="#D5E8F5" width="'+m_width+'" height="'+m_height+'" name="'+p_id+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
document.write('</object>\n');
}