var da = (document.all) ? 1 : 0;
var pr = (window.print) ? 1 : 0;
var mac = (navigator.userAgent.indexOf("Mac") != -1); 

function printPage() {
  if (pr) // NS4, IE5
    window.print();
  else if (da && !mac) // IE4 (Windows)
    vbPrintPage();
  else // other browsers
    alert("Sorry, your browser doesn't support this feature.");
  return false;
}

function ocultar()
{

}
function mostrar()
{

}
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


var MAILTO_CONFIRMATION = "Notice\n\n" +"The sending of an email to an Adorno & Yoss attorney does not create, and the receipt of it does not constitute, an attorney-client relationship.  This website presents general information about Adorno & Yoss which is not intened to be legal advice, nor should you consider it as such.  Please be aware that anything you send to anyone at the firm will not be confindential, secret, privileged or otherwise protected from disclosure unless we have formally agreed to represent you in writing and a conflicts check has been sucessfully completed. Unless we have created an attorney-client relationship in writing, please understand that no information provided in an email that you send to one of our lawyers will prevent Adorno & Yoss from representing a different client in the same matter.  Also, by acknowledging the terms here, you consent to the firm's subsequent use of information that you provide us in the representation of another client.  Consequently, please do not send confidential or sensitive information and/or documents to anyone at the Firm until you have been notified that a formal attorney-client relationship has been established." + "\n\n By clicking OK, you confirm that you have read and understand this notice.";


function mailTo( email )
{
if( confirm( MAILTO_CONFIRMATION ) )
window.parent.location = "mailto:" + email;
}
