<!--

function cms_ConfirmBox(text, url) {
	var tt = confirm(text);
	if(tt) location.href=url;
}

//-->
