// JavaScript Document

function mailpage()
{
mail_str = "mailto:?subject=Brian Bacon and Associates";
mail_str += "&body=I thought you might be interested in the Brian Bacon and Associates Website (Patent Attorney's). ";
mail_str += "You can view it at http://www.baconinc.co.za. ";
location.href = mail_str;
}

function bookmark()
{
window.external.AddFavorite('http://www.baconinc.co.za', 'Patent Attorneys - Brian Bacon & Associates')
}

function openWindow(n) {
    var popupWin = window.open(n, "gzaHomePopup", "width=380,height=470,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0,left=170,top=125,screenX=20,screenY=20");
    popupWin.focus();
}
