// JavaScript Document
function open_window (url) {

       window.open(url,'newwindow','width=400,height=500,resizable=yes, scrollbars=yes'); 
			}