function site(stronka, x,y, scrol) {
rest = "toolbar=0,menubar=0,resizable=1,scrollbars="+scrol+",width="+x+",height="+y+",left=100,top=100"
msg=window.open(stronka,"No1Granite",rest);
focus.msg;
}
