function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function targetopener(mylink, closeme, closeonly)
{
if (! (window.focus && window.opener))return true;
window.opener.focus();
if (! closeonly)window.opener.location.href=mylink.href;
if (closeme)window.close();
return false;
}

  function linksExternos() {
                if (!document.getElementsByTagName) return;
                var anchors = document.getElementsByTagName("a");
                for (var i=0; i<anchors.length; i++) {
                        var anchor = anchors[i];
                        anchor.tabindex = i;
                        if (anchor.getAttribute("href") && 
anchor.getAttribute("rel") == "external")
                                anchor.target = "_blank";
                }
        }

        window.onload = linksExternos;
		
		
  function links(p1) {
	   var p2 = 'buchananlaw.com.au'; 
	   document.write('<a href=\"mailto:'+p1+'@'+p2+'\" title=\"Email Buchanan Law\">'+p1+'@'+p2+'</a>');
        }