function load(file,target) {
    if (target != '')
        target.window.location.href = file;
    else
        window.location.href = file;
}

