Houston Chapter Association of Legal Administrators
JOIN HOUSTON ALA | ALA CHAPTERS | CONTACT US
2008 Partners
2008 Directory
Email:
Password:
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','250','height','200','src','/images/vendorspons','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','/siteimages/vendorspons' ); //end AC code
DISCLAIMER:
The Houston Chapter, Association of Legal Administrators is a separate legal entity from the Association of Legal Administrators (ALA). ALA licenses the use of its name, mark, logos and other protected properties to chapters which are in good standing. ALA disclaims all liability or responsibility whatsoever for the actions, representations and liabilities of the Houston Chapter, Association of Legal Administrators, specifically including those of any nature whatsoever arising from or out of the content or other features related to the Houston Chapter, Association of Legal Administrators web site. In no event shall ALA be deemed the guarantor of the Houston Chapter, Association of Legal Administrators.
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0','width','542','height','275','id','slideshow1','align','middle','src','/siteimages/slideshow1','quality','high','wmode','transparent','bgcolor','#ffffff','name','slideshow1','allowscriptaccess','sameDomain','allowfullscreen','false','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','/siteimages/slideshow1' ); //end AC code
}
Welcome to the Houston Chapter of the Association of Legal Administrators. The Association of Legal Administrators is an international organization with over 10,000 members representing law firms and corporate legal departments from all over the world.
The Houston Chapter is one of the oldest and largest Chapters of ALA; chartered in 1974 and Incorporated in 1984. We have grown from 15 members in 1974, to over 200 members today. Our membership includes a diverse group of legal professionals committed to advancing the profession of legal administration through education and networking.
Members have the opportunity to attend monthly meetings focusing on topics specific to the legal industry or to enhance skills necessary to manage successful law firms. Both formal and informal networking opportunities, such as vendor partnering events, chapter retreats and Community Challenge projects are offered throughout the year.
To learn more about the Houston Chapter, we invite you to attend a monthly meeting or contact a Chapter Board Member for more information.
Thank you for visiting the Houston Chapter website.
Sincerely,
Kristie Ratliff, CLM
President, Houston Chapter
2008-2009
Copyright © 2000-2006 Houston ALA Chapter. All Rights Reserved | Disclaimer
Please direct all questions regarding this website to our site's Webmaster.
/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
/*Style for the background-bar*/
.clBar{position:absolute; width:10; height:10; background-color:#ffffff; layer-background-color:#ffffff; visibility:hidden}
/*Styles for level 0*/
.clLevel0,.clLevel0over{text-align: center;position:absolute; padding-Top:0px; text-transform: uppercase;font-family:Arial; font-size:13px; font-weight: bold; }
.clLevel0{background-color:#E2B21E; layer-background-color:#E2B21E; color:#4C4C4C;}
.clLevel0over{background-color:#E2B21E; layer-background-color:#CCCCCC; color:#ffffff; cursor:hand; }
.clLevel0border{position:absolute; layer-background-color:#ffffff; background-color:#ffffff;}
/*Styles for level 1*/
.clLevel1,.clLevel1over{text-align: left;position:absolute; padding-left:10px;padding-top:5px; font-family:Arial; font-size:13px; font-weight: normal; }
.clLevel1{background-color:#D3001C; layer-background-color:#D3001C; color:#ffffff; cursor:pointer; cursor:hand; }
.clLevel1over{background-color:#D3001C; layer-background-color:; color:#E2B21E; cursor:pointer; cursor:hand; }
.clLevel1border{position:absolute; visibility:hidden; layer-background-color:#ffffff; background-color:#ffffff;}
/*Styles for level 2*/
.clLevel2, .clLevel2over{text-align:left;position:absolute; padding:2px; font-family: tahoma; font-size:11px; font-weight: normal; }
.clLevel2{background-color:#F2F2D5; layer-background-color:#F2F2D5; color:#383838;}
.clLevel2over{background-color:#750B19; layer-background-color:#750B19; color:#F2F2D5; cursor:pointer; cursor:hand; }
.clLevel2border{position:absolute; visibility:hidden; background-color:#ffffff; layer-background-color:#ffffff}
/*****************************************************************************
Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)
DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com
Version 4.0_beta
This script can be used freely as long as all copyright messages are
intact.
Extra info - Coolmenus reference/help - Extra links to help files ****
CSS help: http://coolmenus.dhtmlcentral.com/projects/coolmenus/reference.asp?m=37
General: http://coolmenus.dhtmlcentral.com/reference.asp?m=35
Menu properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=47
Level properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=48
Background bar properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=49
Item properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=50
******************************************************************************/
//Extra code to find position:
function findPos(){
if(bw.ns4){ //Netscape 4
x = document.layers.layerMenu.pageX
y = document.layers.layerMenu.pageY
}else{ //other browsers
x=0; y=0; var el,temp
el = bw.ie4?document.all["divMenu"]:document.getElementById("divMenu");
if(el.offsetParent){
temp = el
while(temp.offsetParent){ //Looping parent elements to get the offset of them as well
temp=temp.offsetParent;
x+=temp.offsetLeft;
y+=temp.offsetTop;
}
}
x+=el.offsetLeft-55;
y+=el.offsetTop+135;
}
//Returning the x and y as an array
return [x,y]
}
pos = findPos()
//Making the menu object. Argument: menuname
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname
if(bw.ns4) if(!oCMenu["makeMenu"] || !bw["ns4"]) self.location.reload()
//Menu properties
oCMenu.pxBetween=2
oCMenu.fromLeft=pos[0]
oCMenu.fromTop=pos[1]
//We also need to "re place" the menu on resize. So:
oCMenu.onresize="pos = findPos(); oCMenu.fromLeft=pos[0]; oCMenu.fromTop=pos[1]"
oCMenu.rows=1 //1 = across; 0 = down
oCMenu.menuPlacement=0
oCMenu.offlineRoot="file:///C|/Inetpub/wwwroot/dhtmlcentral/"
oCMenu.onlineRoot=""
oCMenu.resizeCheck=1
oCMenu.wait=1000
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=100
//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="menu"
oCMenu.barHeight="menu"
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass="clLevel0border"
//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=1
oCMenu.level[0].height=30
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=3
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=3
oCMenu.level[0].rows=0
oCMenu.level[0].useBar=0
oCMenu.level[0].align="bottom"
//oCMenu.level[0].arrow="menu_arrow.gif"
//oCMenu.level[0].arrowWidth=10
//oCMenu.level[0].arrowHeight=10
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=150
oCMenu.level[1].height=27
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=0
oCMenu.level[1].borderY=1
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].align="Right"
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].useBar=1
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[3]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[4]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[5]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[6]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[7]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[8]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[9]=new cm_makeLevel() //Add this for each new level (adding one to the number)
/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)
*************************************/
oCMenu.makeMenu('Menu146','','About Us','http://www.alahou.org/?id=146','','92','','/infostore/upload/about1.gif','/infostore/upload/about2.gif','','','','','','','','')
oCMenu.makeMenu('Menu148','','Calendar','/schedule/calendarfull.asp?id=148','','92','','/infostore/upload/calendar1.gif','/infostore/upload/calendar2.gif','','','','','','','','')
oCMenu.makeMenu('Menu165','','Newsletter','http://www.alahou.org/?id=165','','110','','/infostore/upload/news1.gif','/infostore/upload/news2.gif','','','','','','','','')
oCMenu.makeMenu('Menu149','','Job Bank','http://www.alahou.org/?id=149','','86','','/infostore/upload/job1.gif','/infostore/upload/job2.gif','','','','','','','','')
oCMenu.makeMenu('Menu159','Menu149','Current Jobs','/infostore/jobboard.asp?Mode=DirectoryDisplay&UD24=Yes&id=159','','','','','','','','','','','','','')
oCMenu.makeMenu('Menu158','Menu149','Post Job','http://www.alahou.org/form/jobboard.asp?id=158','','','','','','','','','','','','','')
oCMenu.makeMenu('Menu160','Menu149','Disclaimer','http://www.alahou.org/?id=160','','','','','','','','','','','','','')
oCMenu.makeMenu('Menu161','Menu149','Ad Specifications','http://www.alahou.org/?id=161','','','','','','','','','','','','','')
oCMenu.makeMenu('Menu150','','Vendor Partners','http://www.alahou.org/?id=150','','152','','/infostore/upload/vendor1.gif','/infostore/upload/vendor2.gif','','','','','','','','')
oCMenu.makeMenu('Menu157','Menu150','2008 Partners','http://www.alahou.org/?id=157','','','','','','','','','','','','','')
oCMenu.makeMenu('Menu167','Menu150','2008 Directory','http://www.alahou.org/?id=167','','','','','','','','','','','','','')
//Leave this line - it constructs the menu
oCMenu.construct()
|
|