function openwin(URL) {
window.open(URL, "kontakt", "toolbar=no,location=no,directories=no,status=no,menubar=no,width=100,height=50,scrollbars=no,resizable=yes");
}

function openwin2(URL) {
window.open(URL, "anbud", "toolbar=no,location=no,directories=no,status=no,menubar=no,width=450,height=400,scrollbars=no,resizable=yes");
}

function openwin3(URL) {
window.open(URL, "rysk", "toolbar=no,location=no,directories=no,status=no,menubar=no,width=400,height=500,screenX=325,screenY=0,top=0,left=325,scrollbars=yes,resizable=yes");
}

function openwinstor(URL) {
window.open(URL, "stor", "toolbar=no,location=no,directories=no,status=no,menubar=no,width=750,height=600,screenX=0,screenY=0,top=0,left=0,scrollbars=yes,resizable=yes");
}
