function OpenWindow (url) {
	window.open(url,'newwindow','width=600,height=400,resizable,location,status,menubar,scrollbars,toolbar')
}
