
function get_Top() {
vartxt = ""
varQuote = '"'

vartxt = vartxt + " <map name=topics> "
vartxt = vartxt + " <area shape=rect coords=0,0,166,102 HREF='http://www.ttof.org/index.html' ALT='Twin Towers Orphan Fund Home Page'> "
vartxt = vartxt + " <area shape=rect coords=167,0,322,102 HREF='http://www.ttof.org/html/edu.htm' ALT='Higher Education Assistance'> "
vartxt = vartxt + " <area shape=rect coords=324,0,479,102 HREF='http://www.ttof.org/html/med.htm' ALT='Physical Healthcare Assistance'> "
vartxt = vartxt + " <area shape=rect coords=481,0,636,102 HREF='http://www.ttof.org/html/mh.htm' ALT='Mental Healthcare Assistance'> "
vartxt = vartxt + " </map> "
vartxt = vartxt + "  "
vartxt = vartxt + " <CENTER><TABLE BGCOLOR=FFFFFF CELLPADDING=0 CELLSPACING=0 VALIGN=TOP ALIGN=TOP WIDTH=1004 HEIGHT=100% BORDER=0> "
vartxt = vartxt + "  <TR><TD BGCOLOR=000000 ROWSPAN=3 VALIGN=TOP ALIGN=TOP><IMG SRC='../images/blank.gif' WIDTH=30 HEIGHT=2> "
vartxt = vartxt + "  </TD><TD ROWSPAN=2 VALIGN=TOP ALIGN=TOP><IMG SRC='../images/blank.gif' WIDTH=20 HEIGHT=2> "
vartxt = vartxt + "  </TD><TD WIDTH=636 VALIGN=TOP ALIGN=TOP><IMG SRC='../images/subpage.jpg'  "
vartxt = vartxt + " 	ALT=" + varQuote + "restoring hope, rebuilding lives,  "
vartxt = vartxt + " 	reviving spirits; rebuilding futures ... one child at a time" + varQuote + "BORDER=0 usemap=#topics> "
vartxt = vartxt + "  </TD><TD ROWSPAN=3 VALIGN=TOP ALIGN=TOP><IMG SRC='../images/blank.gif' WIDTH=20 HEIGHT=2> "
vartxt = vartxt + " </TD><TD ROWSPAN=3 BGCOLOR=000000 WIDTH=125 VALIGN=TOP ALIGN=TOP><IMG SRC='../images/blank.gif' WIDTH=125 HEIGHT=15 BORDER=0> "
vartxt = vartxt + "  "
vartxt = vartxt + " <style type='text/css'><!-- "
vartxt = vartxt + " a.m:link, a.m:visited, a.m:active { font-family: verdana,arial,sans-serif; text-decoration:none; font-size: 12px; color:#000000; background:#FFFFFF; } "
vartxt = vartxt + " a.m:hover { font-family: verdana,arial,sans-serif; text-decoration:none; font-size: 12px; color:#B22222; background:transparent; } "
vartxt = vartxt + " a.ml:link, a.ml:visited, a.ml:active, a.ml:hover { font-family: verdana,arial,sans-serif; text-decoration:none; font-size: 12px; color:#FFFFFF; background:transparent; } "
vartxt = vartxt + " .menuBox { position:absolute; visibility:hidden; overflow:hidden; font-family: verdana,arial,sans-serif; font-size: 12px; color:#000000; background:#FFFFFF; layer-background-color: #000000; width:135px; margin:0; padding:2px; line-height:1.3em; border:0px outset;} "
vartxt = vartxt + " --></style> "
vartxt = vartxt + " <script type='text/javascript' src='../js/core.js'></script> "
vartxt = vartxt + " <script type='text/javascript' src='../js/event.js'></script> "
vartxt = vartxt + " <script type='text/javascript' src='../js/menus.js'></script> "
vartxt = vartxt + "  "
document.write(vartxt);

}


function getBottom() {

vartxt = ""
//vartxt = vartxt + " <CENTER><TABLE BGCOLOR=FFFFFF WIDTH=716 CELLPADDING=0 CELLSPACING=0 VALIGN=TOP ALIGN=TOP BORDER=1>"
//vartxt = vartxt + "  <TR><TD WIDTH=716 VALIGN=TOP ALIGN=TOP><IMG SRC='../images/blank.gif' WIDTH=716 HEIGHT=20 BORDER=1> "

vartxt = vartxt + "  <BR><BR><IMG SRC='../images/line.gif' WIDTH=250 HEIGHT=4><BR>"
vartxt = vartxt + "  &copy; 2001-2004 Twin Towers Orphan Fund<BR><BR>"
//vartxt = vartxt + " </TD></TR></TABLE>"

document.write(vartxt);

}


 function getLocation(winWidth, winHeight, winLeft, winTop){
   var winLocation = ""
   if (winLeft < 0)
     winLeft = screen.width - winWidth + winLeft
   if (winTop < 0)
     winTop = screen.height - winHeight + winTop
   if (winTop == "cen")
     winTop = (screen.height - winHeight)/2 - 20
   if (winLeft == "cen") 
//     winLeft = screen.width/2 - 25
     winLeft = screen.width/2 - winWidth
   if (winLeft>0 & winTop>0)
     winLocation =  ",screenX=" + winLeft + ",left=" + winLeft   
                 + ",screenY=" + winTop + ",top=" + winTop
   else
     winLocation = ""
   return winLocation
   }


 var popWin = null    // use this when referring to pop-up window
 var winCount = 0
 var winName = "popWin"
 function openPopWin(winURL, winWidth, winHeight, winFeatures, winLeft, winTop){
   var d_winLeft = 20  // default, pixels from screen left to window left
   var d_winTop = 20   // default, pixels from screen top to window top
   winName = "popWin" + winCount++ //unique name for each pop-up window
   closePopWin()           // close any previously opened pop-up window
   if (openPopWin.arguments.length >= 4)  // any additional features? 
     winFeatures = "," + winFeatures
   else 
     winFeatures = "" 
   if (openPopWin.arguments.length == 6)  // location specified
     winFeatures += getLocation(winWidth, winHeight, winLeft, winTop)
   else
     winFeatures += getLocation(winWidth, winHeight, d_winLeft, d_winTop)
   popWin = window.open(winURL, winName, "width=" + winWidth 
            + ",height=" + winHeight + winFeatures)
   }
 function closePopWin(){    // close pop-up window if it is open 
   if (navigator.appName != "Microsoft Internet Explorer" 
       || parseInt(navigator.appVersion) >=4) //do not close if early IE
     if(popWin != null) if(!popWin.closed) popWin.close() 
   }
 function getLocation(winWidth, winHeight, winLeft, winTop){
   return ""
   }

