function newWindow(path) {
	window.open(path,'mywindow','width=600,height=400,resizable=yes')
}