function openForm (url) {
	popupWin = window.open(url, name, "scrollbars,resizable,width=600,height=600,left=0,top=0")
}
