function DeleteCookie(strName)
{
        // Validate
        document.cookie = strName + "=" + "; expires = Thu, 01-Jan-70 00:00:01 GMT";
}