function disp(url) {
	window.open(url,'','width=590,height=600,left=250,top=100,scrollbars=yes,resizable=yes');
}

