function newWindow(url){
	window.open(url,"","width=600,height=400,scrollbars=yes");
}