/**
 * JavaScript used by the KVM Homepage.
 */

function target_blank(obj) {
    obj.target = '_blank';
}
