function pop(URL,WIDTH,HEIGHT) {
open_string = "toolbar=no,location=no,directories=no,width=" + WIDTH + ",height=" + WIDTH + ",scrollbars=yes,resizable=yes,menubar=no"
window.open(URL,"name",open_string)
}