// AF

function MBregisto(urlLink, urlTitle, w, h){	
	Modalbox.show(urlLink, {title: urlTitle, width: w, height:h});
}