<!--
var NS4 = window.Event ? true : false;
var HKar = new Array();
HKar[HKar.length] = new hotKey("m", 'wpmission.html');
HKar[HKar.length] = new hotKey("h", 'wphistory.html');
HKar[HKar.length] = new hotKey("t", 'wptoday.html');
HKar[HKar.length] = new hotKey("a", 'wpadmission.html');
HKar[HKar.length] = new hotKey("d", 'wpdirectors.html');
HKar[HKar.length] = new hotKey("v", 'wpvolunteers.html');
HKar[HKar.length] = new hotKey("r", 'wprevenue.html');
HKar[HKar.length] = new hotKey("c", 'wpcontribute.html');
HKar[HKar.length] = new hotKey("e", 'wpexpenses.html');
HKar[HKar.length] = new hotKey("f", 'wpfuture.html');


function setPage() {
if (NS4)
{
         NS4init();
         document.captureEvents(Event.KEYPRESS)
         document.captureEvents(Event.MOUSEOVER)
         document.captureEvents(Event.MOUSEOUT)
}
         document.onkeypress           = checkKey;
         document.BUTNBAR.onmouseover  = doHigh;
         document.BUTNBAR.onmouseout   = doNorm;
         setTimeout("doFlyUP();",2000);
}

function doFlyUP() {
 		 doBup();
         setTimeout("doFlyDN();",2000);
}

function doFlyDN() {
 		 doBdn();
         setTimeout("doFlyUP();",2000);
}
function NS4init() {
  setTimeout("window.onresize = NS4redo", 1000);
}
function NS4redo() {
  window.location.reload();
}

function doNorm() {
	if (NS4) {
	   //    alert("NORM"); //MPF 01-09-2009
	       e.which.color="#ECE6E6";
	}else{
	       event.srcElement.style.color="#ECE6E6";
	}
}
function doHigh() {
	if (NS4) {
	   //    alert("HIGH");//MPF 01-09-2009
	       e.which.color="#ECE6E6";
	}else{
	       event.srcElement.style.color="white";
	}
}

function checkKey(e) {
  var code = (NS4) ? e.which : event.keyCode;
  var key = String.fromCharCode(code);
  for (var i = 0; i < HKar.length; i++) {
    if (key == HKar[i].key) location.href = HKar[i].url;
  }
}
function hotKey(key,url) {
  this.key = key;
  this.url = url;
}
function doBdn() {
  BF.src="WIButrfly.gif";
}
function doBup() {
  BF.src="WIButrfly2.gif";
}


document.write("<meta name='author' content='The Women\'s Home of Arlington, Virginia'>")
document.write("<meta name='description' content='The Women\'s Home of Arlington, Virginia'>")
document.write("<meta name='keywords' content='charity'>")
document.write("<meta name='robots' content='index,follow'>")
document.write("</head>");
document.write("<body onLoad='setPage();'><A NAME=TOP>");
document.write("<table width=780 border=0><tr><td width=140 height=75>&nbsp;</td>");
document.write("<td width=551 height=75><div align=center>");
document.write("<img src='WIBhdr.gif' width=537 height=68><br>");
document.write("<font size=1>PO Box 7412 &curren; Arlington &curren; Virginia &curren; 22207<br>");
document.write("Phone: 703.237.2822 &curren; Fax: 703.237.1167<br>");
document.write("Email: <A href='mailto:WomensHM@aol.com'>WomensHM@aol.com</A>");
document.write("</font><BR>&nbsp;</div></td></tr>");
document.write("<tr><td id=bbar width=180 align=center valign=top> ");

document.write("<FORM NAME=BUTNBAR>");
document.write("<A href='wpmission.html'    CLASS=butn tabindex=01>&nbsp;&nbsp;&nbsp;&nbsp;<U>M</U>ission&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a><p>");
document.write("<A href='wphistory.html'    CLASS=butn tabindex=02>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<U>H</U>istory&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</A><p>");
document.write("<A href='wptoday.html'      CLASS=butn tabindex=03>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<U>T</U>oday&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</A><p>");
document.write("<A href='wpadmission.html'  CLASS=butn tabindex=04>&nbsp;&nbsp;&nbsp;<U>A</U>dmission&nbsp;&nbsp;&nbsp;</A><p>");
document.write("<A href='wpdirectors.html'  CLASS=butn tabindex=05>&nbsp;&nbsp;&nbsp;<U>D</U>irectors&nbsp;&nbsp;&nbsp;&nbsp;</A><p>");
document.write("<A href='wpvolunteers.html' CLASS=butn tabindex=06>&nbsp;&nbsp;<U>V</U>olunteers&nbsp;&nbsp;</A><p>");
document.write("<A href='wprevenue.html'    CLASS=butn tabindex=07>&nbsp;&nbsp;&nbsp;&nbsp;<U>R</U>evenue&nbsp;&nbsp;&nbsp;&nbsp;</A><p>");
document.write("<A href='wpcontribute.html' CLASS=butn tabindex=08>&nbsp;&nbsp;<U>C</U>ontribute&nbsp;&nbsp;</A><p>");
document.write("<A href='wpexpenses.html'   CLASS=butn tabindex=09>&nbsp;&nbsp;&nbsp;<U>E</U>xpenses&nbsp;&nbsp;&nbsp;</A><p>");
document.write("<A href='wpfuture.html'     CLASS=butn tabindex=10>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<U>F</U>uture&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</A><p>");
document.write("</FORM>");

document.write("</td><td width=551 valign=top><table width=550 border=0><tr> ");
document.write("<td width=225 align=center><font color=#990038>The Women's Home<BR>");
document.write(pageTitle+"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>");
document.write("</td><td width=265 align=right valign=top>");
// document.write("<img src='WIButrfly.gif' title='The butterfly symbolizes\n  rebirth and new hope' width=230 height=174>");
document.write("<img ID=BF src='WIButrfly.gif' title='The butterfly symbolizes\n  rebirth and new hope' width=230 height=174 onmouseover='doBup();' onmouseout='doBdn();'>");
document.write("</td></tr><tr><td colspan=2 align=left>");
//-->
