
function confirmthis(confirmtext) {			 
return (window.confirm(confirmtext));
}