

function nav( toWhere )
{
    document.location = toWhere;
}
