function pop_window(URLtoOpen, windowFeatures) { newWindow=window.open(URLtoOpen, "ReBath",  "width=910,height=790,scrollbars=1, resizable=1"); }