Tri-Ess Home PageBODY { MARGIN-TOP: 0px; FONT-SIZE: small; MARGIN-LEFT: 0px; FONT-FAMILY: Helvetica, Arial, sans-serif}P { MARGIN-TOP: 0px; FONT-SIZE: small; MARGIN-LEFT: 0px; FONT-FAMILY: Helvetica, Arial, sans-serif}DL { MARGIN-TOP: 0px; FONT-SIZE: small; MARGIN-LEFT: 0px; FONT-FAMILY: Helvetica, Arial, sans-serif}DT { MARGIN-TOP: 0px; FONT-SIZE: small; MARGIN-LEFT: 0px; FONT-FAMILY: Helvetica, Arial, sans-serif}DD { MARGIN-TOP: 0px; FONT-SIZE: small; MARGIN-LEFT: 0px; FONT-FAMILY: Helvetica, Arial, sans-serif}TD { MARGIN-TOP: 0px; FONT-SIZE: small; MARGIN-LEFT: 0px; FONT-FAMILY: Helvetica, Arial, sans-serif}CODE { FONT-SIZE: 8pt; COLOR: #993300; FONT-FAMILY: monospace; BACKGROUND-COLOR: transparent}PRE { FONT-WEIGHT: normal; FONT-SIZE: 10pt; FONT-FAMILY: serif}.icom { FONT-SIZE: 8pt; FONT-FAMILY: Arial, Helvetica, sans-serif}.mainnav { FONT-WEIGHT: 700; FONT-SIZE: 10pt; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #99ccff; TEXT-ALIGN: center}.more { FONT-SIZE: small; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-ALIGN: right}A.nav { BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: black; TEXT-DECORATION: none}A.nav:link { BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: black; TEXT-DECORATION: none}A.nav:visited { BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: black; TEXT-DECORATION: none}A:link { BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: black}A:visited { BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: red}A:hover { BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: green }A:active { BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: red}.aod { FONT-SIZE: 8pt; COLOR: #000000; BACKGROUND-COLOR: #ffffff}.newonjb { FONT-WEIGHT: 700; FONT-SIZE: large}.subnav { FONT-SIZE: 9pt; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: right}.wblk { FONT-WEIGHT: bold; COLOR: #ffffff; BACKGROUND-COLOR: #000000}.hilite { FONT-WEIGHT: normal; BACKGROUND-COLOR: #99ccff}CODE.Literal { COLOR: #993300; BACKGROUND-COLOR: transparent}CODE.Code { FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: serif; BACKGROUND-COLOR: transparent}CODE.CodeEmphasis { FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: serif; BACKGROUND-COLOR: #99ccff}.HeadD { FONT-WEIGHT: bold}CODE.Codesplit1 { FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: serif}CODE.Codesplit2 { FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: green; FONT-FAMILY: serif}CODE.Codesplit3 { FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: red; FONT-FAMILY: serif}.style2 { font-size: medium; font-family: tahoma, arial, helvetica;}/* 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:#FFE4B5; layer-background-color:purple; visibility:hidden}/*Styles for level 0*/.clLevel0,.clLevel0over{ position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:12px; font-weight:bold; color: #000080;}.clLevel0{ background-color:#FFE4B5; layer-background-color:purple; color:#000080; border-top-color: #000000;}.clLevel0over{background-color:0000FF; layer-background-color:#336699; color:Yellow; cursor:hand; cursor:hand; }.clLevel0border{position:absolute; visibility:hidden; layer-background-color:#006699}/*Styles for level 1*/.clLevel1, .clLevel1over{position:absolute; padding:2px; font-family:tahoma, arial,helvetica; font-size:11px; font-weight:bold}.clLevel1{background-color:LightSkyBlue ; layer-background-color:LightSkyBlue; color:black;}.clLevel1over{background-color:#336699; layer-background-color:#336699; color:#FF9900; cursor:hand; cursor:hand; }.clLevel1border{position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699}/*Styles for level 2*/.clLevel2, .clLevel2over{ position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:10px; font-weight:bold; color: #000080;}.clLevel2{background-color:#AFEEEE; layer-background-color:Navy; color:#000080;}.clLevel2over{background-color:#0099cc; layer-background-color:#0099cc; color:Yellow; cursor:pointer; cursor:hand; }.clLevel2border{position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699}/*** This is the menu creation code - place it right after you body tagFeel free to add this to a stand-alone js file and link it to your page.**///Menu object creationoCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menunameoCMenu.frames = 0//Menu properties oCMenu.pxBetween=2oCMenu.fromLeft=10 oCMenu.fromTop=0 oCMenu.rows=1 oCMenu.menuPlacement="left" oCMenu.offlineRoot=""oCMenu.onlineRoot="" oCMenu.resizeCheck=1 oCMenu.wait=1000 oCMenu.fillImg="cm_fill.gif"oCMenu.zIndex=0//Background bar propertiesoCMenu.useBar=1oCMenu.barWidth="45%"oCMenu.barHeight="menu" oCMenu.barClass="clbar"//clbaroCMenu.barX=0 oCMenu.barY=0oCMenu.barBorderX=0oCMenu.barBorderY=0oCMenu.barBorderClass=""//Level properties - ALL properties have to be spesified in level 0oCMenu.level[0]=new cm_makeLevel() //Add this for each new leveloCMenu.level[0].width=110oCMenu.level[0].height=25 oCMenu.level[0].regClass="clLevel0"oCMenu.level[0].overClass="clLevel0over"oCMenu.level[0].borderX=1oCMenu.level[0].borderY=1oCMenu.level[0].borderClass="clLevel0border"oCMenu.level[0].offsetX=0oCMenu.level[0].offsetY=0oCMenu.level[0].rows=0oCMenu.level[0].arrow=0oCMenu.level[0].arrowWidth=0oCMenu.level[0].arrowHeight=0oCMenu.level[0].align="bottom"//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove thisoCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)oCMenu.level[1].width=oCMenu.level[0].width-2oCMenu.level[1].height=22oCMenu.level[1].regClass="clLevel1"oCMenu.level[1].overClass="clLevel1over"oCMenu.level[1].borderX=1oCMenu.level[1].borderY=1oCMenu.level[1].align="right" oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20oCMenu.level[1].offsetY=0oCMenu.level[1].borderClass="clLevel1border"//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove thisoCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)oCMenu.level[2].width=150oCMenu.level[2].height=20oCMenu.level[2].offsetX=0oCMenu.level[2].offsetY=0oCMenu.level[2].regClass="clLevel2"oCMenu.level[2].overClass="clLevel2over"oCMenu.level[2].borderClass="clLevel2border"/******************************************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('top0','',' General','','',60,0) oCMenu.makeMenu('sub00','top0','What is Tri-Ess?','/whatis.html','',160,0) //oCMenu.makeMenu('sub001','sub00','','','',160,0) //oCMenu.makeMenu('sub002','sub00','','','',160,0) //oCMenu.makeMenu('sub003','sub00','','','',160,0) oCMenu.makeMenu('sub01','top0','3 Ss of Tri-Ess','/3sss.html','',160,0) oCMenu.makeMenu('sub02','top0','What is Crossdressing?','/cd01.html','',160,0) oCMenu.makeMenu('sub03','top0','Of interest to wives','/Wives_CDs_BofR.html','',160,0) oCMenu.makeMenu('top1','',' Departments','','',90,0) oCMenu.makeMenu('sub11','top1','Chapter Development','','',160,0) oCMenu.makeMenu('sub110','sub11','Chapter Bylaws','/bylaws.htm','',160,0) oCMenu.makeMenu('sub111','sub11','Chapter polices','/policy.htm','',160,0) oCMenu.makeMenu('sub12','top1','Governance','SSS_boardlist.html','',160,0) oCMenu.makeMenu('sub13','top1','Mirror','/scripts/index.asp?show=pop','',160,0) oCMenu.makeMenu('sub14','top1','Public Relations','','',160,0) oCMenu.makeMenu('top2','',' Membership Services ','','',140,0) oCMenu.makeMenu('sub21','top2','Resourses List','/brdapprvdresrc.html','',160,0) oCMenu.makeMenu('sub22','top2','Existing members','','',160,0) oCMenu.makeMenu('sub220','sub22','Renew online','/rapp.html','',160,0) oCMenu.makeMenu('sub221','sub22','Update your personal info','/updateapp.html','',160,0) oCMenu.makeMenu('sub222','sub22','Update your directory profile','/directupdate.html','',160,0) oCMenu.makeMenu('sub23','top2','Prospective Members','','',160,0) oCMenu.makeMenu('sub230','sub23','Information Request','/info_request_form.html','',160,0) oCMenu.makeMenu('sub231','sub23','Join Tri-Ess','/app2.html','',160,0) oCMenu.makeMenu('sub24','top2',' Forums','','',160,0) oCMenu.makeMenu('sub240','sub24','Listserves') oCMenu.makeMenu('sub2400','sub240','CD Tri-ess','/spice/CDTriess/cdtriess.htm') oCMenu.makeMenu('sub2401','sub240','Tri-Ess 42','/spice/triess42/TRIESS42.html') oCMenu.makeMenu('sub2402','sub240','CDSO','/spice/CDSO/CDSO.htm') oCMenu.makeMenu('sub241','sub24','BBS','/bbs/login.php') oCMenu.makeMenu('top3','',' Chapters','','/SSS_chapdir.html',80,0) oCMenu.makeMenu('sub31','top3','Chapter List','/SSS_chapdir.html') oCMenu.makeMenu('top4','',' Current Events') oCMenu.makeMenu('sub40','top4','Holiday EnFemme','/hef/index.html') oCMenu.makeMenu('sub41','top4','S.P.I.C.E.','/spice/') oCMenu.makeMenu('top5','',' Members Only Area','','',140,0) oCMenu.makeMenu('sub50','top5','Password Application','/passapp.html','',200,0) oCMenu.makeMenu('sub51','top5','Proceed To Members Only Area','/php/show_memlogin.html','',200,0) //Leave this line - it constructs the menuoCMenu.construct() Upcoming National EventsH.E.F.-----Canceled***********7 new members and updates to the member directory as of August 18, 2008All membership area password applications submitted up toAugust 18, 2008, have been processed An international social andsupport group for heterosexual crossdressers, their partners, the spouses ofmarried crossdressers and their families."Tri-Ess is a not for profit IRS 501(c)(3)corporation Wewelcome everyone of all ages. This is not an adult site nor do we link to adult sites. What is the TG law in your state? Click here to find out © 2004 by The Society for the Second Self, Inc. Page Last Updated: 07/09/2008  |
|