function disp(url, target){
	window.open(url, target, "width=900,height=630,scrollbars=no");
	return false;
}

