function imgOn(imgName)
{
  if (document.images) document[imgName].src = eval(imgName + "on.src");
}

function imgOff(imgName)
{
  if (document.images) document[imgName].src = eval(imgName + "off.src");
}


function PopUpImg(ImgPath, ImgName,WinW, WinH)
{
	 ImgH = (screen.height - 60);
	 eval("popup = popup = window.open('img/popup_img.htm?"+ImgPath+"','"+ImgName+"','width="+WinW+" height="+WinH+" top=0 left=0 resizable')");
}

function PopUp0(){
	 popup = window.open('graf.htm','graf','width=510 height=576');
}

function PopUpImg2(ImgPath, ImgName,WinW, WinH)
{
	 ImgH = (screen.height - 60);
	 eval("popup = popup = window.open('img/popup_img.htm?"+ImgPath+"','"+ImgName+"','width="+WinW+" height="+WinH+" top=0 left=0 scrollbars=1 resizable')");
}

function PopUpLamson(ImgPath, ImgName,WinW, WinH)
{
	 ImgH = (screen.height - 60);
	 eval("popup = popup = window.open('lamson/popup_img.htm?"+ImgPath+"','"+ImgName+"','width="+WinW+" height="+WinH+" top=0 left=0 resizable')");
}

function PopUpHanak(ImgPath, ImgName,WinW, WinH)
{
	 ImgH = (screen.height - 60);
	 eval("popup = popup = window.open('hanak_competition/img/popup_img.htm?"+ImgPath+"','"+ImgName+"','width="+WinW+" height="+WinH+" top=0 left=0 scrollbars=1 resizable')");
}

function PopUpJmc(ImgPath, ImgName,WinW, WinH)
{
	 ImgH = (screen.height - 60);
	 eval("popup = popup = window.open('kamoufil/img/popup_img.htm?"+ImgPath+"','"+ImgName+"','width="+WinW+" height="+WinH+" top=0 left=0 scrollbars=1 resizable')");
}

function PopUpRedington(ImgPath, ImgName,WinW, WinH)
{
	 ImgH = (screen.height - 60);
	 eval("popup = popup = window.open('redington/img/popup_img.htm?"+ImgPath+"','"+ImgName+"','width="+WinW+" height="+WinH+" top=0 left=0 scrollbars=1 resizable')");
}

function PopUpObleceni(ImgPath, ImgName,WinW, WinH)
{
	 ImgH = (screen.height - 60);
	 eval("popup = popup = window.open('obleceni/img/popup_img.htm?"+ImgPath+"','"+ImgName+"','width="+WinW+" height="+WinH+" top=0 left=0 scrollbars=1 resizable')");
}

function PopUpSage(ImgPath, ImgName,WinW, WinH)
{
	 ImgH = (screen.height - 60);
	 eval("popup = popup = window.open('sage/img/popup_img.htm?"+ImgPath+"','"+ImgName+"','width="+WinW+" height="+WinH+" top=0 left=0 scrollbars=1 resizable')");
}
