// JavaScript Document

function disp(url){

	window.open(url, "popup", "width=540,height=660,scrollbars=no");

}