function setWinScrll(newLoc, newWidth, newHeight, scrll) { 
// modificar numeros para modificar tamaņo del ajuste de ventana.
var fheight = newHeight + 0;
var fwidth = newWidth + 0;
newWin = open("",newLoc,"scrollbars=" + scrll + ",resizable=yes,status=no,height=" + fheight + ",width=" + fwidth);
}