Page is a not externally linkable
daveVk - 1:03 am on Mar 16, 2008 (gmt 0)
Perhaps ? In any case do away with the "with" statement
function checkpass(Pass1,Pass2,alerttxt)
{
if (Pass1.value != Pass2.value)
{alert(alerttxt);return false}
else {return true}
}