';
if(sVideoTitle)
{
sHTML +='
'+sVideoTitle+'
';
}
sHTML +='
';
for(i=1;i<101;i++)
{
sHTML += " ";
}
sHTML += '
12\
\
\
\
\
\
\
';
for(i=1;i<50;i++)
sHTML += " ";
sHTML +='
\
\
Embed Video - Copy code to embed video in HTML document\

\

\
\
';
div = document.createElement("div");
div.align='center';
div.innerHTML = sHTML;
document.getElementById("divElement"+ElementId).innerHTML="";
document.getElementById("divElement"+ElementId).appendChild(div);
//document.getElementById('Player'+id).playStateChange = IsLoad;
if(toPlay){
document.getElementById('Player'+id).URL = sVideoURL;
IsLoad(id);
try
{window.setInterval(function() {UpdateMP(id);},100); ChangeVolume(id,33);}
catch(e){}
s= "";
document.write(s);
CheckPState(id)
document.getElementById("Player"+id).stretchToFit = false;
}}
}
function switchBtmWindow(id,toOpen)
{
var styleDisplayValue;
var imgsrc = "http://www.israelnationalnews.com/images/invideo2/topbtn_";
if(toOpen)
{imgsrc+='on';styleDisplayValue='block';}else{imgsrc+='off';styleDisplayValue='none';}
imgsrc+='.jpg';
document.getElementById('a7_embedWin_'+id).style.display=styleDisplayValue;
document.getElementById('topbtn_'+id).src=imgsrc;
showCurrUrl(id,Elements[id][4]);
}
function showCurrUrl(playerid)
{
document.getElementById('UrlViewBox'+playerid).innerHTML =getScriptHtml(Elements[playerid][4]);
document.getElementById('btn_currvideo_'+playerid).src='http://www.israelnationalnews.com/images/invideo2/currvideo_on.jpg';
document.getElementById('btn_lastvideo_'+playerid).src='http://www.israelnationalnews.com/images/invideo2/lastvideo_off.jpg';
}
function showLastUrl(playerid)
{
document.getElementById('UrlViewBox'+playerid).innerHTML =getScriptHtml('last');
document.getElementById('btn_currvideo_'+playerid).src='http://www.israelnationalnews.com/images/invideo2/currvideo_off.jpg';
document.getElementById('btn_lastvideo_'+playerid).src='http://www.israelnationalnews.com/images/invideo2/lastvideo_on.jpg';
}
function ElementsAfterAll() {
var s="";
for (i=0;i