function ReloadBasketWin()
{ window.parent.frames['basket'].location.href = window.parent.frames['basket'].location.href; }

function ReloadMainWin()
{ window.parent.frames['main'].location.href = window.parent.frames['main'].location.href; }

function ReloadMenuWin()
{ window.parent.frames['meny'].location.href = window.parent.frames['meny'].location.href; }

function ShowImage(sName,sDescr)
{ OpenWindow('ShowLargeImage.asp?name=' + StrToURL(sName) + '&descr='+ StrToURL(sDescr),500,500, true, false); }

