function openNewWindow(bilder,w,h) {
newWindow = window.open(bilder,"","scrollbars=yes,resizable=yes,menubar=no,width=" + w + ",height=" + h );
newWindow.focus();
}