// JavaScript Document
function disp(url){

	window.open(url, "window_name", "width=500,height=260,scrollbars=yes,resizable=yes,status=yes");

}
