function newWindow(url,size) {
	window.open(url,'newWin',size)
}