// JavaScript Document

<!--

function disp(url){

	window.open(url, "subwin", "width=740,height=700,scrollbars=yes");

}

// -->

