//Funksjon for å laste fargevelgjar function colorPickerWindow(theURL,height,width){ var myColorWin = open(theURL,'myColorWin','screenX=400,screenY=0,top=0,left=400,status=0,scrollbars=0,height=' + height + ',width=' + width + ',resizable=1'); myColorWin.focus(); myColorWin.resizeTo(width,height); }