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

function target_self(obj) {
obj.target = '_self';
}