function newwindow(url) {
	window.open(url,'name','height=250,width=400,left=250,top=80,resizable=no');
}
