function NewWin(URL) {
	window.open(URL,"openwindow","top=0,left=0,width=400,height=300")
}
