function pop_this_size(url,width,height) {
	newpopwin = window.open(url,'newpopwin','personal=no,toolbar=no,menubar=no,scrollbars=no,location=no,status=no,resizable=no,directories=no,width=' + width + ',height=' + height + ',screenX=120,screenY=220,left=120,top=220');
	}