function pop_ac(URL, size1, size2) { popup=window.open(URL,'pop','WIDTH='+ size1 + ',HEIGHT=' + size2 + ',resizable=0,scrollbars=yes,status=0,toolbar=0'); }