function open_window(url) {
	window.open(url, 'Print', 'width=700,height=600,screenX=100,screenY=100,toolbar=0,resizable=1,scrollbars=1');
}

