function FlashIndex()
{
newWin = window.open ("flashindex.html", "FlashWin",
    "location=0,status=0,scrollbars=0,titlebar=0,width=1000,height=574");
newWin.moveTo(screen.width / 2 - 490,115);
}
function FlashIndexHu()
{
newWin = window.open ("hun/flashindex.html", "FlashWin",
    "location=0,status=0,scrollbars=0,titlebar=0,width=1000,height=574");
newWin.moveTo(screen.width / 2 - 490,115);
}
function FlashIndexEn()
{
newWin = window.open ("eng/flashindex.html", "FlashWin",
    "location=0,status=0,scrollbars=0,titlebar=0,width=1000,height=574");
newWin.moveTo(screen.width / 2 - 490,115);
}