/* Investor Relations URL variables */
var secUrl = "http://investor.shareholder.com/wbmd/sec.cfm";
var stockQuoteUrl = "http://investor.shareholder.com/wbmd/stockquote.cfm";
var faqUrl = "http://investor.shareholder.com/wbmd/faq.cfm";
var eventUrl = "http://investor.shareholder.com/wbmd/events.cfm";
/* var webcastUrl = "http://phx.corporate-ir.net/phoenix.zhtml?c=189524&p=irol-webcasts"; */
var emailAlertsUrl = "http://investor.shareholder.com/wbmd/alerts.cfm";
var investorKitUrl = "http://investor.shareholder.com/wbmd/investorkit.cfm";
/* Investor Relations URL variables */
 
/* Press Center URL variables */
var pressReleasesUrl = "http://investor.shareholder.com/wbmd/releases.cfm";
var mediaInquiresUrl = "media-inquiries.shtml";
/* Press Center URL variables */

/* Services URL variables */
var servicesConsumerUrl = "servicesconsumer.shtml";
var serviceProfessionalUrl = "servicesprofessional.shtml";
var servicesHealthUrl = "serviceshealth.shtml";
var servicesInformationUrl = "servicesinformation.shtml";
/* Services URL variables */

/* Company URL variables */
var missionUrl = "mission.shtml";
var ourPeopleUrl = "ourpeople.shtml";
var martinWygoddirUrl = "martinwygoddir.shtml";
var martinWygodUrl = "martinwygod.shtml";
var wayneGattinelladirUrl = "waynegattinelladir.shtml";
var markAdlerUrl = "markadler.shtml";
var paulBrookeUrl = "paulbrooke.shtml";
var kevinCameronUrl = "kevincameron.shtml";
var neilDimickUrl = "neildimick.shtml";
var jeromeKellerUrl = "jeromekeller.shtml";
var jamesManningUrl = "jamesmanning.shtml";
var abdoolMoossaUrl = "abdoolmoossa.shtml";
var hermanSarkowskyUrl = "hermansarkowsky.shtml";
var josephSmithUrl = "josephsmith.shtml";
var stanleyTrotmanUrl = "stanleytrotman.shtml";
var wayneGattinellaUrl = "waynegattinella.shtml";
// var markFunstonUrl = "markfunston.shtml";
var craigFroudeUrl = "craigfroude.shtml";
var nanKirstenForteUrl = "nankirstenforte.shtml";
var anthonyVuoloUrl = "anthonyvuolo.shtml";
var stevenZatzUrl = "stevenzatz.shtml";
var douglasWamsleyUrl = "douglaswamsley.shtml";
var williamPenceUrl = "williampence.shtml";
var careerUrl = "https://sh.webhire.com/public/796/";
/* Company URL variables */

var indexUrl = "http://www.wbmd.com/index.shtml";
/* Start of build functions */
function BuildCompanyNav( currentPage ) {
	if(currentPage == "missionpg" || currentPage == "careerpg" || currentPage == "ourpeoplepg" || currentPage == "" ) {
		BuildCompanyNavMini( currentPage );
	}	
	if(currentPage == "martinwygoddirpg" || currentPage == "waynegattinelladirpg" || currentPage == "markadlerpg" || currentPage == "paulbrookepg" || currentPage == "kevincameronpg" || currentPage == "neildimickpg" || currentPage == "jeromekellerpg" || currentPage == "jamesmanningpg" || currentPage == "abdoolmoossapg" || currentPage == "hermansarkowskypg" || currentPage == "josephsmithpg" || currentPage == "stanleytrotmanpg" ) {
		BuildCompanyNavDir( currentPage );
	}
	if(currentPage == "martinwygodpg" || currentPage == "waynegattinellapg" || currentPage == "markfunstonpg" || currentPage == "craigfroudepg" || currentPage == "nankirstenfortepg" || currentPage == "anthonyvuolopg" || currentPage == "stevenzatzpg" || currentPage == "douglaswamsleypg" || currentPage == "williampencepg") {
		BuildCompanyNavMan( currentPage );
	}
}
	
function BuildServicesNav( currentPage ) {
	document.write('<ul id="topLevel">');
	document.write('<li><a href="'+ servicesConsumerUrl +'" id="servicesconsumerpg">WebMD Consumer Network</a></li>');
	document.write('<li><a href="'+ serviceProfessionalUrl +'" id="servicesprofessionalpg">WebMD Professional Network</a></li>');
	document.write('<li><a href="'+ servicesHealthUrl +'" id="serviceshealthpg">WebMD Private Portal Services</a></li>');
	document.write('<li><a href="'+ servicesInformationUrl +'" id="servicesinformationpg">WebMD Publishing Services</a></li>');
	document.write('<li></li>');
	document.write('<li><a href="'+ indexUrl +'">Home</a></li>');
	document.write('</ul>');
	if (currentPage) {
	var thePage = document.getElementById( currentPage );
	thePage.className = "highlighted";
	}
}	

function BuildInvestorNav( currentPage ) {
	document.write('<ul id="topLevel">');
	document.write('<li><a href="'+ secUrl +'" id="secfilingspg">SEC filings</a></li>');
	document.write('<li><a href="'+ stockQuoteUrl +'" id="stockquotepg">Stock Quote Chart</a>');
	document.write('<li><a href="'+ faqUrl +'" id="faqpg">FAQ</a></li>');
	document.write('<li><a href="'+ eventUrl +'" id="eventspg">Events</a>');
	document.write('<ul class="secondLevel">');
	document.write('<li id="webcastspg"><a href="'+ webcastUrl +'">Webcasts</a></li>');
	document.write('</ul>');
	document.write('</li>');
	document.write('<li><a href="'+ emailAlertsUrl +'" id="emailalertspg">Email Alerts</a></li>');
	document.write('<li><a href="'+ investorKitUrl +'" id="investorkitpg">Investor Kit Request</a></li>');
	document.write('<li></li>');
	document.write('<li><a href="'+ indexUrl +'">Home</a></li>');
	document.write('</ul>');
	if (currentPage) {	
		if (currentPage == "webcastspg") {
		var secondLevel = document.getElementById("eventspg");
		secondLevel.className = "highlighted";
		}
	}
	if (currentPage) {
	var thePage = document.getElementById( currentPage );
	thePage.className = "highlighted";
	}
}	

function BuildPressNav( currentPage ) {
	document.write('<ul id="topLevel">');
	document.write('<li><a href="'+ pressReleasesUrl +'" id="pressreleasespg">Press Releases</a></li>');
	document.write('<li><a href="'+ mediaInquiresUrl +'" id="mediainquirespg">Media Inquiries</a></li>');
	document.write('<li></li>');
	document.write('<li><a href="'+ indexUrl +'">Home</a></li>');
	document.write('</ul>');
	if (currentPage) {
	var thePage = document.getElementById( currentPage );
	thePage.className = "highlighted";
	}
}	

function BuildCompanyNavMini( currentPage ) {
	document.write('<ul id="topLevel">');
	document.write('<li><a href="'+ missionUrl +'" id="missionpg">Our Business</a></li>');
	document.write('<li><a href="'+ martinWygoddirUrl +'" id="martinwygoddirpg">Our Board of Directors</a></li>');
	document.write('<li><a href="'+ wayneGattinellaUrl +'" id="waynegattinellapg">Our Management Team</a></li>');
	document.write('<ul class="secondLevel">');
	document.write('</ul>');
	document.write('</li>');
	document.write('<li><a href="'+ careerUrl +'" id="careerpg">Career Opportunities</a>');
	document.write('<li></li>');
	document.write('<li><a href="'+ indexUrl +'">Home</a></li>');
	document.write('</ul>');
	if (currentPage) {
	var thePage = document.getElementById( currentPage );
	thePage.className = "highlighted";
	}
}

function BuildCompanyNavDir( currentPage ) {
	document.write('<ul id="topLevel">');
	document.write('<li><a href="'+ missionUrl +'" id="missionpg">Our Business</a></li>');
	document.write('<li class="highlighted"><a href="'+ martinWygoddirUrl +'" id="directorspg">Our Board of Directors</a>');
	document.write('<ul class="secondLevel">');
	document.write('<ul class="thirdLevel">');
			document.write('<li id="martinwygoddirpg"><a href="'+ martinWygoddirUrl +'">Martin J. Wygod</a></li>');
			document.write('<li id="waynegattinelladirpg"><a href="'+ wayneGattinelladirUrl +'">Wayne T. Gattinella</a></li>');
			document.write('<li id="markadlerpg"><a href="'+ markAdlerUrl +'">Mark J. Adler</a></li>');
			document.write('<li id="paulbrookepg"><a href="'+ paulBrookeUrl +'">Paul A. Brooke</a></li>');
			document.write('<li id="kevincameronpg"><a href="'+ kevinCameronUrl +'">Kevin M. Cameron</a></li>');
			document.write('<li id="neildimickpg"><a href="'+ neilDimickUrl +'">Neil F. Dimick</a></li>');
			document.write('<li id="jeromekellerpg"><a href="'+ jeromeKellerUrl +'">Jerome C. Keller</a></li>');
			document.write('<li id="jamesmanningpg"><a href="'+ jamesManningUrl +'">James  V. Manning</a></li>');
			document.write('<li id="abdoolmoossapg"><a href="'+ abdoolMoossaUrl +'">Abdool Rahim Moossa</a></li>');
			document.write('<li id="hermansarkowskypg"><a href="'+ hermanSarkowskyUrl +'">Herman Sarkowsky</a></li>');
			document.write('<li id="josephsmithpg"><a href="'+ josephSmithUrl +'">Joseph E. Smith</a></li>');
			document.write('<li id="stanleytrotmanpg"><a href="'+ stanleyTrotmanUrl +'">Stanley S. Trotman, Jr.</a></li>');
	document.write('</ul>');
	document.write('</ul>');
	document.write('</li>');
	document.write('<li><a href="'+ wayneGattinellaUrl +'" id="managementpg">Our Management Team</a></li>');
	document.write('<li><a href="'+ careerUrl +'" id="careerpg">Career Opportunities</a>');
	document.write('<li></li>');
	document.write('<li><a href="'+ indexUrl +'">Home</a></li>');
	document.write('</ul>');
	if (currentPage) {	
		if (currentPage) {
		var thePage = document.getElementById( currentPage );
		thePage.className = "highlighted";
		var theParent = document.getElementById( "directorspg");
		theParent.className = "highlighted";
		}
	}
}

function BuildCompanyNavMan( currentPage ) {
	document.write('<ul id="topLevel">');
	document.write('<li><a href="'+ missionUrl +'" id="missionpg">Our Business</a></li>');
	document.write('<li><a href="'+ martinWygoddirUrl +'" id="directorspg">Our Board of Directors</a></li>');
	document.write('<li><a href="'+ wayneGattinellaUrl +'" id="managementpg">Our Management Team</a>');
	document.write('<ul class="secondLevel">');
	document.write('<ul class="thirdLevel">');
			document.write('<li id="waynegattinellapg"><a href="'+ wayneGattinellaUrl +'">Wayne T. Gattinella</a></li>');
			document.write('<li id="anthonyvuolopg"><a href="'+ anthonyVuoloUrl +'">Anthony Vuolo</a></li>');			
//			document.write('<li id="markfunstonpg"><a href="'+ markFunstonUrl +'">Mark D. Funston</a></li>');
			document.write('<li id="nankirstenfortepg"><a href="'+ nanKirstenForteUrl +'">Nan-Kirsten Forte</a></li>');
			document.write('<li id="craigfroudepg"><a href="'+ craigFroudeUrl +'">Craig Froude</a></li>');
			document.write('<li id="williampencepg"><a href="'+ williamPenceUrl +'">William Pence</a></li>');			
			document.write('<li id="douglaswamsleypg"><a href="'+ douglasWamsleyUrl +'">Douglas W. Wamsley</a></li>');
			document.write('<li id="martinwygodpg"><a href="'+ martinWygodUrl +'">Martin J. Wygod</a></li>');
			document.write('<li id="stevenzatzpg"><a href="'+ stevenZatzUrl +'">Steven Zatz, M.D.</a></li>');
	document.write('</ul>');
	document.write('</ul>');
	document.write('</li>');
	document.write('<li><a href="'+ careerUrl +'" id="careerpg">Career Opportunities</a>');
	document.write('<li></li>');
	document.write('<li><a href="'+ indexUrl +'">Home</a></li>');
	document.write('</ul>');
	
	if (currentPage) {	
		if (currentPage) {
		var thePage = document.getElementById( currentPage );
		thePage.className = "highlighted";
		var theParent = document.getElementById( "managementpg");
		theParent.className = "highlighted";
		}
	}
}

function BuildHomeNav( ) {
	document.write('<ul id="topLevel">');
	document.write('<li><a href="'+ indexUrl +'">Home</a></li>');
	document.write('</ul>');
}