﻿
// footer ddl changed event
function OpenPage(object)
{
    if(object != 'undefined')
    {            
        if(object.value != '000')
        {
            window.location = object.value;
        }
    }
}

