// JavaScript Document
function href(url, target) { if (target == '' || target == 'undefined') target = '_self'; window.open(url, target); }
