ÿþ<HTML> <HEAD> <TITLE>[(3*QH] [#1(JC] [AJ1 3A*J] C1'1J3</TITLE> <META NAME="description" content="[AJ1 3A*J] ,2! EGEQ) *1(J) ,/Q' D F' #7A'D  JFB0 #31'* HF'1 EB'*D'* -JH'*. B1#* 'DEH'/  9DE* #7A'DC  E'13* [AJ1 3A*J] H#FB0* -JH'*"> <META NAME="keywords" content="1B* ('BJ)  #-1B* %5'()  #-1B* 6-J)  /9E  G(H7  EH'/  J4AJ  9BD  F'1  F'1 EB'*D)  9ED  (J*JQ)  *1(J)  #E'F  %7A'&J'*  #7A'D  -J')  EC*(  EH8A)  E3*./E)  #31)  5/JB'*  5-)"> <META http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" l gen true for "http://www.burnsurvivorsttw.org/" r (ca 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://www.burnsurvivorsttw.org/" r (n 0 s 0 v 0 l 0))'> <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.classify.org/safesurf/" l gen true for "http://www.burnsurvivorsttw.org/" r (SS~~000 1))'> <script language="JavaScript1.2"> var isDOM = (document.getElementById ? true : false); var isIE = (document.all ? true: false); var isNS4 = (navigator.appName=='Netscape' && !isDOM ? true : false); var isIE4 = ((isIE && !isDOM) ? true : false); var isDyn = (isDOM || isIE4 || isNS4); function getRef(id, par) { par = (!par ? document : (par.navigator ? par.document : par)); return (isIE ? par.all[id] : (isDOM ? (par.getElementById?par:par.ownerDocument).getElementById(id) : par.layers[id])); } function getSty(id, par) { return (isNS4 ? getRef(id, par) : getRef(id, par).style) } function LayerObj(id, par) { this.ref = getRef(id, par); this.sty = getSty(id, par); this.x = function(nX) { if (!isNaN(nX)) this.sty.left = nX; else return parseInt(this.sty.left) } this.y = function(nY) { if (!isNaN(nY)) this.sty.top = nY; else return parseInt(this.sty.top) } this.vis = function(val) { this.sty.visibility = val } this.bgColor = function(col) { if (!col) col = isNS4 ? null : 'transparent'; if (isNS4) this.sty.bgColor = col; else this.sty.backgroundColor = col } this.bgImage = function(img) { if (isNS4) { if (!img) img=null; this.sty.background.src=img } else this.sty.backgroundImage=(img?'url('+img+')':'') } this.write = function(txt) { if (isNS4) with (this.ref.document) { write(txt); close() } else this.ref.innerHTML = txt } return this; } function getLyr(id, par) { return new LayerObj(id, par) } function setLyr(lVis, docW, par) { if (!this.seq) seq = 0; if (!docW) docW = 0; var obj = (!par ? (isNS4 ? window : document.body) : (!isNS4 && par.navigator ? par.document.body : par)); var newID = '_js_layer_' + seq++; if (isIE) obj.insertAdjacentHTML('beforeEnd', '<div id="' + newID + '" style="position:absolute"></div>'); else if (isDOM) { var newL = document.createElement('div'); obj.appendChild(newL); with (newL) { id = newID; style.position='absolute' } } else if (isNS4) { var newL = new Layer(docW, obj); newID = newL.id; } var lObj = getLyr(newID, par); with (lObj) { vis(lVis); x(0); y(0); sty.width=docW } return lObj; } function popOver(mN, iN) { with (this) { clearTimeout(hideTimer); overM = mN; overI = iN; var thisI = menu[mN][iN]; if (thisI.onmouseover) thisI.onmouseover(); litOld = litNow; litNow = new Array(); var litM = mN, litI = iN; while(1) { litNow[litM] = litI; if (litM == 'root') break; litI = menu[litM][0].parentItem; litM = menu[litM][0].parentMenu; } var same = true; for (var z in menu) if (litNow[z] != litOld[z]) same = false; if (same) return; for (thisM in menu) { litI = litNow[thisM]; oldI = litOld[thisM]; if (litI && (litI != oldI)) changeCol(thisM, litI, true); if (oldI && (oldI != litI)) changeCol(thisM, oldI, false); if (isNaN(litI)) { menu[thisM][0].lyr.vis('hidden') } } clearTimeout(showTimer); nextMenu = ''; if (thisI.type == 'sm:') { var lyrM = menu[mN][0].lyr; with (menu[thisI.href][0]) { lyr.x(lyrM.x() + thisI.lyr.x() + eval(offX)); lyr.y(lyrM.y() + thisI.lyr.y() + eval(offY)); showStr = objName + '.menu.' + thisI.href + '[0].lyr.vis("visible")'; nextMenu = thisI.href; if (showDelay) showTimer = setTimeout(showStr, showDelay); else eval(showStr); } } }} function popChangeCol(mN, iN, isOver) { with (this.menu[mN][iN]) { var col = isOver ? overCol : outCol; if (col.indexOf('.') == -1) lyr.bgColor(col); else lyr.bgImage(col); if (overClass == outClass) return; if (isNS4) lyr.write(this.getHTML(mN, iN, isOver)); else with (lyr.ref) { var chl = (isDOM ? childNodes : children) for (var i = 0; i < chl.length; i++) chl[i].className = (isOver ? overClass : outClass); } }} function popOut(mN, iN) { with (this) { var thisI = menu[mN][iN]; if (thisI.onmouseout) thisI.onmouseout(); if (thisI.href != nextMenu) clearTimeout(showTimer); var delay = ((mN == 'root') && (thisI.type != 'sm:')) ? 50 : hideDelay; hideTimer = setTimeout(objName + '.over("root", 0)', delay); overM = 'root'; overI = 0; }} function popClick() { with (this) { if (overI) { var thisI = menu[overM][overI]; if (thisI.onclick) thisI.onclick(); with (thisI) switch (type) { case 'sm:': return; case 'js:': { eval(href); break } case '': type = 'window'; default: if (href) eval(type + '.location.href = "' + href + '"'); } } over('root', 0); }} function addProps(obj, data, names, addNull) { for (var i = 0; i < names.length; i++) if(i < data.length || addNull) obj[names[i]] = data[i]; } function ItemStyle() { var names = ['len', 'spacing', 'popInd', 'popPos', 'pad', 'outCol', 'overCol', 'outClass', 'overClass', 'borderClass']; addProps(this, arguments, names, true); } function popStartMenu(mName) { with (this) { if (!menu[mName]) { menu[mName] = new Array(); menu[mName][0] = new Object(); } actMenu = mName; menu[mName].length = 1; nextItem = 1; var aM = menu[mName][0]; var names = ['isVert', 'isVert', 'offX','offY', 'width', 'itemSty', 'parentMenu', 'parentItem']; addProps(aM, arguments, names, true); if (!aM.lyr) aM.lyr = null; }} function popAddItem() { with (this) { var aI = menu[actMenu][nextItem++] = new Object(); var names = ['text', 'href', 'type', 'itemSty', 'len', 'spacing', 'popInd', 'popPos', 'iW', 'iH', 'lyr']; addProps(aI, arguments, names, true); var iSty = (arguments[3] ? arguments[3] : menu[actMenu][0].itemSty); for (prop in iSty) if (aI[prop] == window.UnDeFiNeD) aI[prop] = iSty[prop]; if (isNS4 && aI.borderClass) aI.pad++; }} function popGetHTML(mN, iN, isOver) { with (this) { var itemStr = ''; with (menu[mN][iN]) { var textClass = (isOver ? overClass : outClass); if ((type == 'sm:') && popInd) { if (isNS4) itemStr += '<layer class="' + textClass + '" left="'+ ((popPos+iW) % iW) + '" top="' + pad + '">' + popInd + '</layer>'; else itemStr += '<div class="' + textClass + '" style="position: absolute; left: ' + ((popPos+iW) % iW) + '; top: ' + pad + '">' + popInd + '</div>'; } if (isNS4) itemStr += (borderClass ? '<span class="' + borderClass + '">' + '<spacer type="block" width="' + (iW - 8) + '" height="' + (iH - 8) + '"></span>' : '') + '<layer left="' + pad + '" top="' + pad + '" width="' + (iW - (2 * pad)) + '" height="' + (iH - (2 * pad)) + '"><a class="' + textClass + '" href="#" ' + 'onClick="return false" onMouseOver="status=\'\'; return true">' + text + '</a></layer>'; else itemStr += '<div class="' + textClass + '" style="position: absolute; left: ' + pad + '; top: ' + pad + '; width: ' + (iW - (2 * pad)) + '; height: ' + (iH - (2 * pad)) + '">' + text + '</div>'; } return itemStr; }} function popUpdate() { with (this) { if (!isDyn) return; for (mN in menu) with (menu[mN][0]) { var str = '', iX = 0, iY = 0; for (var iN = 1; iN < menu[mN].length; iN++) with (menu[mN][iN]) { var itemID = objName + '_' + mN + '_' + iN; if (type == 'sm:') { menu[href][0].parentMenu = mN; menu[href][0].parentItem = iN; } var shrink = (borderClass && isDOM && !isIE ? 2 : 0) iW = (isVert ? width : len) - shrink; iH = (isVert ? len : width) - shrink; var isImg = (outCol.indexOf('.') != -1) ? true : false; if (isDOM || isIE4) { str += '<div id="' + itemID + '" ' + (borderClass ? 'class="' + borderClass + '" ' : '') + 'style="position: absolute; left: ' + iX + '; top: ' + iY + '; width: ' + iW + '; height: ' + iH + '; ' + (outCol ? 'background: ' + (isImg ? 'url('+ outCol+')' : outCol) : '') + '" '; } if (isNS4) { str += '<layer id="' + itemID + '" left="' + iX + '" top="' + iY + '" width="' + iW + '" height="' + iH + '" ' + (outCol ? (isImg ? 'background="' : 'bgcolor="') + outCol + '" ' : ''); } str += 'onMouseOver="' + objName + '.over(\'' + mN + '\',' + iN + ')" ' + 'onMouseOut="' + objName + '.out(\'' + mN + '\',' + iN + ')">' + getHTML(mN, iN, false) + (isNS4 ? '</layer>' : '</div>'); var spc = (borderClass ? 1 : 0) if (isVert) iY += len + spacing - spc; else iX += len + spacing - spc; } if (!lyr) lyr = setLyr('hidden', 3); else if (isIE4) setTimeout(objName + '.menu.' + mN + '[0].lyr.sty.width=9', 50); with (lyr) { sty.zIndex = 1000; write(str); sty.cursor = (isIE ? 'hand' : 'pointer') } for (var i = 1; i < menu[mN].length; i++) menu[mN][i].lyr = getLyr(objName + '_' + mN + '_' + i, lyr.ref); } position(); menu.root[0].lyr.vis('visible'); }} function PopupMenu(objName) { this.objName = objName; this.showTimer = 0; this.hideTimer = 0; this.showDelay = 0; this.hideDelay = 500; this.showMenu = ''; this.menu = new Array(); this.litNow = new Array(); this.litOld = new Array(); this.overM = 'root'; this.overI = 0; this.actMenu = ''; this.nextItem = 1; this.over = popOver; this.changeCol = popChangeCol; this.out = popOut; this.click = popClick; this.startMenu = popStartMenu; this.addItem = popAddItem; this.getHTML = popGetHTML; this.update = popUpdate; this.position = function() { with (this.menu.root[0]) { if (!lyr) return; var winWidth = (isIE ? document.body.clientWidth : window.innerWidth) lyr.x(eval(offX)); lyr.y(eval(offY)); }} } var hBar = new ItemStyle(65, 8, '', 0, 0, '', '#669999', 'itemText', 'itemText', ''); var dBlue = new ItemStyle(32, 0, '&gt;', -10, 0, '#003366', '#336699', 'itemText', 'itemHover', 'itemBorder'); var crazy = new ItemStyle(30, 1, '&gt;', -12, 2, '#666699', '#333366', 'crazyText', 'crazyHover', 'crazyBorder'); var pMenu = new PopupMenu('pMenu'); with (pMenu) { startMenu('root', false,5, 0, 15, hBar); addItem('Home', 'http://www.burnsurvivorsttw.org/home.html', '', hBar, 35); addItem('Brochure', 'http://www.burnsurvivorsttw.org/brochure/bsttwbrochure.pdf', '',hBar, 50); addItem('BSTTW&nbsp;Info', 'mBSTTW', 'sm:'); addItem('Chat', 'http://www.burnsurvivorsttw.org/list/chatlist.html', '', hBar, 27); addItem('Donate', 'http://www.burnsurvivorsttw.org/donations/donations.html', '', hBar, 41); addItem('Ecards', 'http://www.burnsurvivorsttw.org/postcard/ecardhome.html', '', hBar, 40); addItem('Education', 'mEducate', 'sm:'); addItem('Email&nbsp;Form', 'mEform', 'sm:'); addItem('Events', 'http://www.burnsurvivorsttw.org/cgi-bin/calendar.pl', '', hBar, 38); addItem('FAQs', 'http://www.burnsurvivorsttw.org/faq/faq.php', '', hBar, 30); addItem('Links', 'http://www.burnsurvivorsttw.org/links/links.html', '', hBar, 31); addItem('Membership', 'http://www.burnsurvivorsttw.org/list/memlist.html', '', hBar, 70); addItem('Message&nbsp;Boards', 'http://www.burnsurvivorsttw.org/list/messagelist.html', '', hBar, 94); addItem('Sales', 'http://www.burnsurvivorsttw.org/sales/sales.html', '', hBar, 33); addItem('Search', 'http://www.burnsurvivorsttw.org/fmsearch/search.html', '', hBar, 41); addItem('Translations', 'http://www.burnsurvivorsttw.org/translations/translations.html', '', hBar, 70); addItem('Volunteer', 'http://www.burnsurvivorsttw.org/volunteer/volunteer.html', '', hBar, 53); startMenu('mEducate', true, 0, 16, 75, dBlue); addItem('Article Lists', 'mArticles', 'sm:'); addItem('Stories List', 'http://www.burnsurvivorsttw.org/list/storieslist.html', '', 0); addItem('Newsletter Lists', 'mNewsletters', 'sm:'); addItem('Pictures List', 'http://www.burnsurvivorsttw.org/list/pictureslist.html', '', 0); addItem('Poems List', 'http://www.burnsurvivorsttw.org/list/poemslist.html', '', 0); startMenu('mEform', true, 0, 15, 117, dBlue); addItem('E-Forms', 'mEform', 'sm:'); startMenu('mEform', true, 0, 16, 126, dBlue); addItem('Comments & Questions E-Form', 'http://www.burnsurvivorsttw.org/eforms/emailform.html', '', 0); addItem('Emergency E-Form', 'http://www.burnsurvivorsttw.org/eforms/emergemail.html', '', 0); addItem('Membership E-Form', 'http://www.burnsurvivorsttw.org/membership/memform.html', '', 0); addItem('Support Team E-Form', 'http://www.burnsurvivorsttw.org/eforms/supportemail.html', '', 0); addItem('Volunteer E-Form', 'http://www.burnsurvivorsttw.org/volunteer/volunteer.html', '', 0); startMenu('mBSTTW', true, 0, 16, 104, dBlue); addItem('Address & Phone', 'http://www.burnsurvivorsttw.org/bsttw/addphone.html', '', 0); addItem('Auction', 'http://www.burnsurvivorsttw.org/list/auctionlist.html', '', 0); addItem('Banners & Logos', 'http://www.burnsurvivorsttw.org/bsttw/logban.html', '', 0); addItem('BSTTW Board of Directors', 'http://www.burnsurvivorsttw.org/bsttw/board.html', '', 0); addItem('BSTTW Directors', 'http://www.burnsurvivorsttw.org/bsttw/directors.html', '', 0); addItem('BSTTW Guestbook', 'http://www.burnsurvivorsttw.org/cgi-bin/guestbook/guestbook.cgi', '', 0); addItem('BSTTW Member Internet Sites', 'http://www.burnsurvivorsttw.org/membership/internetsites.html', '', 0); addItem('BSTTW Medical Application', 'http://www.burnsurvivorsttw.org/medical/medicalform.html', '', 0); addItem('BSTTW Medical Internship Program', 'http://www.burnsurvivorsttw.org/internship/medical/internform.html', '', 0); addItem('BSTTW Mission', 'http://www.burnsurvivorsttw.org/bsttw/mission.html', '', 0); addItem('Donate To BSTTW', 'http://www.burnsurvivorsttw.org/donations/donations.html', '', 0); startMenu('mNewsletters', true, 72, 0, 117, dBlue); addItem('BSTTW Community News', 'http://www.burnsurvivorsttw.org/list/newsletters.html', '', 0); addItem('BSTTW Teen News', 'http://www.burnsurvivorsttw.org/list/newsletters.html', '', 0); startMenu('mArticles', true, 72, 0, 112, dBlue); addItem('Bodies Reaction', 'http://www.burnsurvivorsttw.org/list/bodylist.html', '', 0); addItem('BSTTW Medical Internship Program', 'http://www.burnsurvivorsttw.org/list/medicalinternshiplist.html', '', 0); addItem('Cosmetics', 'http://www.burnsurvivorsttw.org/list/cosmeticslist.html', '', 0); addItem('Facial Masks', 'http://www.burnsurvivorsttw.org/list/faciallist.html', '', 0); addItem('Family & Friends', 'http://www.burnsurvivorsttw.org/list/familylist.html', '', 0); addItem('Fire Safety', 'http://www.burnsurvivorsttw.org/list/fsafetylist.html', '', 0); addItem('Laser Surgery', 'http://www.burnsurvivorsttw.org/list/laserlist.html', '', 0); addItem('Legal', 'http://www.burnsurvivorsttw.org/list/legallist.html', '', 0); addItem('Pain', 'http://www.burnsurvivorsttw.org/list/painlist.html', '', 0); addItem('Nutrition', 'http://www.burnsurvivorsttw.org/list/nutritionlist.html', '', 0); addItem('Psychological', 'http://www.burnsurvivorsttw.org/list/psyclist.html', '', 0); addItem('Rehabilitation', 'http://www.burnsurvivorsttw.org/list/rehablist.html', '', 0); addItem('Reviews', 'http://www.burnsurvivorsttw.org/list/reviewlist.html', '', 0); addItem('Scar Revision', 'http://www.burnsurvivorsttw.org/list/scarrevlist.html', '', 0); addItem('Skin', 'http://www.burnsurvivorsttw.org/list/skinlist.html', '', 0); addItem('Types & Treatments of Burns', 'http://www.burnsurvivorsttw.org/list/burnslist.html', '',0); addItem('World', 'http://www.burnsurvivorsttw.org/list/worldlist.html', '', 0); } if (isNS4) document.captureEvents(Event.CLICK); document.onclick = new Function('evt', 'pMenu.click(); ' + 'if (isNS4) return document.routeEvent(evt)'); window.onload = new Function('pMenu.update()'); window.onresize = new Function('ns4BugCheck(); pMenu.position()'); var origWinWidth = window.innerWidth; function ns4BugCheck() { if (isNS4 && origWinWidth != window.innerWidth) location.reload() } function showProps(obj){ s=''; for (p in obj) s+=p+' = '+String(obj[p]).substring(0,20)+'\n'; alert(s) } function changeMenu() { with (pMenu) { startMenu('mNewMenu', true, 0, 22, 120, dBlue); addItem('<b>Gus\' Web:</b><br>Extreme DHTML.<br>Small Code.<br>Click to Visit...', 'window.open("http://www.twinhelix.com")', 'js:', dBlue, 70); actMenu = 'root'; nextItem = 4; addItem('&nbsp; Dynamism...', 'mNewMenu', 'sm:', hBar, 80); update(); }} moveRoot = new Function('with(pMenu.menu.root[0].lyr) x( (x()<100) ? 100 : 5);'); </script> <style> .itemText { text-decoration: none; color: #FFFFFF; font: 12px Arial, Helvetica } .itemHover { text-decoration: none; color: #FFFF99; font: 12px Arial, Helvetica } .itemBorder { border: 1px solid black } .crazyText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica } .crazyHover { text-decoration: none; color: #99CCFF; font: Bold 12px Arial, Helvetica } .crazyBorder { border: 1px outset #9999CC } </style> <SCRIPT language=Javascript1.2> am = "This function is disabled!"; bV = parseInt(navigator.appVersion) bNS = navigator.appName=="Netscape" bIE = navigator.appName=="Microsoft Internet Explorer" function nrc(e) { if (bNS && e.which > 1){ alert(am) return false } else if (bIE && (event.button >1)) { alert(am); return false; } } document.onmousedown=nrc; if (document.layers) window.captureEvents(Event.MOUSEDOWN); if(bNS && bV<5) window.onmousedown=nrc; </SCRIPT> <SCRIPT> // window.open("http://www.burnsurvivorsttw.org/jukebox/bsttwjukebox.html","BSTTWSongs","width=294,height=259") //--> </SCRIPT> </head> <body BGCOLOR="#CCCCCC" TEXT="#000000" link="#009999" vlink="#CC9999" alink="#993366" marginwidth="0" marginheight="0" style="margin: 0"> <table bgcolor="#006666" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td height="17"><font size="1"> </font></td></tr></table> <P></P> <P></P> <DIV align=center><IMG height=165 src="http://www.burnsurvivorsttw.org/logo/bsttw Logo.jpg" width=185 border=0></DIV> <P></P> <P align=center></P> <P align=center></P> <div ALIGN=center><IMG src="http://www.burnsurvivorsttw.org/logo/bsttwrebuildinglives2.gif" border=0><IMG src="http://www.burnsurvivorsttw.org/logo/bsttwrebuildinglives.gif" border=0> </p> <TABLE borderColors=#999999 cellSpacing=1 CellPading=1 align=center bgcolor=#CCCCCC border=0> <TBODY> <TR> <TD align=middle> <DIV align=left><IMG height=110 src="http://www.burnsurvivorsttw.org/logo/fireext.gif" width=75></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center> <DIV align=center><STRONG><FONT color=#800000 size=5>(3*QH] [AJ1 3A*J] C1'1J3</STRONG></FONT></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center></TD> <TD align=center> <DIV align=center><IMG height=100 src="http://www.burnsurvivorsttw.org/logo/housefire.gif" width=95 border=0</DIV></P></TD></TR></TABLE></TBODY> </p></p> <div ALIGN=left><strong><font COLOR=#000000 SIZE=3>AJ1 3A*J] [%JE(H1*F* 1'] ,/Q' #FQ F-F CDQ -',) #F JAGE HE'13*. /HF 'D E91A) H'39) #31'*F'  9EDF' H-*QI -JH'*F' J3*7J9 9'FJ*. 3J,/ *-* #F* [(3*QH] [AJ1 3A*J] C1'1J3 AJ C+J1 D:'*. ,D(* 7(9) H'3*9ED* 'DC1'1J3 [%JF H1/1 *H] 3'9/* 2/* [AJ1 3A*J] AJ EF2DC  AJ 9ED  E/'13 H,H'1C.</div> </p> <div ALIGN=left><strong><font COLOR=#000000 SIZE=3>%F #F* #-(Q* #F J4*1J [D1, FHE(13 HA] 'DC1'1J3 #H 'D [(3*QH] [AJ1 3A*J] B15 CFJ2 J3*7J9 #F* '*Q5'D [(3*QH] AJ <a TARGET="_blank" HREF="mailto:firesafetyarabic@burnsurvivorsttw.org">D' *H,/ F*'&, (-+ 9F</a></div> </p> <TABLE bordercolor=#993300 cellSpacing=1 cellPadding=1 align=center bgColor=#CCCCCC border=2> <TBODY> <TR> <TD align=center> <div ALIGN=center>&nbsp;</div> <DIV align=center><strong><font color=#800000 size=4>&nbsp;D' *H,/ F*'&, (-+ 9F&nbsp;</STRONG></FONT></A></div> <DIV align=center><A target=_blank href="http://www.burnsurvivorsttw.org/brochure/firesafety/arabic/adultfiresafetyarabic.pdf"><STRONG>D' *H,/ F*'&, (-+ 9F </STRONG></FONT></A></div> <DIV align=center><A target=_blank href="http://www.burnsurvivorsttw.org/brochure/firesafety/arabic/childfiresafetyarabic.pdf"><STRONG>D' *H,/ F*'&, (-+ 9F </STRONG></FONT></A></div> <DIV align=center><A target=_blank href="http://www.burnsurvivorsttw.org/brochure/fsafety/arabic/childcoloringbookarabic.pdf"><STRONG>D' *H,/ F*'&, (-+ 9F</STRONG></FONT></A> </td> <div ALIGN=center>&nbsp;</div> </td></tr></tbody></table> </P> <DIV align=center><A target=_blank href="http://www.burnsurvivorsttw.org/disclaimer.html"><STRONG><FONT size=1>DISCLAIMER</STRONG></FONT></A> <DIV align=center></STRONG><FONT color=#000000 size=1></U>Copyright © <STRONG><FONT color=#800000 size=1>Burn Survivors Throughout The World, Inc.</STRONG></FONT></DIV> <P align=center></P> <P align=center></P> <div align=left> <script language="javascript" src="http://www.burnsurvivorsttw.org/cgi-bin/getjs.cgi?id=bsttw"></script> </DIV> <div align=left> <script src="/cgi-bin/logitpro/logitpro.cgi?java"></script> </div> </BODY> </HTML>