function disp(url){

	window.open(url, "", "width=640,scrollbars=yes,resizable=yes");

}
