function openwin(n,x,y){
  window.open(n, '_blank', 'width='+(x+20)+',height='+(y+20)+',status=no,menubar=no,toolbar=no,location=no,scrollbars=no,resizable=yes');
}
statusMessage();

function statusMessage() {
        window.status = "Ýðãîíîìè÷íàÿ ìåáåëü FALTO\.";
}

function onClickOn() {
        if (document.layers) {
                window.captureEvents(Event.MOUSEDOWN);
                window.onmousedown = rightButOff;
        } else {
                document.onmousedown = rightButOff;
        }
}

function onClickOff() {
        document.onmousedown = "null";
}

function allButOff() {
        alert("Ýðãîíîìè÷íàÿ ìåáåëü FALTO\.");
        return false;
}

function rightButOff(e) {
        if (document.all) {
                if (event.button == 2) {
                        alert("Ýðãîíîìè÷íàÿ ìåáåëü FALTO\.");
                        return false;
                }
        }
        if (document.layers) {
                if (e.which == 3) {
                        alert("Ýðãîíîìè÷íàÿ ìåáåëü FALTO\.");
                        return false;
                }
        }
}
function ShowAsk1() {
    var Xheader=window.open('microfibra.html','','width=780,height=582,scrollbars=no,dependent=yes');
}
function ShowAsk2() {
    var Xheader=window.open('buk.html','','width=600,height=515,scrollbars=no,dependent=yes');
}
 function ShowOfficio3() {
    var Xheader=window.open('officio/3.html','','width=400,height=341,scrollbars=no,dependent=yes');
}
function ShowOfficio4() {
    var Xheader=window.open('officio/4.html','','width=350,height=361,scrollbars=no,dependent=yes');
}
function ShowOfficio5() {
    var Xheader=window.open('officio/5.html','','width=333,height=400,scrollbars=no,dependent=yes');
}
function ShowOfficio6() {
    var Xheader=window.open('officio/6.html','','width=359,height=322,scrollbars=no,dependent=yes');
}
 function ShowDesco3() {
    var Xheader=window.open('officio/13.html','','width=292,height=303,scrollbars=no,dependent=yes');
}
function ShowDesco4() {
    var Xheader=window.open('officio/14.html','','width=298,height=359,scrollbars=no,dependent=yes');
}
function ShowDesco5() {
    var Xheader=window.open('officio/15.html','','width=414,height=346,scrollbars=no,dependent=yes');
}


function win(url,width,height)
{
    window.open(''+url, '', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,left=0,top=0,width='+width+',height='+height);
}
