function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function formOpen( no ) {
	var url = "/ex/form.cgi?no=" + no
	MM_openBrWindow( url,'','width=540,height=560')
}

function messageOpen() {
	var url = "message.html"
	MM_openBrWindow( url,'','width=500,height=560')
}