function disp(url) {
	window.open(url,'','width=600,height=500,left=140,top=50,scrollbars=yes,resizable=yes');
}
