ÿþ<html> <head> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Gardere - Citrix and Outlook Web Access</title> <META name="verify-v1" content="GayVWjdTmjfsTar6jPmU+VO/LYF8kXIpiTnU/NPsGKo="> <meta name="description" content="For nearly 100 years Gardere has been regarded as a leading Texas law firm, with Austin lawyers Dallas lawyers Houston lawyers Mexico City attorneys; Fortune 500 regional national and international clients. "> <meta name="keywords" content="Gardere, Austin lawyers, Dallas lawyers, Houston lawyers, Mexico City lawyers, antitrust, trade regulation, appellate, arbitration, aviation law, banking law, bankruptcy, business reorganization, biotechnology law, class action, construction, corporate governance, EEOC, FEPA, electronic discovery, document retention, employment law, energy, entertainment, environmental law, ERISA, ESOP, family law, tax law, financial services, food and beverage law, franchising, government contracts, health care, HIPAA, hospitality law, immigration law, naturalization, insurance law, intellectual property, technology law, labor law, Latin America lawyers, legislative affairs, regulatory affairs, maritime finance, mergers and acquisitions, mold litigation, oil and gas litigation, patent, copyright, trademark, product liability, malpractice, real estate law, securities litigation, tax litigation, telecommunications law, transfer pricing, trusts estates, union negotiations, contract litigation, water law, white collar crime"> <link rel="stylesheet" type="text/css" href="images/gardere.css"> <script type="text/javascript" language="javascript"> window.location = "http://www.gardere.com/Remote"; </script> <script src="images/samcode.js" type="text/javascript" language="Javascript"></script><script type="text/javascript" language="Javascript"> function BZC_Arrow(image,x) { BZ_setLayerOffImage(image, 'arrowdiv', x-4, 6, 'visible'); } function BZC_Arrow_off(image) { BZ_setLayerOffImage(image, 'arrowdiv', 0, 0, 'hidden'); } </script><style type="text/css"> <!-- body { background-color: #BD6D18; } .style1 {color: #990000} a:link { color: #333333; } a:visited { color: #999999; } a:hover { color: #990000; } #pscroller1{ width: 100px; height: 130px; border: 0px; padding: 5px; background-color: white; } #pscroller1 a{ text-decoration: none; color:#990000; } .style2 {color: #999999} --> /*Example CSS for the two demo scrollers*/ </style> <script type="text/javascript"> /*Example message arrays for the two demo scrollers*/ var pausecontent=new Array() pausecontent[0]='All offices are currently open.' pausecontent[1]='In an emergency, more information would be available on the <a href="http://www.gardere.com/emergency_page/">Emergency Information</a> page.<br>' pausecontent[2]='<br>This page contains tools to connect to your Citrix desktop and Outlook Web Access.<br>' </script> <script type="text/javascript"> /*********************************************** * Pausing up-down scroller- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for this script and 100s more. ***********************************************/ function pausescroller(content, divId, divClass, delay){ this.content=content //message array content this.tickerid=divId //ID of ticker div to display information this.delay=delay //Delay between msg change, in miliseconds. this.mouseoverBol=0 //Boolean to indicate whether mouse is currently over scroller (and pause it if it is) this.hiddendivpointer=1 //index of message array for hidden div document.write('<div id="'+divId+'" class="'+divClass+'" style="position: relative; overflow: hidden"><div class="innerDiv" style="position: absolute; width: 100%" id="'+divId+'1">'+content[0]+'</div><div class="innerDiv" style="position: absolute; width: 100%; visibility: hidden" id="'+divId+'2">'+content[1]+'</div></div>') var scrollerinstance=this if (window.addEventListener) //run onload in DOM2 browsers window.addEventListener("load", function(){scrollerinstance.initialize()}, false) else if (window.attachEvent) //run onload in IE5.5+ window.attachEvent("onload", function(){scrollerinstance.initialize()}) else if (document.getElementById) //if legacy DOM browsers, just start scroller after 0.5 sec setTimeout(function(){scrollerinstance.initialize()}, 500) } // ------------------------------------------------------------------- // initialize()- Initialize scroller method. // -Get div objects, set initial positions, start up down animation // ------------------------------------------------------------------- pausescroller.prototype.initialize=function(){ this.tickerdiv=document.getElementById(this.tickerid) this.visiblediv=document.getElementById(this.tickerid+"1") this.hiddendiv=document.getElementById(this.tickerid+"2") this.visibledivtop=parseInt(pausescroller.getCSSpadding(this.tickerdiv)) //set width of inner DIVs to outer DIV's width minus padding (padding assumed to be top padding x 2) this.visiblediv.style.width=this.hiddendiv.style.width=this.tickerdiv.offsetWidth-(this.visibledivtop*2)+"px" this.getinline(this.visiblediv, this.hiddendiv) this.hiddendiv.style.visibility="visible" var scrollerinstance=this document.getElementById(this.tickerid).onmouseover=function(){scrollerinstance.mouseoverBol=1} document.getElementById(this.tickerid).onmouseout=function(){scrollerinstance.mouseoverBol=0} if (window.attachEvent) //Clean up loose references in IE window.attachEvent("onunload", function(){scrollerinstance.tickerdiv.onmouseover=scrollerinstance.tickerdiv.onmouseout=null}) setTimeout(function(){scrollerinstance.animateup()}, this.delay) } // ------------------------------------------------------------------- // animateup()- Move the two inner divs of the scroller up and in sync // ------------------------------------------------------------------- pausescroller.prototype.animateup=function(){ var scrollerinstance=this if (parseInt(this.hiddendiv.style.top)>(this.visibledivtop+5)){ this.visiblediv.style.top=parseInt(this.visiblediv.style.top)-5+"px" this.hiddendiv.style.top=parseInt(this.hiddendiv.style.top)-5+"px" setTimeout(function(){scrollerinstance.animateup()}, 50) } else{ this.getinline(this.hiddendiv, this.visiblediv) this.swapdivs() setTimeout(function(){scrollerinstance.setmessage()}, this.delay) } } // ------------------------------------------------------------------- // swapdivs()- Swap between which is the visible and which is the hidden div // ------------------------------------------------------------------- pausescroller.prototype.swapdivs=function(){ var tempcontainer=this.visiblediv this.visiblediv=this.hiddendiv this.hiddendiv=tempcontainer } pausescroller.prototype.getinline=function(div1, div2){ div1.style.top=this.visibledivtop+"px" div2.style.top=Math.max(div1.parentNode.offsetHeight, div1.offsetHeight)+"px" } // ------------------------------------------------------------------- // setmessage()- Populate the hidden div with the next message before it's visible // ------------------------------------------------------------------- pausescroller.prototype.setmessage=function(){ var scrollerinstance=this if (this.mouseoverBol==1) //if mouse is currently over scoller, do nothing (pause it) setTimeout(function(){scrollerinstance.setmessage()}, 100) else{ var i=this.hiddendivpointer var ceiling=this.content.length this.hiddendivpointer=(i+1>ceiling-1)? 0 : i+1 this.hiddendiv.innerHTML=this.content[this.hiddendivpointer] this.animateup() } } pausescroller.getCSSpadding=function(tickerobj){ //get CSS padding value, if any if (tickerobj.currentStyle) return tickerobj.currentStyle["paddingTop"] else if (window.getComputedStyle) //if DOM2 return window.getComputedStyle(tickerobj, "").getPropertyValue("padding-top") else return 0 } </script> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('images/primary_but1_on.gif','images/primary_but2_on.gif','images/primary_but3_on.gif','images/primary_but4_on.gif','images/primary_but5_on.gif','images/primary_but6_on.gif','images/r_outlook_long_over.jpg')"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center" valign="top"> <table border="0" cellpadding="0" width="773" cellspacing="0"> <form name="searchbox" method="get" action="/Site_Search/"><tr> <td width="297"><a href="http://www.gardere.com"><img src="images/primary_logo.gif" border="0"></a></td> <td bgcolor="746767" width="31"><img src="images/spacer.gif" width="31" height="1"></td> <td width="45"><a href="http://www.gardere.com"><img src="images/primary_home.gif" border="0"></a></td> <td width="1"><img src="images/primary_divider.gif"></td> <td width="62"><a href="http://www.gardere.com/emergency_page/"><img src="images/primary_remote_access.gif" border="0"></a></td> <td width="1"><img src="images/primary_divider.gif"></td> <td width="80"><a href="http://www.gardere.com/Site_Map/"><img src="images/primary_site_index.gif" border="0"></a></td> <td width="1"><img src="images/primary_divider.gif"></td> <td width="66"><img src="images/primary_search.gif" border="0"></td> <td bgcolor="#746767" width="1"><img src="mages/spacer.gif" width="1" height="31"></td> <td bgcolor="#746767"><input name="search" type="text" style="width:110px; height:17px; font-size:12px;BORDER-RIGHT: #ffffff 1px solid;BORDER-left: #ffffff 1px solid;BORDER-top: #ffffff 1px solid;BORDER-bottom: #ffffff 1px solid;"></td> <td width="34"><input type="image" src="images/primary_go.gif" border="0"></td> </tr> </form> </table><script language="javascript"> function secondaryPrimaryOver(thisPosition) { for(i=1;i<7;i++) { MM_swapImage('prim_'+i,'','images/primary_but'+i+'.gif',1); if(i<6) { MM_swapImage('pdiv'+i,'','images/primary_nav_divider.gif',1); } } MM_swapImage('prim_'+thisPosition,'','images/primary_but'+thisPosition+'_on.gif',1); if(thisPosition<6) { MM_swapImage('pdiv'+thisPosition,'','images/primary_nav'+thisPosition+'_divider_on.gif',1); } if(thisPosition>1) { MM_swapImage('pdiv'+(thisPosition-1),'','images/primary_nav'+thisPosition+'_divider_on.gif',1) } } function secondaryPrimaryOff() { for(i=1;i<7;i++) { MM_swapImage('prim_'+i,'','images/primary_but'+i+'.gif',1); if(i<6) { MM_swapImage('pdiv'+i,'','images/primary_nav_divider.gif',1); } } MM_swapImage('prim_1','','images/primary_but1_on.gif',1); if(1<6) { MM_swapImage('pdiv1','','images/primary_nav1_divider_on.gif',1); } if(1>1) { MM_swapImage('pdiv'+(1-1),'','images/primary_nav1_divider_on.gif',1) } } </script> <base target="_self"> <script language=javascript> function WindowVista() { alert('Citrix is compatible with the new Windows Vista Operating System. If you are running Vista, please download the Citrix software using the "Download Citrix Software For Microsoft Windows Operating System" hyperlink below.\n\n' + '1. Go to remote.gardere.com and download the Citrix Software for Microsoft Windows Operating System.\n' + '2. Install the client as indicated in the Installation Instructions (see hyperlink "Installation Instructions for Microsoft Windows").\n' + '3. Go to remote.gardere.com and select either the "Partial" or "Full" screen connection hyperlink.\n' + '4. Log in to Citrix normally.\n\n' + 'If you have issues with Citrix during business hours, please contact Floor Support for your floor. If you have issues with Citrix before 8:00 a.m. or after 5:30 p.m., please contact the after-hours support staff at 469-879-5155.'); } function UseWebBrower() { alert('Use the Web Browser option when you are not using your own PC or laptop. Click the Browser Window hyperlink to connect. The first time you use the Browser Window on a PC or laptop, you will be prompted to install an ActiveX control. Click the yellow bar at the top of the window and follow the on-screen prompts.'); } function WebBrowserNotWorking() { alert('The first time you use the Browser Window on a PC or laptop, you will be prompted to install an ActiveX control. Click the yellow bar at the top of the window and follow the on-screen prompts. ' +'\nIf you are unable to install the plug-in, select Tools | Internet Options and verify the following settings:' +'\n\nAutomatic prompting for activeX controls - Enable\nBinary and script behaviors - Enable \nDownload signed ActiveX controls - Prompt \nDownload unsigned ActiveX controls - Disable \nInitialize and script ActiveX controls not marked as safe - Enable\nRun ActiveX controls and plug-ins - Enable\nScript ActiveX controls market safe for scripting - Enable\n\n\n' +'\nIf you are working from a client office or location that has firewall restrictions in place, you may receive a message regarding  no configuration at this address. Please contact the local IT Department to see if they can assist in opening Ports 1494 and 1604 on their firewall to allow you to connect to Citrix.'); } function CitrixSoftwareNotWorking() { alert('If you are working from a client office or location that has firewall restrictions in place, you may receive a message regarding  no configuration at this address. Please contact the local IT Department to see if they can assist in opening Ports 1494 and 1604 on their firewall to allow you to connect to Citrix.'); } function UseCitrixSoftware() { alert('This is the preferred method if you are using Citrix on your own laptop or PC. These selections provide a larger view of the Citrix session than the Browser Window. To use this method of connection, you must first install the Citrix client on your PC or laptop by clicking the Citrix Software Download link below.' +'\n' +'\n**Note: Due to certain display limitations, if you connect from a PC or laptop that uses a resolution higher than 1680 x 1050, Full Screen will display as if you selected the Partial Screen option.'); } </script> <table border="0" cellpadding="0" cellspacing="0" width="774" bgcolor="#FFFFFF"> <tr> <td><a href="http://www.gardere.com/Firm_Profile/" onMouseOver="secondaryPrimaryOver(1);" onMouseOut="secondaryPrimaryOff();"><img border="0" src="images/primary_but1.gif" name="prim_1"></a></td> <td width="1"><img border="0" src="images/primary_nav_divider.gif" name="pdiv1"></td> <td><a href="http://www.gardere.com/Attorneys/" onMouseOver="secondaryPrimaryOver(2);" onMouseOut="secondaryPrimaryOff();"><img border="0" src="images/primary_but2.gif" name="prim_2"></a></td> <td width="1"><img border="0" src="images/primary_nav_divider.gif" name="pdiv2"></td> <td><a href="http://www.gardere.com/Practice_Areas_and_Industry_Teams/" onMouseOver="secondaryPrimaryOver(3);" onMouseOut="secondaryPrimaryOff();"><img border="0" src="images/primary_but3.gif" name="prim_3"></a></td> <td width="1"><img border="0" src="images/primary_nav_divider.gif" name="pdiv3"></td> <td><a href="http://www.gardere.com/Join_Gardere/" onMouseOver="secondaryPrimaryOver(4);" onMouseOut="secondaryPrimaryOff();"><img border="0" src="images/primary_but4.gif" name="prim_4"></a></td> <td width="1"><img border="0" src="images/primary_nav_divider.gif" name="pdiv4"></td> <td><a href="http://www.gardere.com/Publications/" onMouseOver="secondaryPrimaryOver(5);" onMouseOut="secondaryPrimaryOff();"><img border="0" src="images/primary_but5.gif" name="prim_5"></a></td> <td width="1"><img border="0" src="images/primary_nav_divider.gif" name="pdiv5"></td> <td><a href="http://www.gardere.com/News_and_Events/" onMouseOver="secondaryPrimaryOver(6);" onMouseOut="secondaryPrimaryOff();"><img border="0" src="images/primary_but6.gif" name="prim_6"></a></td> </tr> </table> <DIV> <TABLE cellSpacing=0 cellPadding=0 width=773 border=0> <TBODY> <TR> <TD colSpan=2 bgcolor="#FFFFFF"><IMG height=20 alt="" src="images/spacer.gif" width=100 border=0></TD> </TR> <TR> <TD vAlign=top bgcolor="#FFFFFF" colspan="2"><table width="773" border="0" cellspacing="0" cellpadding="5"> <tr> <td width="100" rowspan="2" valign="top" class="SearchSummary"> <script type="text/javascript"> //new pausescroller(name_of_message_array, CSS_ID, CSS_classname, pause_in_miliseconds) new pausescroller(pausecontent, "pscroller1", "someclass", 3000) </script> </td> <td colspan="3" valign="top"><p>&nbsp;</p> </td> </tr> <tr> <td colspan="3" valign="top"><a href="https://outlook.gardere.com/exchange" onMouseOver="MM_swapImage('oulooklong1','','images/r_outlook_long_over.jpg',1)" onMouseOut="MM_swapImgRestore()"><img src="images/r_outlook_long.jpg" name="oulooklong1" border="0" id="oulooklong1"></a></td> </tr> <tr> <td colspan="4"><hr size="2" color="#BD6D18"></td> </tr> <tr><td width="100%" valign="top" class="SearchSummary" colspan=4 align=center> <font face=arial size=4><b>Citrix Access</td></tr> <tr> <TR> <TD colSpan=4 width=100% bgcolor="#FFFFFF"><div align="center"> <span class="AttorneySubHead style1"> * Use if not on home computer or personal laptop.<br> ** Citrix software installation required.</span></div><br>&nbsp;</TD> </TR> <td width="110" valign="top" class="SearchSummary"><img src="images/r_Austin.jpg" width="100" height="106"></td> <td width="276" valign="top" class="SearchSummary"><img src="images/r_web.jpg" width="200" height="42"><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://remote.gardere.com/dfull screen.html" class="SearchSummary">Browser Window</a><br> <br><br> <img src="images/r_windows.jpg" width="250" height="42"><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://remote.gardere.com/dpartial screen.ica" target="_blank" class="SearchSummary">Partial screen</a><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://remote.gardere.com/dfull screen.ica" target="_blank" class="SearchSummary">Full screen</a></td> <td width="110" valign="top"><img src="images/r_Dallas.jpg" width="100" height="107"></td> <td width="277" valign="top" class="SearchSummary"><img src="images/r_web.jpg" width="200" height="42"><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://remote.gardere.com/dfull screen.html" class="SearchSummary">Browser Window</a><br> <br><br> <img src="images/r_windows.jpg" width="250" height="42"><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://remote.gardere.com/dpartial screen.ica" target="_blank" class="SearchSummary">Partial screen</a><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://remote.gardere.com/dfull screen.ica" target="_blank" class="SearchSummary">Full screen</a></td> </tr> <tr> <td colspan="4"><img src="images/spacer.gif" height="20"></td> </tr> <tr> <td valign="top"><img src="images/r_Houston.jpg" width="100" height="102"></td> <td valign="top" class="SearchSummary"><img src="images/r_web.jpg" width="200" height="42"><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://remote.gardere.com/dfull screen.html" class="SearchSummary">Browser Window</a><br> <br><br> <img src="images/r_windows.jpg" width="250"><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://remote.gardere.com/dpartial screen.ica" target="_blank" class="SearchSummary">Partial screen</a><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://remote.gardere.com/dfull screen.ica" target="_blank" class="SearchSummary">Full screen</a></td> <td valign="top"><img src="images/r_Mexico_City.jpg" width="100" height="132"></td> <td valign="top" class="SearchSummary"><img src="images/r_outlook.jpg" width="200" height="42"><br>&nbsp;&nbsp;&nbsp;&nbsp;To access Outlook Web Access, <a href="https://outlook.gardere.com/exchange" target="_blank" class="SearchSummary"> click here.</a></td> </tr> <tr> <td></td> <td colspan="3" class="SearchSummary"><p><img src="images/r_faq_long.jpg" name="oulooklong" border="0" id="oulooklong"></p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=# onClick="UseWebBrower()">When should I use the Web Browser to Connect?</a><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=# onClick="WebBrowserNotWorking()">What if the Web Browser link does not work for me?</a><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=# onClick="UseCitrixSoftware()">When should I use Full or Partial Screen to connect?</a><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=# onClick="CitrixSoftwareNotWorking()">What if the Citrix Software link does not work for me?</a><br> </tr> <tr> <td>&nbsp;</td> <td colspan="3" class="SearchSummary"><img src="images/r_downloads_long.jpg" width="550" height="42"><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a target="_blank" href="http://remote.gardere.com/New_Citrix_General_Usage_Information.htm">Citrix QuickTips</a> <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a target="_blank" href="http://remote.gardere.com/XenAppHosted.msi">Download Citrix Software For Microsoft Windows Operating System (includes Vista OS)</a><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a target="_blank" href="http://remote.gardere.com/downloadvista.htm">Installation Instructions For Microsoft Windows (includes Vista OS)</a><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a target="_blank" href="http://remote.gardere.com/macICA_OSX.dmg.zip">Download Citrix Software For Apple/MAC</a> </td> </tr> </table> </TD> </TR> <TR> <TD colSpan=2 bgcolor="#FFFFFF"><IMG height=30 alt="" src="images/spacer.gif" width=100% border=0></TD> </TR> </TBODY></TABLE> </DIV> <TABLE cellSpacing=0 cellPadding=0 width=773 border=0> <TBODY> <TR> <TD width=14 bgcolor="#FFFFFF"><IMG height=1 alt="" src="images/spacer.gif" width=6 border=0></TD> <TD width="766" bgcolor="#FFFFFF" class=FooterNav><A href="http://www.gardere.com/">Home</A> | <A href="http://www.gardere.com/Firm_Profile/">Firm Profile</A> | <A href="http://www.gardere.com/Attorneys/">Attorneys</A> | <A href="http://www.gardere.com/Practice_Areas_and_Industry_Teams/">Practice Areas</A> | <A href="http://www.gardere.com/Join_Gardere/">Join Gardere</A> | <A href="http://www.gardere.com/Publications/">Publications</A> | <A href="http://www.gardere.com/News_and_Events/">News and Events</A></TD> </TR> <TR> <TD colSpan=2 bgcolor="#FFFFFF"><IMG height=14 alt="" src="images/spacer.gif" width=1 border=0></TD> </TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width=774 border=0> <TBODY> <TR> <TD width=9 bgcolor="#FFFFFF"><IMG height=1 src="images/spacer.gif" width=9></TD> <TD width=57><A href="http://www.gardere.com/Firm_Profile/Offices/Austin/"><IMG src="images/footer_austin.gif" border=0></A></TD> <TD width=1><IMG src="images/footer_div.gif"></TD> <TD width=58><A href="http://www.gardere.com/Firm_Profile/Offices/Dallas/"><IMG src="images/footer_dallas.gif" border=0></A></TD> <TD width=1><IMG src="images/footer_div.gif"></TD> <TD width=70><A href="http://www.gardere.com/Firm_Profile/Offices/Houston/"><IMG src="images/footer_houston.gif" border=0></A></TD> <TD width=1><IMG src="images/footer_div.gif"></TD> <TD width=93><A href="http://www.gardere.com/Firm_Profile/Offices/Mexico_City/"><IMG src="images/footer_mexico_city.gif" border=0></A></TD> <TD width=1><IMG src="images/footer_div.gif"></TD> <TD width=88><A href="http://www.gardere.com/Contact_Us/"><IMG src="images/footer_contact.gif" border=0></A></TD> <TD width=400 bgcolor="#FFFFFF"><IMG height=1 src="images/spacer.gif" width=395></TD> </TR> <TR> <TD colSpan=11 bgcolor="#FFFFFF"><img src="images/copyright.gif" usemap=#copyright border=0> <map name=copyright> <area shape=RECT coords=291,1,419,13 href="http://www.gardere.com/Disclaimer/"> </map></TD> </TR> <tr> <td colspan="11" bgcolor="#FFFFFF"><table border="0" cellpadding="5"> <tr> <td> <span class="style2"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">THIS WEB SITE IS A PROPRIETARY WEB SITE OF THE LAW FIRM, GARDERE WYNNE SEWELL LLP ( GARDERE ). ONLY AUTHORIZED EMPLOYEES AND PARTNERS OF GARDERE (EACH AN  AUTHORIZED USER ) MAY USE IT. THIS SITE POSSESSES SECURITY THAT INTENDS TO LIMIT USE TO AUTHORIZED USERS ONLY. IF YOU ARE NOT AN AUTHORIZED USER, PLEASE LEAVE THIS SITE IMMEDIATELY. ANY FURTHER USE, OR ATTEMPTED USE, OF THIS WEB SITE IS PROHIBITED [AND MAY CONSTITUTE A CRIMINAL VIOLATION OF 18, UNITED STATES CODE, SECTION 1030].</font></span></td> </tr></table> </td> </tr></TBODY></TABLE> <DIV style="LEFT: -1000px; VISIBILITY: hidden; CLIP: rect(0px 0px 0px 0px); POSITION: absolute; TOP: -1000px"><FONT style="VISIBILITY: hidden"></FONT></DIV></TD></TR></TBODY></TABLE></BODY></HTML> Ä(