function press(value)
{
    if (window.event.keyCode == 13)
    {
        location.href("Search.aspx?key=" + value);
    }
}
