<!--
function hidemenus(currmenu,imagename) {
 var whoami=navigator.userAgent.toLowerCase();
	if (currmenu != "x") {
		myobj =  currmenu;
		if (!document.all && document.getElementById) {	// NS6
			obj = document.getElementById(myobj);
			obj.style.visibility = "hidden";
			document[imagename].src='images/a-'+imagename+'1.gif';
		} else if (whoami.indexOf('MSIE')==-1) {
			obj = document.getElementById(myobj);	// current drop menu
			obj.style.visibility = "hidden";
			document[imagename].src='images/a-'+imagename+'1.gif';
		} else {
			obj = eval("document.all."+currmenu+".style");
			obj.visibility = 'hidden';
			document[imagename].src='images/a-'+imagename+'1.gif';
		}
	currmenu = "x";	// mark currmenu as "all hidden"
	}
}

function MM_openWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function showLayer(thediv) {
	var showdiv = thediv;
	document.getElementById(showdiv).style.visibility="visible";
	// hideDiv(thediv);
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function mailto(emailaddress) {
	var agree=confirm("NOTICE:\n\nWhile we would like to hear from you, we cannot represent you until we know that doing so will not create a conflict-of-interest. Accordingly, please do not send us any information about any matter that may involve you until you receive a written statement from us that we represent you (an \"engagement letter\"). You will not be a client of the Firm until you receive such an engagement letter.\n\nThe best way for you to initiate a possible representation is to call Winston & Strawn at 312.558.5600. We will make every effort to put you in touch with a lawyer suited to handle your matter. When you receive an engagement letter from a Winston & Strawn lawyer, you will be our client, and we may exchange information freely.\n\nPlease click the \"OK\" button if you understand and accept the foregoing statement and wish to proceed.");
	if (agree){
	parent.location= 'mailto:'+emailaddress;
	}
}

$(document).ready(function() {
					  
  $(".pullquote").each(function() {
	  
	  var $this = $(this),
		  
		  innerHTML = $this.html(),
		  
		  replacementHTML = '<blockquote class="pullquote_built"> <p class="top"></p> <p class="middle">' + innerHTML + '</p> <p class="bottom"></p> </blockquote>';
	  
	  $this.replaceWith(replacementHTML);
  });
  
});
// -->
