function disp(url){

	window.open(url, "window_name", "width=410,height=600,scrollbars=yes,status=0");
}
