/*********************
Alerts came from here:
Nannette Thacker http://www.shiningstar.net
********/

function confirmSubmit(popmsg)
{
var agree=confirm(popmsg);
if (agree)
	return true ;
else
	return false ;
}
