<!--

function confirmSubmit(msg) 
{
var agree=confirm(msg);
if (agree)
	return true ;
else
	return false ;
}


//-->

