//-----------------------------------------------------------------------------
// sub links
//-----------------------------------------------------------------------------


function homeDOC(url, target)
	{
	document.getElementById('sublinksdiv').innerHTML = '<span class="class5"><a href="../management.htm">&nbsp;Management&nbsp;</a><a href="../board.htm">&nbsp;Board of Directors&nbsp;</a><a href="../financials.htm">&nbsp;Financials&nbsp;</a><a href="../mission.htm">&nbsp;Our Mission &amp; Goals&nbsp;</a><a href="../events/index.htm">&nbsp;News &amp; Events</a>'
	}

	function commitmentDOC(url, target)
	{
	document.getElementById('sublinksdiv').innerHTML = '<span class="class5"><a href="../commitment.htm">Due to our location and commitment, almost all of Harvard Street\'s 8,000 clients are people of color...read more ></a></span>'

	}

function servicesDOC(url, target)
	{
	document.getElementById('sublinksdiv').innerHTML = '<span class="class5"><a href="../services.htm#primarycare">&nbsp;Primary Care&nbsp;</a><a href="../services.htm#support">&nbsp;Support Services&nbsp;</a><a href="../services.htm#dental">&nbsp;Dental Care&nbsp;</a><a href="../services.htm#mentalh">&nbsp;Mental Health&nbsp;</a></span>'

	}

function providersDOC(url, target)
	{
	document.getElementById('sublinksdiv').innerHTML = '<span class="class5"><a href="../providers.htm">View our full list of providers ></a></span>'

	}

	function locationDOC(url, target)
	{
	document.getElementById('sublinksdiv').innerHTML = '<span class="class5"><a href="../locations.htm">View the addresses and phone numbers of our different locations ></a></span>'

	}




//-----------------------------------------------------------------------------
// careers div
//-----------------------------------------------------------------------------
	function effectsClosecareers(url, target)
	{
	document.getElementById('careers').innerHTML = '<a href="javascript: effectsOPENcareers()">View Open Positions</a>'
	}

function effectsOPENcareers(url, target)
	{
	document.getElementById('careers').innerHTML = '<a href="javascript:effectsClosecareers()"><b>[</b>&nbsp;Close&nbsp;<b>]</b></a><br><p>We do not have any current job openings.</p><p>Please feel free to check back at a later date to see posted job openings that may interest you.</p><p>To place your resume on file, please email cover letter and resume as a Microsoft Word attachment to <b>harvardstreet@bmc.org</b> with <br> \'JOB APPLICATION\' in the subject line.</p><p>Thank you.</p>'
	}


//-----------------------------------------------------------------------------
// health news div box
//-----------------------------------------------------------------------------

function tab1Call(url, target)
	{
	document.getElementById('healthbox').innerHTML = '<p>Click on any health news topic below:<p><ul><li><a href="/#">Womens Health / Gynecology News</a></li><li><a href="/#">Mens health News</a></li><li><a href="/#">Smoking / Quit Smoking News</a></li><li><a href="/#">Sexual Health / STDs News</a></li><li><a href="/#">Pregnancy / Obstetrics News</a></li><li><a href="/#">Nutrition / Diet News</a></li><li><a href="/#">Primary Care / General Practice News</a></li></ul><p>*Disclaimer: Please be advised that these resources are gathered from other websites. HSNHC does not endorse or necessarily approve of their content. The resources are provided for information purposes only.'
	}

function tab2Call(url, target)
	{
	document.getElementById('healthbox').innerHTML = '<p>Click on any health resources below:<p><ul><li><a href="#">Womens Health / Gynecology News</a></li><li><a href="#">Mens health</a></li><li><a href="#">Smoking / Quit Smoking News</a></li><li><a href="#">Mens health News / STDs News</a></li><li><a href="#">Pregnancy / Obstetrics News</a></li><li><a href="#">Nutrition / Diet News</a></li><li><a href="#">Primary Care / General Practice News</a></li></ul><p>*Disclaimer: Please be advised that these resources are gathered from other websites. HSNHC does not endorse or necessarily approve of their content. The resources are provided for information purposes only.'

	}

	function tab3Call(url, target)
	{
	document.getElementById('healthbox').innerHTML = '<p>Harvard Street Neighborhood Health Center has well qualified providers specializing in: <ul><li>Family Medicine</li><li>Ob/Gyn</li><li>Dental</li><li>Substance Abuse/Mental Health</li><li>Pediatrics</li><li>Nutrition</li><li>Orthopedics</li><li>Pharmacy</li></ul></p> <p>Please <a href="providers.htm#">click here</a> to find a provider to meet your needs.'


	}

	function tab4Call(url, target)
	{
	document.getElementById('healthbox').innerHTML = '<p>Harvard Street Neighborhood Health Center provides the following as part of our wellness program: <ul><li><a href="#">Womens Health / Gynecology News</a></li><li><a href="#">Mens health News</a></li><li><a href="#">Smoking / Quit Smoking News</a></li><li><a href="#">Nutrition / Diet News</a></li><li><a href="#">Primary Care / General Practice News</a></li></ul><p>*Disclaimer: Please be advised that these resources are gathered from other websites. HSNHC does not endorse or necessarily approve of their content. The resources are provided for information purposes only.'

	}

//-----------------------------------------------------------------------------
// employee login
//-----------------------------------------------------------------------------

 function myForm()
 {
	
	if (document.myform.box1.value != "000hsnhc000")
	{
	alert("Error! Either your employee name or password is incorrect. Please try again.");
	return(false)
	}
	
	if (document.myform.box2.value != "000hsnhc000")
	{
	alert("Error! Either your employee name or password is incorrect. Please try again.");
	return(false)
	}
	
 }


//-----------------------------------------------------------------------------
// top mast image rotation
//-----------------------------------------------------------------------------

	var season = new Array();
	var indx = 0;
	var timeDelay=5000;
	if(document.images){
		season[0]=new Image();
		season[0].src="Female-Doctor-and-Female-Patient.gif";
		season[1]=new Image();
		season[1].src="Female-Doctor-and-Female-Patient.gif";
		season[2]=new Image();
		season[2].src="Male-Doctor-and-Little-Girl.gif";
		season[3]=new Image();
		season[3].src="Male-Doctor-and-Couple.gif";
		season[4]=new Image();
		season[4].src="Mother-and-Child.gif"


		
	}
	function changePictures(){
		var size= season.length - 1;
		if( indx < size ) {
			indx++;
		}
		else {
			indx = 0;
	}
	document.myPix.src= season[indx].src;
	timeout=setTimeout('changePictures()', timeDelay);
	}
	function stopShow(){
		clearTimeout(timeout);
	}


//-----------------------------------------------------------------------------
// mouse over links; who we are... etc
//-----------------------------------------------------------------------------

function whoweareCALL()
{
document.images.whoweare.src="Who-We-Are-OVER.gif";
}

function whoweareCALL2()
{
document.images.whoweare.src="Who-We-Are.gif";
}

function ourservCALL()
{
document.images.services.src="images/Our-Services-OVER.gif";
}

function ourservCALL2()
{
document.images.services.src="images/Our-Services.gif";
}

function ourcommCALL()
{
document.images.commitment.src="images/Our-Commitment-OVER.gif";
}

function ourcommCALL2()
{
document.images.commitment.src="images/Our-Commitment.gif";
}

function ourprovCALL()
{
document.images.providers.src="images/Our-Providers-OVER.gif";
}

function ourprovCALL2()
{
document.images.providers.src="images/Our-Providers.gif";
}

function ourlocCALL()
{
document.images.locations.src="images/Our-Locations-OVER.gif"
}

function ourlocCALL2()
{
document.images.locations.src="images/Our-Locations.gif"
}




//-----------------------------------------------------------------------------
// sample function to call div content - operates inside a div called 'new_hst_banner'
//-----------------------------------------------------------------------------



function CALLNEWHST(url, target)
	{
	document.getElementById('new_hst_banner').innerHTML = '<center><img src="link2.jpg"></center>'
	}

function CALLNEWHSTOVER(url, target)
	{
	document.getElementById('new_hst_banner').innerHTML = ''
	}

//-----------------------------------------------------------------------------
// providers bio's
//-----------------------------------------------------------------------------



	function effectsClosewright(url, target)
	{
	document.getElementById('wright').innerHTML = ''
	}

function effectsOPENwright(url, target)
	{
	document.getElementById('wright').innerHTML = '<a href="javascript:effectsClosewright()"><b>[&nbsp;Close&nbsp;]</b></a><br><br><img src="dr_stephen_wright.jpg" title="Dr. Stephen Wright" width="100" height="107" hspace="1" vspace="1" align="left" style="border-right: 10px solid white" /><p><b>Stephen L. Wright, MD;</b> Vice President of Clinical Services & Development; Chief of Ambulatory Services, Adult Medicine & General Surgery</p><p><b>Education:</b> Tufts University: B.S. Biology – 1988; Dartmouth Medical School; Tufts University: M.D. – 1996; Vascular Surgery Research: Boston Veterans Administration Medical Center in Boston through Harvard University; General Surgery Residency: University of Illinois College of Medicine at Saint Francis Medical Center and Methodist Medical Center: 1998 - 2006. <p><b>Certification/Licenses:</b> Currently a licensed physician and surgeon in Illinois and Massachusetts</p>'
	}

function effectsClosedeigo(url, target)
	{
	document.getElementById('deigo').innerHTML = '<a href="javascript: effectsOPENdeigo()">Diego Neira - PA C</a>'
	}

function effectsOPENdeigo(url, target)
	{
	document.getElementById('deigo').innerHTML = '<a href="javascript:effectsClosedeigo()"><b>[&nbsp;Close&nbsp;]</b></a><br><br><img src="diego_neira.jpg" title="Diego Neira" width="100" height="107" hspace="1" vspace="1" align="left" style="border-right: 10px solid white" /><p><b>Deigo Neira - PA C</b></p><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam. Gaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p><p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur.</p><p>Wdfre ipsap iciatis unde omnis iste natus error sit volupt it aut fugit, sed quia consequuntur.</p>'
	}
	
	function effectsCloseAchebe(url, target)
	{
	document.getElementById('Achebe').innerHTML = '<a href="javascript: effectsOPENAchebe()">Chidi Achebe - MD, MPH, MBA, President &amp; CEO</a>'
	}

function effectsOPENAchebe(url, target)
	{
	document.getElementById('Achebe').innerHTML = '<a href="javascript:effectsCloseAchebe()"><b>[&nbsp;Close&nbsp;]</b></a><br><br><img src="ceopix.jpg" title="Dr. Chidi Achebe" width="100" height="107" hspace="1" vspace="1" align="left" style="border-right: 10px solid white" /><p><b>Chidi Achebe - MD, MPH, MBA</b> President &amp; CEO</b></p><p>Dr. Achebe completed undergraduate studies in natural sciences, history and philosophy at Bard College; received an MPH from the Harvard School of Public Health, his MD at Dartmouth Medical School and an MBA degree at Yale University\'s School of Management. <p>He also completed his residency in both Internal Medicine and Pediatrics at the Texas Medical Center in Houston, TX. <p>He has held the position of Medical Director at Whittier Street health center, Assistant Professor at Tufts University School of Medicine, and is currently the President and CEO of the Harvard St. Health Center. <p>After several years of work at various Boston health centers, Dr Achebe now sees "the struggle against inequalities in health and health care for all vulnerable, underserved Americans, as the next stage of the Civil Rights movement;" and  has dedicated his life\'s work to helping to solve the conundrum of health care inequity in America\'s health care system. <p>Dr Achebe makes church calls, and speaks at youth summits, conventions, conferences, schools, barber shops - focal gathering areas where he can reach underserved patients - reminding the community of the value of health, preventive care, and the quality of service readily available at Harvard Street. <p>While expanding his unique implementation of “medicine without borders,” Achebe works as a passionate advocate for the global community through his writings that call attention to worldwide health concerns such as the HIV/AIDs pandemic and Prostate Cancer. <p>His efforts have earned him a featured TV appearance on Basic Black; profile in the Boston Globe and AOL Black Voices, an interview on  WUMB-FM\'s Commonwealth Journal (interviewed by the legendary Barbara Neely); and feature length articles in several international periodicals, journals, and newspapers. <p>Through his years of work, Dr Achebe has become a leader in the battle for healthcare equality and serves on several boards and committees where he continues his passion to be at the vanguard of the quest to bridge disparities that exist in the health care system.</p>'
	}
	
	function effectsCloseMayers(url, target)
	{
	document.getElementById('Mayers').innerHTML = '<a href="javascript: effectsOPENMayers()">Dr. Mayers</a>'
	}

function effectsOPENMayers(url, target)
	{
	document.getElementById('Mayers').innerHTML = '<a href="javascript:effectsCloseMayers()"><b>[&nbsp;Close&nbsp;]</b></a><br><br><img src="malefacesample.jpg" title="Dr. Felix Mayers" width="100" height="107" hspace="1" vspace="1" align="left" style="border-right: 10px solid white" /><p>Dr. Mayers</p><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam. Gaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p><p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur.</p><p>Wdfre ipsap iciatis unde omnis iste natus error sit volupt it aut fugit, sed quia consequuntur.</p>'
	}
	
	function effectsCloseTobierre(url, target)
	{
	document.getElementById('Tobierre').innerHTML = '<a href="javascript: effectsOPENTobierre()">Stephenson Tobierre - MD, Medical Director</a>'
	}

function effectsOPENTobierre(url, target)
	{
	document.getElementById('Tobierre').innerHTML = '<a href="javascript:effectsCloseTobierre()"><b>[&nbsp;Close&nbsp;]</b></a><br><br><img src="dr_stephenson_tobierre.jpg" title="Dr. Stephenson Tobierre" width="100" height="107" hspace="1" vspace="1" align="left" style="border-right: 10px solid white" /><p><b>Stephenson Tobierre - MD</b>, Medical Director</b></p><p><b>Education:</b> University of Massachusetts Medical School – MD; Family Medicine Residency <p><b>Career Interest:</b> His interests include adolescent medicine and HIV treatment. <p><b>Certification:</b> He is Board Certified in Family Practice Medicine.</p>'
	}
	
	
function effectsCloseJShaw(url, target)
	{
	document.getElementById('JShaw').innerHTML = '<a href="javascript: effectsOPENJShaw()">Jennifer Shaw - MD</a>'
	}

function effectsOPENJShaw(url, target)
	{
	document.getElementById('JShaw').innerHTML = '<a href="javascript:effectsCloseJShaw()"><b>[&nbsp;Close&nbsp;]</b></a><br><br><img src="dr_jeniffer_shaw.jpg" title="Dr. Jeniffer Shaw" width="100" height="107" hspace="1" vspace="1" align="left" style="border-right: 10px solid white" /><p><b>Jennifer Shaw - MD</b></p><p><b>Education:</b> Albany Medical College; Beth Israel Hospital - Residency in Obstetrics and Gynecology. <p><b>Career Interest:</b> Decreasing maternal and infant mortality; increasing access to reproductive health; empowering women to choose good medical care for themselves and their families for the benefit of the community. <p><b>Certification:</b> Board Certified in Obstetrics/Gynecology</p>'
	}


function effectsCloseTMc(url, target)
	{
	document.getElementById('TMc').innerHTML = '<a href="javascript: effectsOPENTMc()">Therese McMahan</a>'
	}

function effectsOPENTMc(url, target)
	{
	document.getElementById('TMc').innerHTML = '<a href="javascript:effectsCloseTMc()"><b>[&nbsp;Close&nbsp;]</b></a><br><br><img src="femalefacesample.jpg" title="Therese McMahan" width="100" height="107" hspace="1" vspace="1" align="left" style="border-right: 10px solid white" /><p><b>Therese McMahan</b></p><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam. Gaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p><p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur.</p><p>Wdfre ipsap iciatis unde omnis iste natus error sit volupt it aut fugit, sed quia consequuntur.</p>'
	}

	
	function effectsCloseMsArnold(url, target)
	{
	document.getElementById('MsArnold').innerHTML = '<a href="javascript: effectsOPENMsArnold()">A Patricia Arnold - RNC, WHNP</a>'
	}

function effectsOPENMsArnold(url, target)
	{
	document.getElementById('MsArnold').innerHTML = '<a href="javascript:effectsCloseMsArnold()"><b>[&nbsp;Close&nbsp;]</b></a><br><br><img src="patricia_arnold.jpg" title="A Patricia Arnold" width="100" height="107" hspace="1" vspace="1" align="left" style="border-right: 10px solid white" /><p><b>A Patricia Arnold - RNC, WHNP</b></p><b>Education:</b> University of Massachusetts – BSN, Women’s Health Nurse Practitioner; Planned Parenthood Federation of America; University of Penn School of Nursing; Cambridge College – Master’s Health Care Management.<p><b>Career Interest:</b> Women 12yrs old & beyond; Adolescent Males; Adolescent Medicine; Breast Cancer Awareness</p>'
	}
	
		
function effectsCloseMsFlorence(url, target)
	{
	document.getElementById('MsFlorence').innerHTML = '<a href="javascript: effectsOPENMsFlorence()">Florence N. Enere - NP</a>'
	}

function effectsOPENMsFlorence(url, target)
	{
	document.getElementById('MsFlorence').innerHTML = '<a href="javascript:effectsCloseMsFlorence()"><b>[&nbsp;Close&nbsp;]</b></a><br><br><img src="florence_enere.jpg" title="Florence Enere" width="100" height="107" hspace="1" vspace="1" align="left" style="border-right: 10px solid white" /><p><b>Florence N. Enere - NP</b></p><p><b>Education:</b> Boston College Chestnut Hill Newton; U-Mass Boston.<p><b>Career Interest:</b> Obstetrics & Gynecology <p><b>Certification:</b> National Credentialing Cooperation; Women\'s Health.</p>'
	}
	
function effectsCloseOkereke(url, target)
	{
	document.getElementById('Okereke').innerHTML = '<a href="javascript: effectsOPENOkereke()">Uduak Anako-Okereke - DMD, Dental Director</a>'
	}

function effectsOPENOkereke(url, target)
	{
	document.getElementById('Okereke').innerHTML = '<a href="javascript:effectsCloseOkereke()"><b>[&nbsp;Close&nbsp;]</b></a><br><br><img src="femalefacesample.jpg" title="Dr. Uduak Anako-Okereke" width="100" height="107" hspace="1" vspace="1" align="left" style="border-right: 10px solid white" /><p><b>Uduak Anako-Okereke - DMD</b>, Dental Director</p><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam. Gaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p><p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur.</p><p>Wdfre ipsap iciatis unde omnis iste natus error sit volupt it aut fugit, sed quia consequuntur.</p>'
	}
		

function effectsCloseRiley(url, target)
	{
	document.getElementById('Riley').innerHTML = '<a href="javascript: effectsOPENRiley()">Margaret Riley - MD</a>'
	}

function effectsOPENRiley(url, target)
	{
	document.getElementById('Riley').innerHTML = '<a href="javascript:effectsCloseRiley()"><b>[&nbsp;Close&nbsp;]</b></a><br><br><img src="femalefacesample.jpg" title="Dr. Margaret Riley" width="100" height="107" hspace="1" vspace="1" align="left" style="border-right: 10px solid white" /><p><b>Margaret Riley - MD</b></p><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam. Gaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p><p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur.</p><p>Wdfre ipsap iciatis unde omnis iste natus error sit volupt it aut fugit, sed quia consequuntur.</p>'
	}
	
	function effectsCloseWoo(url, target)
	{
	document.getElementById('Woo').innerHTML = '<a href="javascript: effectsOPENWoo()">Wha-ja Woo Fenton - MD</a>'
	}

function effectsOPENWoo(url, target)
	{
	document.getElementById('Woo').innerHTML = '<a href="javascript:effectsCloseWoo()"><b>[&nbsp;Close&nbsp;]</b></a><br><br><img src="femalefacesample.jpg" title="Dr. Wha-ja Woo Fenton" width="100" height="107" hspace="1" vspace="1" align="left" style="border-right: 10px solid white" /><p><b>Wha-ja Woo Fenton - MD</b></p><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam. Gaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p><p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur.</p><p>Wdfre ipsap iciatis unde omnis iste natus error sit volupt it aut fugit, sed quia consequuntur.</p>'
	}
	
function effectsCloseAdolphe(url, target)
	{
	document.getElementById('Adolphe').innerHTML = '<a href="javascript: effectsOPENAdolphe()">Soukaina Adolphe - MD Associate Medical Director</a>'
	}

function effectsOPENAdolphe(url, target)
	{
	document.getElementById('Adolphe').innerHTML = '<a href="javascript:effectsCloseAdolphe()"><b>[&nbsp;Close&nbsp;]</b></a><br><br><img src="dr_soukaina_adolphe.jpg" title="Dr. Soukaina Adolphe" width="100" height="107" hspace="1" vspace="1" align="left" style="border-right: 10px solid white" /><p><b>Soukaina Adolphe - MD</b><br> Associate Medical Director</p><p><b>Education:</b> Baystate Medical Center in Springfield - 2006; University of Massachusetts Medical School - 2003 <p><br><b>Career Interest:</b> During her residency at Baystate Medical Center, Springfield, Dr Adolphe was recognized for providing family centered care. In collaboration with Michigan Medical School at CHEAR program, she published an article about Obstetricians’ attitudes Toward a Combined Tetanus-Diphtheria - Acellular Pertussis Vaccine for adults. <p><b>Certification:</b> American Board of Pediatrics - 2008</p>'
	}

function effectsCloseMsCass(url, target)
	{
	document.getElementById('MsCass').innerHTML = '<a href="javascript: effectsOPENMsCass()">Sarah Cass Desmond, CPNP</a>'
	}

function effectsOPENMsCass(url, target)
	{
	document.getElementById('MsCass').innerHTML = '<a href="javascript:effectsCloseMsCass()"><b>[&nbsp;Close&nbsp;]</b></a><br><br><img src="sarah_cass_desmond.jpg" title="Sarah Cass Desmond" width="100" height="107" hspace="1" vspace="1" align="left" style="border-right: 10px solid white" /><p><b>Sarah Cass Desmond, CPNP</b></p><p><b>Education:</b> Simmons College (MSN) 2000; Harvard School of Public Health (SM) 2000; Northeastern University (BSN) 1993 <p><b>Career Interest:</b> Ms Desmond has a special interest in the interaction between parent & child & increasing access to quality health care delivered in Primary Care settings. <p>She is currently undertaking a research study regarding access to health care in relation to fluency in English.  She is also on the Faculty at Simmons College school of Nursing. <p><b>Certification:</b> Pediatric Nursing Certification Board – CPNP 2001 </p>'}

function effectsCloseMsKent(url, target)
	{
	document.getElementById('MsKent').innerHTML = '<a href="javascript: effectsOPENMsKent()">Norma Ramirez-Kent - RD, LDN</a>'
	}

function effectsOPENMsKent(url, target)
	{
	document.getElementById('MsKent').innerHTML = '<a href="javascript:effectsCloseMsKent()"><b>[&nbsp;Close&nbsp;]</b></a><br><br><img src="femalefacesample.jpg" title="Norma Ramirez-Kent" width="100" height="107" hspace="1" vspace="1" align="left" style="border-right: 10px solid white" /><p><b>Norma Ramirez-Kent - RD, LDN</b></p><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam. Gaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p><p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur.</p><p>Wdfre ipsap iciatis unde omnis iste natus error sit volupt it aut fugit, sed quia consequuntur.</p>'
	}
	
function effectsCloseOladipo(url, target)
	{
	document.getElementById('Oladipo').innerHTML = '<a href="javascript: effectsOPENOladipo()">Oladipo Olanrewaju - MD</a>'
	}

function effectsOPENOladipo(url, target)
	{
	document.getElementById('Oladipo').innerHTML = '<a href="javascript:effectsCloseOladipo()"><b>[&nbsp;Close&nbsp;]</b></a><br><br><img src="malefacesample.jpg" title="dr. Oladipo Olanrewaju" width="100" height="107" hspace="1" vspace="1" align="left" style="border-right: 10px solid white" /><p><b>Oladipo Olanrewaju - MD</b></p><p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam. Gaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p><p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur.</p><p>Wdfre ipsap iciatis unde omnis iste natus error sit volupt it aut fugit, sed quia consequuntur.</p>'
	}
	



//-----------------------------------------------------------------------------
// employee search form
//-----------------------------------------------------------------------------



/******************************************
* Find In Page Script -- Submitted/revised by Alan Koontz (alankoontz@REMOVETHISyahoo.com)
* Visit Dynamic Drive (http://www.dynamicdrive.com/) for full source code
* This notice must stay intact for use
******************************************/

//  revised by Alan Koontz -- May 2003

var TRange = null;
var dupeRange = null;
var TestRange = null;
var win = null;


//  SELECTED BROWSER SNIFFER COMPONENTS DOCUMENTED AT
//  http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html

var nom = navigator.appName.toLowerCase();
var agt = navigator.userAgent.toLowerCase();
var is_major   = parseInt(navigator.appVersion);
var is_minor   = parseFloat(navigator.appVersion);
var is_ie      = (agt.indexOf("msie") != -1);
var is_ie4up   = (is_ie && (is_major >= 4));
var is_not_moz = (agt.indexOf('netscape')!=-1)
var is_nav     = (nom.indexOf('netscape')!=-1);
var is_nav4    = (is_nav && (is_major == 4));
var is_mac     = (agt.indexOf("mac")!=-1);
var is_gecko   = (agt.indexOf('gecko') != -1);
var is_opera   = (agt.indexOf("opera") != -1);


//  GECKO REVISION

var is_rev=0
if (is_gecko) {
temp = agt.split("rv:")
is_rev = parseFloat(temp[1])
}


//  USE THE FOLLOWING VARIABLE TO CONFIGURE FRAMES TO SEARCH
//  (SELF OR CHILD FRAME)

//  If you want to search another frame, change from "self" to
//  the name of the target frame:
//  e.g., var frametosearch = 'main'

//var frametosearch = 'main';
var frametosearch = self;


function search(whichform, whichframe) {

//  TEST FOR IE5 FOR MAC (NO DOCUMENTATION)

if (is_ie4up && is_mac) return;

//  TEST FOR NAV 6 (NO DOCUMENTATION)

if (is_gecko && (is_rev <1)) return;

//  TEST FOR Opera (NO DOCUMENTATION)

if (is_opera) return;

//  INITIALIZATIONS FOR FIND-IN-PAGE SEARCHES

if(whichform.findthis.value!=null && whichform.findthis.value!='') {

       str = whichform.findthis.value;
       win = whichframe;
       var frameval=false;
       if(win!=self)
{

       frameval=true;  // this will enable Nav7 to search child frame
       win = parent.frames[whichframe];

}

    
}

else return;  //  i.e., no search string was entered

var strFound;

//  NAVIGATOR 4 SPECIFIC CODE

if(is_nav4 && (is_minor < 5)) {
   
  strFound=win.find(str); // case insensitive, forward search by default

//  There are 3 arguments available:
//  searchString: type string and it's the item to be searched
//  caseSensitive: boolean -- is search case sensitive?
//  backwards: boolean --should we also search backwards?
//  strFound=win.find(str, false, false) is the explicit
//  version of the above
//  The Mac version of Nav4 has wrapAround, but
//  cannot be specified in JS

 
        }

//  NAVIGATOR 7 and Mozilla rev 1+ SPECIFIC CODE (WILL NOT WORK WITH NAVIGATOR 6)

if (is_gecko && (is_rev >= 1)) {
   
    if(frameval!=false) win.focus(); // force search in specified child frame
    strFound=win.find(str, false, false, true, false, frameval, false);

//  The following statement enables reversion of focus 
//  back to the search box after each search event 
//  allowing the user to press the ENTER key instead
//  of clicking the search button to continue search.
//  Note: tends to be buggy in Mozilla as of 1.3.1
//  (see www.mozilla.org) so is excluded from users 
//  of that browser.

    if (is_not_moz)  whichform.findthis.focus();

//  There are 7 arguments available:
//  searchString: type string and it's the item to be searched
//  caseSensitive: boolean -- is search case sensitive?
//  backwards: boolean --should we also search backwards?
//  wrapAround: boolean -- should we wrap the search?
//  wholeWord: boolean: should we search only for whole words
//  searchInFrames: boolean -- should we search in frames?
//  showDialog: boolean -- should we show the Find Dialog?


}

 if (is_ie4up) {

  // EXPLORER-SPECIFIC CODE revised 5/21/03

  if (TRange!=null) {
	  
   TestRange=win.document.body.createTextRange();
 
	  

   if (dupeRange.inRange(TestRange)) {

   TRange.collapse(false);
   strFound=TRange.findText(str);
    if (strFound) {
        //the following line added by Mike and Susan Keenan, 7 June 2003
        win.document.body.scrollTop = win.document.body.scrollTop + TRange.offsetTop;
        TRange.select();
        }


   }
   
   else {

     TRange=win.document.body.createTextRange();
     TRange.collapse(false);
     strFound=TRange.findText(str);
     if (strFound) {
        //the following line added by Mike and Susan Keenan, 7 June 2003
        win.document.body.scrollTop = TRange.offsetTop;
        TRange.select();
        }



   }
  }
  
   if (TRange==null || strFound==0) {
   TRange=win.document.body.createTextRange();
   dupeRange = TRange.duplicate();
   strFound=TRange.findText(str);
    if (strFound) {
        //the following line added by Mike and Susan Keenan, 7 June 2003
        win.document.body.scrollTop = TRange.offsetTop;
        TRange.select();
        }

   
   }

 }

  if (!strFound) alert ("String '"+str+"' not found!") // string not found

        
}


//-----------------------------------------------------------------------------
// employee search
//-----------------------------------------------------------------------------



function SearchThis()

{

    var enterHead = document.myform.myinfo1.value
	var reg_exp = /[a-z]/i; //  Head
	var Head = reg_exp.test(enterHead);

	var enterDiane = document.myform.myinfo1.value
	var reg_exp = /di|ro|bill/i; //  Diane
	var Diane = reg_exp.test(enterDiane);

	var enterDimitry = document.myform.myinfo1.value
	var reg_exp = /di|pe|info/i; //  Dimitry
	var Dimitry = reg_exp.test(enterDimitry);

	var enterYolanda = document.myform.myinfo1.value
	var reg_exp = /yo|ve|cust/i; //  yolandavega
	var Yolanda = reg_exp.test(enterYolanda);

	var enterNorma = document.myform.myinfo1.value
	var reg_exp = /no|ke|nutr/i; //  normakent
	var Norma = reg_exp.test(enterNorma);

	var enterTayo = document.myform.myinfo1.value
var reg_exp = /ta|ba|info/i; //  Tayo
var Tayo = reg_exp.test(enterTayo);

var enterLauren = document.myform.myinfo1.value
var reg_exp = /la|wi|medi/i; //  Lauren
var Lauren = reg_exp.test(enterLauren);

var enterFelicia = document.myform.myinfo1.value
var reg_exp = /fe|al|exec/i; //  Felicia
var Felicia = reg_exp.test(enterFelicia);

var enterFelix = document.myform.myinfo1.value
var reg_exp = /fe|ro|bill/i; //  Felix
var Felix = reg_exp.test(enterFelix);

var enterGilberto = document.myform.myinfo1.value
var reg_exp = /gi|ve|bill/i; //  Gilberto
var Gilberto = reg_exp.test(enterGilberto);

var enterAgnes = document.myform.myinfo1.value
var reg_exp = /ag|fu|fami/i; //  Agnes
var Agnes = reg_exp.test(enterAgnes);

var enterAlbin = document.myform.myinfo1.value
var reg_exp = /al|ma|dent/i; //  Albin
var Albin = reg_exp.test(enterAlbin);

var enterAlmas = document.myform.myinfo1.value
var reg_exp = /al|gu|busi/i; //  Almas
var Almas = reg_exp.test(enterAlmas);

var enterAngela = document.myform.myinfo1.value
var reg_exp = /an|al|pedi/i; //  Angela
var Angela = reg_exp.test(enterAngela);

var enterAnnette = document.myform.myinfo1.value
var reg_exp = /an|cu|cust/i; //  Annette
var Annette = reg_exp.test(enterAnnette);

var enterCherylJ = document.myform.myinfo1.value
var reg_exp = /ch|jo|fami/i; //  Cheryl
var CherylJ = reg_exp.test(enterCherylJ);

var enterCherylC = document.myform.myinfo1.value
var reg_exp = /ch|co|dent/i; //  Cheryl
var CherylC = reg_exp.test(enterCherylC);

var enterChidi = document.myform.myinfo1.value
var reg_exp = /ch|ac|exec/i; //  Cheryl
var Chidi = reg_exp.test(enterChidi);

var enterChristine = document.myform.myinfo1.value
var reg_exp = /ch|ac|labo/i; //  Cheryl
var Christine = reg_exp.test(enterChristine);

var enterCleona = document.myform.myinfo1.value
var reg_exp = /cl|sy|fami/i; //  Cleona
var Cleona = reg_exp.test(enterCleona);

var enterConference = document.myform.myinfo1.value
var reg_exp = /co|conf/i; //  Conference
var Conference = reg_exp.test(enterConference);

var enterCrystal = document.myform.myinfo1.value
var reg_exp = /cr|pa|admi/i; //  Crystal
var Crystal = reg_exp.test(enterCrystal);

var enterDeigo = document.myform.myinfo1.value
var reg_exp = /de|ne|fami/i; //  Diego
var Deigo = reg_exp.test(enterDeigo);

var enterFlorence = document.myform.myinfo1.value
var reg_exp = /fl|en|obst/i; //  Florence
var Florence = reg_exp.test(enterFlorence);

var enterGary = document.myform.myinfo1.value
var reg_exp = /ga|fr|fami/i; //  Gary
var Gary = reg_exp.test(enterGary);

var enterGiao = document.myform.myinfo1.value
var reg_exp = /gi|da|dent/i; //  Giao
var Giao = reg_exp.test(enterGiao);

var enterGuerline = document.myform.myinfo1.value
var reg_exp = /gu|de|dent/i; //  Guerline
var Guerline = reg_exp.test(enterGuerline);

var enterHorace = document.myform.myinfo1.value
var reg_exp = /ho|sh|labo/i; //  Horace
var Horace = reg_exp.test(enterHorace);

var enterJanie = document.myform.myinfo1.value
var reg_exp = /ja|gi|teen/i; //  Janie
var Janie = reg_exp.test(enterJanie);

var enterJennifer1 = document.myform.myinfo1.value
var reg_exp = /je|sh|obst/i; //  Jennifer Shaw
var Jennifer1 = reg_exp.test(enterJennifer1);

var enterJennifer2 = document.myform.myinfo1.value
var reg_exp = /je|wa|nutr/i; //  Jennifer
var Jennifer2 = reg_exp.test(enterJennifer2);

var enterJoyce = document.myform.myinfo1.value
var reg_exp = /jo|co|pedi/i; //  Joyce
var Joyce = reg_exp.test(enterJoyce);

var enterKevin = document.myform.myinfo1.value
var reg_exp = /ke|ku|wic/i; //  Kevin
var Kevin = reg_exp.test(enterKevin);

var enterLouisa = document.myform.myinfo1.value
var reg_exp = /lo|dent/i; //  Louisa
var Louisa = reg_exp.test(enterLouisa);

var enterLucy = document.myform.myinfo1.value
var reg_exp = /lu|te|fami/i; //  Lucy
var Lucy = reg_exp.test(enterLucy);

var enterMagaline = document.myform.myinfo1.value
var reg_exp = /ma|ve|obst/i; //  Magaline
var Magaline = reg_exp.test(enterMagaline);

var enterMariam = document.myform.myinfo1.value
var reg_exp = /ma|ga|wic/i; //  Mariam
var Mariam = reg_exp.test(enterMariam);

var enterMarie = document.myform.myinfo1.value
var reg_exp = /ma|fo|wic/i; //  Marie
var Marie = reg_exp.test(enterMarie);

var enterMarieF = document.myform.myinfo1.value
var reg_exp = /ma|fl|medi/i; //  MarieF
var MarieF = reg_exp.test(enterMarieF);

var enterMatilda = document.myform.myinfo1.value
var reg_exp = /ma|ok|obst/i; //  Matilda
var Matilda = reg_exp.test(enterMatilda);

var enterMaxine = document.myform.myinfo1.value
var reg_exp = /ma|ja|fami/i; //  Maxine
var Maxine = reg_exp.test(enterMaxine);

var enterMelese = document.myform.myinfo1.value
var reg_exp = /me|ab|busi/i; //  Melese
var Melese = reg_exp.test(enterMelese);

var enterMerlin = document.myform.myinfo1.value
var reg_exp = /me|gu|wic/i; //  Merlin
var Merlin = reg_exp.test(enterMerlin);

var enterOgbamicael = document.myform.myinfo1.value
var reg_exp = /og|fe|busi/i; //  Ogbamicael
var Ogbamicael = reg_exp.test(enterOgbamicael);

var enterPaola = document.myform.myinfo1.value
var reg_exp = /pa|za|pedi/i; //  Paola
var Paola = reg_exp.test(enterPaola);

var enterPat = document.myform.myinfo1.value
var reg_exp = /pa|ar|obst/i; //  Pat
var Pat = reg_exp.test(enterPat);

var enterPharm = document.myform.myinfo1.value
var reg_exp = /ph|phar/i; //  Pharm
var Pharm = reg_exp.test(enterPharm);

var enterEmma = document.myform.myinfo1.value
var reg_exp = /em|be|beha/i; //  Emma
var Emma = reg_exp.test(enterEmma);

var enterElizabeth = document.myform.myinfo1.value
var reg_exp = /el|pe|pedi/i; //  Elizabeth
var Elizabeth = reg_exp.test(enterElizabeth);

var enterShiela = document.myform.myinfo1.value
var reg_exp = /sh|ja|admi/i; //  Shiela
var Shiela = reg_exp.test(enterShiela);

var enterStephenson = document.myform.myinfo1.value
var reg_exp = /st|to|fami/i; //  Stephenson
var Stephenson = reg_exp.test(enterStephenson);

var enterSteven = document.myform.myinfo1.value
var reg_exp = /st|wr|fami/i; //  Steven
var Steven = reg_exp.test(enterSteven);

var enterWilda = document.myform.myinfo1.value
var reg_exp = /wi|ro|fami/i; //  Wilda
var Wilda = reg_exp.test(enterWilda);

var enterTeresa = document.myform.myinfo1.value
var reg_exp = /te|ro|cust/i; //  Teresa
var Teresa = reg_exp.test(enterTeresa);

var enterWoo = document.myform.myinfo1.value
var reg_exp = /wh|wo|pedi/i; //  Woo
var Woo = reg_exp.test(enterWoo);

var enterAdolphe = document.myform.myinfo1.value
var reg_exp = /so|ad|pedi/i; //  Adolphe
var Adolphe = reg_exp.test(enterAdolphe);

var enterRenei = document.myform.myinfo1.value
var reg_exp = /re|pe|pedi/i; //  Renei
var Renei = reg_exp.test(enterRenei);

var enterSarah = document.myform.myinfo1.value
var reg_exp = /sa|ca|pedi/i; //  Sarah
var Sarah = reg_exp.test(enterSarah);

var enterUduak = document.myform.myinfo1.value
var reg_exp = /ud|ok|dent/i; //  Uduak
var Uduak = reg_exp.test(enterUduak);

var enterClaudia = document.myform.myinfo1.value
var reg_exp = /cl|li|admi/i; //  Claudia
var Claudia = reg_exp.test(enterClaudia);

var enterRolex = document.myform.myinfo1.value
var reg_exp = /ro|pi|dent/i; //  Rolex
var Rolex = reg_exp.test(enterRolex);

var enterSharon = document.myform.myinfo1.value
var reg_exp = /sh|ki|labo/i; //  Sharon
var Sharon = reg_exp.test(enterSharon);

var enterTamiya = document.myform.myinfo1.value
var reg_exp = /ta|obst/i; //  Tamiya
var Tamiya = reg_exp.test(enterTamiya);

var enterTony = document.myform.myinfo1.value
var reg_exp = /to|wi|mail/i; //  Tony
var Tony = reg_exp.test(enterTony);

	
	if (Head == true)
	{
	document.getElementById('infoboxHead').innerHTML = '<b><table cellpadding="2px" cellspacing="0px" border="1" width="300px"><tr><td width="50%">Employee Name</td><td width="30%">Location</td><td >Ext</td></tr></table></b>'
	}

	if (Diane == true)
	{
	document.getElementById('infoboxDiane').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Diane Rogers</td><td width="30%">Billing</td><td>5558</td></tr></table>'
	}

	if (Dimitry == true)
	{
	document.getElementById('infoboxDimitry').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Dimitry Petion</td><td width="30%">IT</td><td >5558</td></tr></table>'
	}


if (Yolanda == true)
	{
	document.getElementById('infoboxYolanda').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Yolanda Vega</td><td width="30%">Customer Service</td><td>5558</td></tr></table>'
	}


	if (Norma == true)
	{
	document.getElementById('infoboxNorma').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Norma Ramirez-Kent</td><td width="30%">Nutrition</td><td>5568</td></tr></table>'
	}
	



if (Tayo == true)
	{
	document.getElementById('infoboxTayo').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Tayo Banjo</td><td width="30%">IT</td><td>5527</td></tr></table>'
	}



if (Lauren == true)
	{
	document.getElementById('infoboxLauren').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Lauren Wise</td><td width="30%">Medical Records</td><td>5586</td></tr></table>'
	}


if (Felicia == true)
	{
	document.getElementById('infoboxFelicia').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Felicia Alexander</td><td width="30%">Exec Director\s Office</td><td>5510</td></tr></table>'
	}


if (Felix == true)
	{
	document.getElementById('infoboxFelix').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Felix Rodriguez</td><td width="30%">Billing</td><td>5561</td></tr></table>'
	}


if (Gilberto == true)
	{
	document.getElementById('infoboxGilberto').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Gilberto Vega</td><td width="30%">Billing</td><td>5557</td></tr></table>'
	}


if (Agnes == true)
	{
	document.getElementById('infoboxAgnes').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Agnes Fuller</td><td width="30%">Family Medicine</td><td>5530</td></tr></table>'
	}


if (Albin == true)
	{
	document.getElementById('infoboxAlbin').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Albin Maxwell</td><td width="30%">Dental</td><td>5539</td></tr></table>'
	}

if (Almas == true)
	{
	document.getElementById('infoboxAlmas').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Almas Gurara</td><td width="30%">Business Affairs</td><td>5556</td></tr></table>'
	}

if (Angela == true)
	{
	document.getElementById('infoboxAngela').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Angela Alexander</td><td width="30%">Pediatrics</td><td>5591</td></tr></table>'
	}


if (Annette == true)
	{
	document.getElementById('infoboxAnnette').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Annette Cummings</td><td width="30%">Customer Service</td><td>5500</td></tr></table>'
	}

if (CherylJ == true)
	{
	document.getElementById('infoboxCherylJ').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Cheryl Jones</td><td width="30%">Family Medicine</td><td>5544</td></tr></table>'
	}

if (CherylC == true)
	{
	document.getElementById('infoboxCherylC').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Cheryl Cox</td><td width="30%">Dental</td><td>5534</td></tr></table>'
	}

if (Chidi == true)
	{
	document.getElementById('infoboxChidi').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Chidi Achebe</td><td width="30%">President & CEO</td><td>5512</td></tr></table>'
	}

if (Christine == true)
	{
	document.getElementById('infoboxChristine').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Christine Edward</td><td width="30%">Laboratory</td><td>5522</td></tr></table>'
	}

if (Cleona == true)
	{
	document.getElementById('infoboxCleona').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Cleona Sylvain</td><td width="30%">Family Medicine</td><td>5544</td></tr></table>'
	}

if (Conference == true)
	{
	document.getElementById('infoboxConference').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Conference Room</td><td width="30%">Conference Room 1</td><td>5563</td></tr></table><table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Conference Room</td><td width="30%">Conference Room 2</td><td>5564</td></tr></table>'
	}

if (Crystal == true)
	{
	document.getElementById('infoboxCrystal').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Crystal Palmer</td><td width="30%">Admin</td><td>5513</td></tr></table>'
	}

if (Deigo == true)
	{
	document.getElementById('infoboxDeigo').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Deigo Neira</td><td width="30%">Family Medicine</td><td>5511</td></tr></table>'
	}

if (Florence == true)
	{
	document.getElementById('infoboxFlorence').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Florence Enere</td><td width="30%">Ob/Gyn</td><td>5548</td></tr></table>'
	}

if (Gary == true)
	{
	document.getElementById('infoboxGary').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Gary Francois</td><td width="30%">Family Medicine</td><td>5530</td></tr></table>'
	}

	if (Giao == true)
	{
	document.getElementById('infoboxGiao').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Giao Dao</td><td width="30%">Dental</td><td>5537</td></tr></table>'
	}

if (Guerline == true)
	{
	document.getElementById('infoboxGuerline').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Guerline Deroser</td><td width="30%">Dental</td><td>5535</td></tr></table>'
	}

	if (Horace == true)
	{
	document.getElementById('infoboxHorace').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Horace Shearer</td><td width="30%">Laboratory</td><td>5522</td></tr></table>'
	}

if (Janie == true)
	{
	document.getElementById('infoboxJanie').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Janie Gibbs</td><td width="30%">Teen Clinic</td><td>7115</td></tr></table>'
	}

if (Jennifer1 == true)
	{
	document.getElementById('infoboxJennifer1').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Jennifer Shaw</td><td width="30%">Ob/Gyn</td><td>5548</td></tr></table>'
	}

	if (Jennifer2 == true)
	{
	document.getElementById('infoboxJennifer2').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Jennifer Wallace</td><td width="30%">Nutrition</td><td>5585</td></tr></table>'
	}

if (Joyce == true)
	{
	document.getElementById('infoboxJoyce').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Jennifer Coburn</td><td width="30%">Pediatrics</td><td>5502</td></tr></table>'
	}

if (Kevin == true)
	{
	document.getElementById('infoboxKevin').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Kevin Kuthan</td><td width="30%">WIC</td><td>5567</td></tr></table>'
	}

if (Louisa == true)
	{
	document.getElementById('infoboxLouisa').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Louisa Lopez</td><td width="30%">Dental</td><td>5503</td></tr></table>'
	}


if (Lucy == true)
	{
	document.getElementById('infoboxLucy').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Lucy Texiera</td><td width="30%">Family Medicine</td><td>5505</td></tr></table>'
	}


if (Magaline == true)
	{
	document.getElementById('infoboxMagaline').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Magaline Vertus</td><td width="30%">Ob/Gyn</td><td>5540</td></tr></table>'
	}

if (Mariam == true)
	{
	document.getElementById('infoboxMariam').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Mariam Gabriel</td><td width="30%">WIC</td><td>5569</td></tr></table>'
	}

if (Marie == true)
	{
	document.getElementById('infoboxMarie').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Marie St. Ford</td><td width="30%">WIC</td><td>5584</td></tr></table>'
	}

if (MarieF == true)
	{
	document.getElementById('infoboxMarieF').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Marie Flore</td><td width="30%">Medical Records</td><td>5586</td></tr></table>'
	}

	if (Matilda == true)
	{
	document.getElementById('infoboxMatilda').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Matilda Okany</td><td width="30%">Ob/Gyn</td><td>5540</td></tr></table>'
	}

if (Maxine == true)
	{
	document.getElementById('infoboxMaxine').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Maxine James</td><td width="30%">Family Medicine</td><td>5530</td></tr></table>'
	}

if (Melese == true)
	{
	document.getElementById('infoboxMelese').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Melese Abera</td><td width="30%">Business Affairs</td><td>5559</td></tr></table>'
	}

if (Merlin == true)
	{
	document.getElementById('infoboxMerlin').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Merlin Guity</td><td width="30%">WIC</td><td>5565</td></tr></table>'
	}

if (Ogbamicael == true)
	{
	document.getElementById('infoboxOgbamicael').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Ogbamicael Fessehale</td><td width="30%">Business Affairs</td><td>5521</td></tr></table>'
	}

if (Paola == true)
	{
	document.getElementById('infoboxPaola').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Paola Zapata</td><td width="30%">Pediatrics</td><td>5592</td></tr></table>'
	}

if (Pat == true)
	{
	document.getElementById('infoboxPat').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Pat Arnold</td><td width="30%">Ob/Gyn</td><td>5541</td></tr></table>'
	}

if (Pharm == true)
	{
	document.getElementById('infoboxPharm').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Pharmacy</td><td width="30%">Pharmacy 1</td><td>5549</td></tr></table><table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Pharmacy</td><td width="30%">Pharmacy 2</td><td>5514</td></tr></table>'
	}

if (Emma == true)
	{
	document.getElementById('infoboxEmma').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Emma Bellabre</td><td width="30%">Behavioral Health</td><td>7129</td></tr></table>'
	}

if (Elizabeth == true)
	{
	document.getElementById('infoboxElizabeth').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Elizabeth Pena</td><td width="30%">Pediatrics</td><td>5592</td></tr></table>'
	}

if (Shiela == true)
	{
	document.getElementById('infoboxShiela').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Shiela James</td><td width="30%">Admin</td><td>5518</td></tr></table>'
	}

	if (Stephenson == true)
	{
	document.getElementById('infoboxStephenson').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Stephenson Tobierre</td><td width="30%">Family Medicine</td><td>5590</td></tr></table>'
	}

	if (Steven == true)
	{
	document.getElementById('infoboxSteven').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Steven Wright</td><td width="30%">Family Medicine</td><td>5590</td></tr></table>'
	}

if (Wilda == true)
	{
	document.getElementById('infoboxWilda').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Wilda Rosado</td><td width="30%">Family Medicine</td><td>5530</td></tr></table>'
	}

if (Teresa == true)
	{
	document.getElementById('infoboxTeresa').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Teresa Rondinelli</td><td width="30%">Customer Service</td><td>5552</td></tr></table>'
	}

if (Woo == true)
	{
	document.getElementById('infoboxWoo').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Whaja Woo</td><td width="30%">Pediatrics</td><td>5575</td></tr></table>'
	}

if (Adolphe == true)
	{
	document.getElementById('infoboxAdolphe').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Soukaina Adolphe</td><td width="30%">Pediatrics</td><td>5573</td></tr></table>'
	}

if (Renei == true)
	{
	document.getElementById('infoboxRenei').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Renei Perez</td><td width="30%">Pediatrics</td><td>5592</td></tr></table>'
	}

if (Sarah == true)
	{
	document.getElementById('infoboxSarah').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Sarah Cass</td><td width="30%">Pediatrics</td><td>5574</td></tr></table>'
	}

if (Uduak == true)
{
document.getElementById('infoboxUduak').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Uduak Okereke</td><td width="30%">Dental</td><td>5536</td></tr></table>'
}


if (Claudia == true)
{
document.getElementById('infoboxClaudia').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Claudia Liranzo</td><td width="30%">Admin</td><td>5518</td></tr></table>'
}

if (Rolex == true)
{
document.getElementById('infoboxRolex').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Rolex Pierre</td><td width="30%">Dental</td><td>5535</td></tr></table>'
}

if (Sharon == true)
{
document.getElementById('infoboxSharon').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Sharon King</td><td width="30%">Laboratory</td><td>5523</td></tr></table>'
}

if (Tamiya == true)
{
document.getElementById('infoboxTamiya').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Tamiya Tabb</td><td width="30%">Ob/Gyn</td><td>5540</td></tr></table>'
}

if (Tony == true)
{
document.getElementById('infoboxTony').innerHTML = '<table border="1" cellpadding="2px" cellspacing="0" width="300px"><tr><td width="50%">Tony Williams</td><td width="30%">Mail Room</td><td>5581</td></tr></table>'
}

	else
	{
	document.getElementById('infobox').innerHTML = ""
	}


}



//-----------------------------------------------------------------------------
// contact form
//-----------------------------------------------------------------------------



function checkForm()

{

		if (document.hstcontact.firstName.value == "")
	{
	alert("Please provide your First Name")
	return(false)
	}

	if (document.hstcontact.lastName.value == "")
	{
	alert("Please provide your Last Name")
	return(false)
	}

	if (document.hstcontact.email.value == "")
	{
	alert("Please provide your Last Name")
	return(false)
	}
	
	if (document.hstcontact.confirmemail.value == "")
	{
	alert("Please confirm your Email Address")
	return(false)
	}

	if (document.hstcontact.confirmemail.value != document.hstcontact.email.value)
	{
	alert("Your Email Address does not match")
	return(false)
	}

	if (document.hstcontact.Request.value == "")
	{
	alert("Please include a message.")
	return(false)
	}
	
	var newwin = open("", "mywin", "width=300,height=260,resizable=no,title=no,status=no")
	newwin.document.write("Hello " + document.hstcontact.firstName.value + "," + "<p>Thank you for visiting <b>harvardstreet.org</b><p>We have received your message. If required, a reply will be sent to the email address you provided. Please look in your Spam/Bulk folder just in case our reply gets mis-directed.  <p>You have been re-directed to our home page. <p>Enjoy the rest of your day!")

}


/*------------------------------------------------------------
	Document Text Sizer- Copyright 2003 - Taewook Kang.  All rights reserved.
	Coded by: Taewook Kang (txkang.REMOVETHIS@hotmail.com)
	Web Site: http://txkang.com
	Script featured on Dynamic Drive (http://www.dynamicdrive.com)
	
	Please retain this copyright notice in the script.
	License is granted to user to reuse this code on 
	their own website if, and only if, 
	this entire copyright notice is included.
--------------------------------------------------------------*/

//Specify affected tags. Add or remove from list:
var tgs = new Array( 'div','td','tr','p','h1','h2','h3');

//Specify spectrum of different font sizes:
var szs = new Array( 'xx-small','x-small','small','medium','large','x-large','xx-large' );
var startSz = 2;

function ts( trgt,inc ) {
	if (!document.getElementById) return
	var d = document,cEl = null,sz = startSz,i,j,cTags;
	
	sz += inc;
	if ( sz < 0 ) sz = 0;
	if ( sz > 6 ) sz = 6;
	startSz = sz;
		
	if ( !( cEl = d.getElementById( trgt ) ) ) cEl = d.getElementsByTagName( trgt )[ 0 ];

	cEl.style.fontSize = szs[ sz ];

	for ( i = 0 ; i < tgs.length ; i++ ) {
		cTags = cEl.getElementsByTagName( tgs[ i ] );
		for ( j = 0 ; j < cTags.length ; j++ ) cTags[ j ].style.fontSize = szs[ sz ];
	}
}
