function reloadMenu(site,idcat,lang) {
    if (parent==null) return;
    if (parent.menuFrame==null) return;
    if (site=="") return;
    parent.menuFrame.location.href="index.php?idcatside="+site+"&showidcat="+idcat+"&lang="+lang;
}
function openPopUp(idcatside,width,height) {
    var win=open("index.php?idcatside="+idcatside,"POPUP","width="+width+",height="+height);
    //win.focus();
}