function fotoalbum(cat,subcat,foto)
    {
    var popupwidth = 760, popupheight = 550 ;
    width = screen.width ;
    height = screen.height ;
    if (document.all)
        {
        width = document.body.clientWidth ;
        height = document.body.clientHeight ;
        }
    else if (document.layers)
        {
        width = window.innerWidth ;
        height = window.innerHeight ;
        }
    leftpos = (width-popupwidth)/2 ;
    toppos = (height-popupheight)/2 ;
    window.open("gallery.php?cat="+cat+"&subcat="+subcat+"&foto="+foto,"_blank","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,width=760,height=550,scrollbars=0,top="+toppos+",left="+leftpos) ;
    }

function english()
    {
    var popupwidth = 660, popupheight = 550 ;
    width = screen.width ;
    height = screen.height ;
    if (document.all)
        {
        width = document.body.clientWidth ;
        height = document.body.clientHeight ;
        }
    else if (document.layers)
        {
        width = window.innerWidth ;
        height = window.innerHeight ;
        }
    leftpos = (width-popupwidth)/2 ;
    toppos = (height-popupheight)/2 ;
    window.open("english.php","_blank","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,width=760,height=550,scrollbars=0,top="+toppos+",left="+leftpos) ;
    }

function forum()
    {
    var popupwidth = 660, popupheight = 550 ;
    width = screen.width ;
    height = screen.height ;
    if (document.all)
        {
        width = document.body.clientWidth ;
        height = document.body.clientHeight ;
        }
    else if (document.layers)
        {
        width = window.innerWidth ;
        height = window.innerHeight ;
        }
    leftpos = (width-popupwidth)/2 ;
    toppos = (height-popupheight)/2 ;
    window.open("forum_up.php","_blank","toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,width=760,height=550,scrollbars=1,top="+toppos+",left="+leftpos) ;
    }