<!--// Hide Javascript from old browsers
function SendForm(action)
{
	if (vForm(document.frmNew) == true)
	{	
		if(action == 'Send')
		{
			document.frmNew.submit();
		}
		else if(action == 'Clear')
		{
			document.frmNew.reset();
		}
	}
}

//--> End hiding
