var robota;
function openStore(){
    store = window.open('salesfilter.php', 'store', 'width=480,height=360');
    window.store.focus();
}
