

function galeria(url) {
msg=window.open(url,"okienko","height=560,width=520,left=0,top=0,resizable=0,scrollbars=no,menubar=no,toolbars=no");
msg.window.focus();
}

function polecam(url) {
msg=window.open(url,"okienko","height=400,width=450,left=0,top=0,resizable=0,scrollbars=no,menubar=no,toolbars=no");
msg.window.focus();
}

function drzwi(url) {
msg=window.open(url,"okienko","height=560,width=380,left=0,top=0,resizable=0,scrollbars=no,menubar=no,toolbars=no");
msg.window.focus();
}