function disp2(url){

	window.open(url, "ticket", "width=350,height=270,scrollbars=no");
}

function disp(url){

	window.open(url, "prof", "width=820,height=740,scrollbars=yes");
}

