
if(document.forms[0].XID != null && xid != null)
{
	document.forms[0].XID.value = xid;
}

if(document.forms[0].Email != null && ema != null)
{
	document.forms[0].Email.value = ema;
}

