function noenter(event)
{
    if (!event) event=window.event;
    return event.keyCode != 13;
}

