function disp(url){

	window.open(url, "window_name", "width=800,height=900,scrollbars=yes,resizable=yes,status=yes");

}
