var Flag_Show_Window = false
var t_Top=0
function Open_User_Window(url,l,t,w,h,c,s,nr)
{
if (!(nr==1))
{
window.moveTo(0,0)
window.resizeTo(screen.availWidth,screen.availHeight)
}
t_Top=t;
if (c==undefined){c=0}
var sDir=document.body.style.direction;
if (sDir==''){sDir='ltr'}
var l_right="right";
var l_left="left";
if (sDir=='rtl'){l_right='left';l_left='right'}
t += document.body.scrollTop
if (Flag_Show_Window==true)
Window_Close()
var path = nRoot+'Resources/58/9KJEUE/Library/Image/T_1022/'
var st_t = ""
st_t += "
"
st_t +=""
st_t +=""
st_t +=""
st_t +=""
st_t +="| My-country-Israel.com | "
st_t +=""
if (!(c==1))
c=0
if (!(s==1))
s=0
if (c==0)
st_t += " "
st_t += ""
+" | |
| "
st_t +="
"
st_t +=""
st_t +=""
st_t +=""
st_t +=""
st_t +=""
st_t +=""
st_t +=""
st_t +=""
var scro=''
if (s!=1)
scro='scrolling=no'
st_t +=" | "
+" | "
+" | "
+" | "
+" | "
+" | "
+" | "
+" | "
+" | "
+" | "
+" | "
+" | "
+" | "
+" | "
+" | "
+" | "
+" |
"
var o = document.getElementById('div_win')
if (sDir=='ltr'){o.style.left=l+'px'}else{o.style.right=l+'px'}
o.style.top=t+'px'
o.innerHTML=st_t;
o.style.display='block';
window.setTimeout("Window__Focus()",100)
Flag_Show_Window = true
}
function Window__Focus()
{
document.getElementById('Ifr_W').focus()
}
function Window_Close()
{
var o = document.getElementById('div_win')
o.style.display='none';
Flag_Show_Window = false
}
function cl_win_scr()
{
if (Flag_Show_Window==true)
{
var o = document.getElementById('div_win')
t=t_Top
t += document.body.scrollTop
o.style.top=t+'px'
}
}
document.write("")
var w = window;if (w.addEventListener) w.addEventListener("scroll", cl_win_scr , false);else if (w.attachEvent) w.attachEvent("onscroll", cl_win_scr);