// This file contains functions that can be used on any page.



function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++)
x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++)
x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}


// Browsercheck
function browserCheck() {
	var agt = navigator.userAgent.toLowerCase();
	this.ie4 = (document.all) ? true : false;
	this.ns4 = (document.layers) ? true : false;
	this.dom2 = (document.getElementById) ? true : false;
	this.ie5 = (this.ie4 && this.dom2) ? true : false;
	this.ns6 = (!this.ie4 && this.dom2) ? true : false;
	this.mac = (agt.indexOf('mac') != -1) ? true : false;
	return this;
}

var avpBrowser = new browserCheck();


function openWin(URL) {
popupWin = window.open(URL, 'feed1', 'width=470,height=600,scrollbars=1,left=100,top=100')
popupWin.focus();
}



function writePageFooterLinks() {

	var outputNav = ' '
	+ '<DIV CLASS="pageFooterLinks">\n'
	+ '<A HREF="'+avpRoot+'index.html">Home</A> &nbsp;-&nbsp;\n'
	+ '<A HREF="'+avpRoot+'about/index.html">Welcome to Avon</A> &nbsp;-&nbsp;\n'
	+ '<A HREF="'+avpRoot+'brands/index.html">Our Brands</A> &nbsp;-&nbsp;\n'
	+ '<A HREF="'+avpRoot+'world/index.html">Avon Around the World</A> &nbsp;-&nbsp;\n'
	+ '<A HREF="'+avpRoot+'responsibility/index.html">Corporate Responsibility</A> &nbsp;-&nbsp;\n'
	+ '<A HREF="'+avpRoot+'women/index.html">Philanthropy</A> &nbsp;-&nbsp;\n'
	+ '<A HREF="'+avpRoot+'investor/index.html">Investors</A> &nbsp;-&nbsp;\n'
	+ '<A HREF="'+avpRoot+'pressroom/index.html">Press Room</A><BR>\n'
	+ '<A HREF="'+avpRoot+'info/security.html" onClick="openWin(\''+avpRoot+'info/security.html\');return false;">Security & Privacy</A> &nbsp;-&nbsp;\n'
	+ '<A HREF="'+avpRoot+'info/conditions.html" onClick="openWin(\''+avpRoot+'info/conditions.html\');return false;">Terms & Conditions of Use</A> &nbsp;&nbsp;\n'
	+ '&copy; 2006 Avon Products, Inc.\n'
	+ '</DIV>\n';

	document.write(outputNav);
}



function iframeResize() {
	if (avpBrowser.ie5) {
		var oBody = document.body;
		var oFrame = document.all("IFrame1");
		frameHeight = document.body.clientHeight - 310;
		if (frameHeight < 360) {frameHeight = 360;}
		oFrame.style.height = frameHeight;  // 236px for total height above & under iFrame
	}
}


function changeColors(tablecell) {
	tablecell.style.backgroundColor="#9EB2C8";
	
}

function restoreColors(tablecell) {
	tablecell.style.backgroundColor="#ffffff";
}









function changeMenuColor(tablecell) {
	
	
	if (tablecell.name == "tdGWS") {
	
		tablecell.className="avpBrandGWSMenuOn";
		//document.all('AcolorGWS').style.color ="#FFD8B0";

	}else	tablecell.className="avpMenuOn";

	
	if (tablecell.name == "td1") document.all('Acolor1').style.color ="#ffffff";
	if (tablecell.name == "td2") document.all('Acolor2').style.color ="#ffffff";
	if (tablecell.name == "td3") document.all('Acolor3').style.color ="#ffffff";
	if (tablecell.name == "td4") document.all('Acolor4').style.color ="#ffffff";
	if (tablecell.name == "td5") document.all('Acolor5').style.color ="#ffffff";
	if (tablecell.name == "td6") document.all('Acolor6').style.color ="#ffffff";
	if (tablecell.name == "td7") document.all('Acolor7').style.color ="#ffffff";
	if (tablecell.name == "td8") document.all('Acolor8').style.color ="#ffffff";
	if (tablecell.name == "td9") document.all('Acolor9').style.color ="#ffffff";
	if (tablecell.name == "td10") document.all('Acolor10').style.color ="#ffffff";
	
	
}


function changeCrusadeMenuColor(tablecell) {
	
	
	tablecell.className="avpCrusadeMenuOn";

	if (tablecell.name == "td1") document.all('Acolor1').style.color ="#ffffff";
	if (tablecell.name == "td2") document.all('Acolor2').style.color ="#ffffff";
	if (tablecell.name == "td3") document.all('Acolor3').style.color ="#ffffff";
	if (tablecell.name == "td4") document.all('Acolor4').style.color ="#ffffff";
	if (tablecell.name == "td5") document.all('Acolor5').style.color ="#ffffff";
	if (tablecell.name == "td6") document.all('Acolor6').style.color ="#ffffff";
	if (tablecell.name == "td7") document.all('Acolor7').style.color ="#ffffff";
	if (tablecell.name == "td8") document.all('Acolor8').style.color ="#ffffff";
	if (tablecell.name == "td9") document.all('Acolor9').style.color ="#ffffff";
	if (tablecell.name == "td10") document.all('Acolor10').style.color ="#ffffff";
	if (tablecell.name == "td11") document.all('Acolor11').style.color ="#ffffff";
	if (tablecell.name == "td12") document.all('Acolor12').style.color ="#ffffff";
	
	
}


function restoreCrusadeMenuColor(tablecell) {
	
	tablecell.className="avpCrusadeMenu";
	
	if (tablecell.name == "td1") document.all('Acolor1').style.color ="#F49AC1";
	if (tablecell.name == "td2") document.all('Acolor2').style.color ="#F49AC1";
	if (tablecell.name == "td3") document.all('Acolor3').style.color ="#F49AC1";
	if (tablecell.name == "td4") document.all('Acolor4').style.color ="#F49AC1";
	if (tablecell.name == "td5") document.all('Acolor5').style.color ="#F49AC1";
	if (tablecell.name == "td6") document.all('Acolor6').style.color ="#F49AC1";
	if (tablecell.name == "td7") document.all('Acolor7').style.color ="#F49AC1";
	if (tablecell.name == "td8") document.all('Acolor8').style.color ="#F49AC1";
	if (tablecell.name == "td9") document.all('Acolor9').style.color ="#F49AC1";
	if (tablecell.name == "td10") document.all('Acolor10').style.color ="#F49AC1";
	if (tablecell.name == "td11") document.all('Acolor11').style.color ="#F49AC1";
	if (tablecell.name == "td12") document.all('Acolor12').style.color ="#F49AC1";
	
}






function changeMenuColor_Corporate(tablecell) {
	
	tablecell.className="avpMenuOn2";

	if ((navigator.appName == "Netscape"))
	{

	   
	   alert(document.layers('Acolor1').style.color);
	   document.layers('Acolor1').style.color ="#165B9F";
	} 
	
	
	if (tablecell.name == "td1") document.all('Acolor1').style.color ="#165B9F";
	if (tablecell.name == "td2") document.all('Acolor2').style.color ="#165B9F";
	if (tablecell.name == "td3") document.all('Acolor3').style.color ="#165B9F";
	if (tablecell.name == "td4") document.all('Acolor4').style.color ="#165B9F";
	if (tablecell.name == "td5") document.all('Acolor5').style.color ="#165B9F";
	if (tablecell.name == "td6") document.all('Acolor6').style.color ="#165B9F";
	if (tablecell.name == "td7") document.all('Acolor7').style.color ="#165B9F";
	if (tablecell.name == "td8") document.all('Acolor8').style.color ="#165B9F";
	if (tablecell.name == "td9") document.all('Acolor9').style.color ="#165B9F";

	
}

function changeMenuColor_Philanthropy(tablecell) {
	
	tablecell.className="avpMenuOn3";

	if ((navigator.appName == "Netscape"))
	{

	   
	   alert(document.layers('Acolor1').style.color);
	   document.layers('Acolor1').style.color ="#165B9F";
	} 
	
	
	if (tablecell.name == "td1") document.all('Acolor1').style.color ="#ffffff";
	if (tablecell.name == "td2") document.all('Acolor2').style.color ="#ffffff";
	if (tablecell.name == "td3") document.all('Acolor3').style.color ="#ffffff";
	if (tablecell.name == "td4") document.all('Acolor4').style.color ="#ffffff";
	if (tablecell.name == "td5") document.all('Acolor5').style.color ="#ffffff";
	if (tablecell.name == "td6") document.all('Acolor6').style.color ="#ffffff";
	if (tablecell.name == "td7") document.all('Acolor7').style.color ="#ffffff";
	if (tablecell.name == "td8") document.all('Acolor8').style.color ="#ffffff";
	if (tablecell.name == "td9") document.all('Acolor9').style.color ="#ffffff";
	if (tablecell.name == "td10") document.all('Acolor10').style.color ="#ffffff";
	if (tablecell.name == "td11") document.all('Acolor11').style.color ="#ffffff";
	if (tablecell.name == "td12") document.all('Acolor12').style.color ="#ffffff";
	if (tablecell.name == "td13") document.all('Acolor13').style.color ="#ffffff";
	if (tablecell.name == "td14") document.all('Acolor14').style.color ="#ffffff";
	if (tablecell.name == "td15") document.all('Acolor15').style.color ="#ffffff";
	if (tablecell.name == "td16") document.all('Acolor16').style.color ="#ffffff";
	
}



function restoreMenuColor(tablecell) {
	

	if (tablecell.name == "tdGWS") {
	
		tablecell.className="avpBrandGWSMenu";
		//document.all('AcolorGWS').style.color ="#FFD8B0";

	}else	tablecell.className="avpMenu";
	
		
	if (tablecell.name == "td1") document.all('Acolor1').style.color ="#9CB2CE";
	if (tablecell.name == "td2") document.all('Acolor2').style.color ="#9CB2CE";
	if (tablecell.name == "td3") document.all('Acolor3').style.color ="#9CB2CE";
	if (tablecell.name == "td4") document.all('Acolor4').style.color ="#9CB2CE";
	if (tablecell.name == "td5") document.all('Acolor5').style.color ="#9CB2CE";
	if (tablecell.name == "td6") document.all('Acolor6').style.color ="#9CB2CE";
	if (tablecell.name == "td7") document.all('Acolor7').style.color ="#9CB2CE";
	if (tablecell.name == "td8") document.all('Acolor8').style.color ="#9CB2CE";
	if (tablecell.name == "td9") document.all('Acolor9').style.color ="#9CB2CE";
	if (tablecell.name == "td10") document.all('Acolor10').style.color ="#9CB2CE";
	if (tablecell.name == "td11") document.all('Acolor11').style.color ="#9CB2CE";
	if (tablecell.name == "td12") document.all('Acolor12').style.color ="#9CB2CE";
	if (tablecell.name == "td13") document.all('Acolor13').style.color ="#9CB2CE";
	if (tablecell.name == "td14") document.all('Acolor14').style.color ="#9CB2CE";
	if (tablecell.name == "td15") document.all('Acolor15').style.color ="#9CB2CE";
	if (tablecell.name == "td16") document.all('Acolor16').style.color ="#9CB2CE";
	
}



function restoreMenuColor_World(tablecell) {
	
	tablecell.className="avpMenu2";
	
	if (tablecell.name == "td1") document.all('Acolor1').style.color ="#3994F8";
	if (tablecell.name == "td2") document.all('Acolor2').style.color ="#3994F8";
}



function writePageBrandsLinks() {
	
	var outputNav = ' '
	+ '<TABLE CELLPADDING="3" CELLSPACING="1" BORDER="0" WIDTH=155>'
	+ '<TR><TD><IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=1 BORDER=0><a href="/brands/suffern_index.html"><img src='+avpRoot+'brands/images/global_rd_center_tn.jpg border=0></a></TD></TR>'
	+ '<TR><TD name="td1" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor1" HREF="'+avpRoot+'brands/color.html">Avon Color & <NOBR>Beyond Color</NOBR></A></TD></TR>'
	+ '<TR><TD name="td2" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor2" HREF="'+avpRoot+'brands/skincare.html">Avon Skincare with<BR>Anew &  Solutions</A></TD></TR>'
	+ '<TR><TD name="td3" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor3" HREF="'+avpRoot+'brands/bathbody.html">Avon Bath &  Body Care with Naturals &  <NOBR>Skin-So-Soft</NOBR></A></TD></TR>'
	+ '<TR><TD name="td4" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor4" HREF="'+avpRoot+'brands/haircare.html">Avon Hair Care with Advance Techniques</A></TD></TR>'
	+ '<TR><TD name="td5" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor5" HREF="'+avpRoot+'brands/wellness.html">Avon Wellness</A></TD></TR>'
	+ '<TR><TD name="td6" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor6" HREF="'+avpRoot+'brands/fragrance.html">Avon\'s Prestige Fragrance Counter</A></TD></TR>'
	+ '<TR><TD name="td7" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor7" HREF="'+avpRoot+'brands/m.html">M - The Men\’s Catalog</A></TD></TR>'
	+ '<TR><TD name="td8" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor8" HREF="'+avpRoot+'brands/becoming.html">beComing</A></TD></TR>'
	+ '<TR><TD name="td9" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor9" HREF="'+avpRoot+'brands/mark.html">mark.</A></TD></TR>'
	+ '<TR><TD><IMG SRC="images/spacer.gif" WIDTH=10 HEIGHT=2 BORDER=0></TD></TR>'
	+ '<TR><TD name="td10" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor10" HREF="'+avpRoot+'brands/survey.html">2005 Global Women\'s Survey</A></TD></TR>'
	+ '</TABLE>';

	document.write(outputNav);


}


function writePageCorporateResponsibilityLinks() {
	
	var outputNav = ' '
	+ '<TABLE CELLPADDING="3" CELLSPACING="1" BORDER="0" WIDTH=155>'
	+ '<TR><TD name="td1" onMouseover="changeMenuColor_Corporate(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor1" HREF="/responsibility/vision_mission.html">Our Mission, Our Vision</A></TD></TR>'
	+ '<TR><TD name="td2" onMouseover="changeMenuColor_Corporate(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor2" HREF="/responsibility/values.html">Our Values & Principles</A></TD></TR>'
	+ '<TR><TD name="td3" onMouseover="changeMenuColor_Corporate(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor3" HREF="/responsibility/ethics.html">Business Ethics</A></TD></TR>'
	+ '<TR><TD name="td4" onMouseover="changeMenuColor_Corporate(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor4" HREF="/responsibility/corp_resp_report.pdf#page=25">Global Associates</A></TD></TR>'
	+ '<TR><TD name="td5" onMouseover="changeMenuColor_Corporate(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor5" HREF="/responsibility/supplierdiversity.html">Supplier Diversity</A></TD></TR>'
	+ '<TR><TD name="td6" onMouseover="changeMenuColor_Corporate(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor6" HREF="/responsibility/environment.html">Environmental Policy</A></TD></TR>'
	+ '<TR><TD name="td7" onMouseover="changeMenuColor_Corporate(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor7" HREF="/responsibility/safety.html">Product Safety</A></TD></TR>'
	+ '<TR><TD name="td8" onMouseover="changeMenuColor_Corporate(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor8" HREF="/responsibility/animal_testing.html">Animal Testing</A></TD></TR>'
	+ '<TR><TD name="td9" onMouseover="changeMenuColor_Corporate(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor9" HREF="/responsibility/awards/index.html">Awards & Recognition</A></TD></TR>'
	+ '</TABLE>';

	document.write(outputNav);


}



function writePagePhilanthropyLinks() {

	var outputNav = ' '
	+ '<a href="http://shop.avon.com/shop/product_list.aspx?level1_id=300&level2_id=380&cat_type=C&col=2" target="_blank"><img src="/images/avond/fundraising.gif" border="0"></a>'
	+ '<br>'
	+ '<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH=155 CLASS="avpMenuBorder"><TR><TD>'
	+ '<TABLE CELLPADDING="3" CELLSPACING="1" BORDER="0" WIDTH=155>'
	+ '<TR><TD><IMG SRC="'+avpRoot+'images/spacer.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD name="td1" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor1" href="'+avpRoot+'women/avonfoundation/overview.html">Avon Foundation Overview</A></TD></TR>'
	+ '<TR><TD name="td2" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor2" href="'+avpRoot+'women/avonfoundation/financials.html">Financial Reports</A></TD></TR>'
	+ '<TR><TD name="td3" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor3" href="'+avpRoot+'women/avonfoundation/eofp.html">Where Do the Funds Go</A><BR>'
	+ '<TR><TD name="td4" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor4" href="'+avpRoot+'women/avonfoundation/gapeop.html">Funding Guidelines</A><BR>'
	+ '<TR><TD name="td6" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor6" href="'+avpRoot+'women/avonfoundation/donations.html">How to Donate, Buy a Product or Get Involved</A><BR>'
	+ '<TR><TD><IMG SRC="'+avpRoot+'images/spacer.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD name="td7" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor7" href="'+avpRoot+'women/avoncrusade/index.html"><font color=#FF60AF>Avon Breast Cancer Crusade</A></TD></TR>'
	+ '<TR><TD name="td8" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor8" href="http://www.avonwalk.org" target="_blank"><font color=#DF007F>Avon Walk for Breast Cancer (U.S.)</font></A></TD></TR>'
	+ '<TR><TD name="td9" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor9" href="http://walk.avonfoundation.org/site/PageServer?pagename=WorldWalk_Main" target="_blank"><font color=#DF007F>Avon Walk Around the World for Breast Cancer</font></A></TD></TR>'
	+ '<TR><TD name="td10" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor10" href="'+avpRoot+'women/speakout/index.html"><font color=#4200FF>Speak Out Against Domestic Violence</font></A></TD></TR>'
	+ '<TR><TD name="td11" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor11" href="www.walkthecourseagainstdv.org"><font color=#9E24C1>Walk the Course Against Domestic Violence</font></A></TD></TR>'
	+ '<TR><TD name="td12" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor12" href="'+avpRoot+'women/edr.html"><font color=#FE0101>Emergency and Disaster Relief</FONT></A></TD></TR>'
	+ '<TR><TD name="td13" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor13" href="'+avpRoot+'women/avonassociates.html"> Avon Employee & Representative Programs</A></TD></TR>'
	+ '<TR><TD><IMG SRC="'+avpRoot+'images/spacer.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD name="td14" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor14" href="'+avpRoot+'women/world.html">Global Impact</A></TD></TR>'
	+ '<TR><TD name="td15" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor15" href="'+avpRoot+'women/news/index.html">Avon Foundation Newsroom</A><BR>'
	+ '<TR><TD name="td16" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor16" href="'+avpRoot+'women/avonfoundation/newsletter.html">Avon Foundation Newsletter</A></TD></TR>'
	+ '<TR><TD name="td17" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor17" href="'+avpRoot+'women/avonfoundation/contacts.html">Contact Us</A></TD></TR>'
	+ '</TABLE>'
	+ '</TD></TR></TABLE>';

	document.write(outputNav);
}



function writePagePhilanthropy_Convio_Links() {

	var outputNav = ' '
		+ '<a href="http://shop.avon.com/shop/product_list.aspx?level1_id=300&level2_id=380&cat_type=C&col=2" target="_blank"><img src="../images/avond/fundraising.gif" border="0"></a>'
	+ '<br>'
	+ '<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH=155 CLASS="avpMenuBorder"><TR><TD>'
	+ '<TABLE CELLPADDING="3" CELLSPACING="1" BORDER="0" WIDTH=155>'
	+ '<TR><TD><IMG SRC="../images/sp.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD name="td1" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor1" href="http://www.avoncompany.com/women/avonfoundation/overview.html">Avon Foundation Overview</A></TD></TR>'
	+ '<TR><TD name="td2" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor2" href="http://www.avoncompany.com/women/avonfoundation/financials.html">Financial Reports</A></TD></TR>'
	+ '<TR><TD name="td3" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor3" href="http://www.avoncompany.com/women/avonfoundation/eofp.html">Where Do the Funds Go</A><BR>'
	+ '<TR><TD name="td4" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor4" href="http://www.avoncompany.com/women/avonfoundation/gapeop.html">Funding Guidelines</A><BR>'
	+ '<TR><TD name="td6" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor6" href="http://www.avoncompany.com/women/avonfoundation/donations.html">How to Donate, Buy a Product or Get Involved</A><BR>'
	+ '<TR><TD><IMG SRC="../images/sp.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD name="td7" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor7" href="http://www.avoncompany.com/women/avoncrusade/index.html"><font color=#FF60AF>Avon Breast Cancer Crusade</A></TD></TR>'
	+ '<TR><TD name="td8" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor8" href="http://www.avonwalk.org" target="_blank"><font color=#DF007F>Avon Walk for Breast Cancer (U.S.)</font></A></TD></TR>'
	+ '<TR><TD name="td9" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor9" href="http://walk.avonfoundation.org/site/PageServer?pagename=WorldWalk_Main" target="_blank"><font color=#DF007F>Avon Walk Around the World for Breast Cancer</font></A></TD></TR>'
	+ '<TR><TD name="td10" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor10" href="http://www.avoncompany.com/women/speakout/index.html"><font color=#4200FF>Speak Out Against Domestic Violence</font></A></TD></TR>'
	

+ '<TR><TD name="td11" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor11" href="http://www.walkthecourseagainstdv.org"><font color=#9E24C1>Walk the Course Against Domestic Violence</font></A></TD></TR>'
	


+ '<TR><TD name="td12" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor12" href="http://www.avoncompany.com/women/edr.html"><font color=#FE0101>Emergency and Disaster Relief</FONT></A></TD></TR>'
	+ '<TR><TD name="td13" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor13" href="http://www.avoncompany.com/women/avonassociates.html"> Avon Employee & Representative Programs</A></TD></TR>'
	+ '<TR><TD><IMG SRC="../images/sp.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD name="td14" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor14" href="http://www.avoncompany.com/women/world.html">Global Impact</A></TD></TR>'
	+ '<TR><TD name="td15" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor15" href="http://www.avoncompany.com/women/news/index.html">Avon Foundation Newsroom</A><BR>'
	+ '<TR><TD name="td16" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor16" href="http://www.avoncompany.com/women/avonfoundation/newsletter.html">Avon Foundation Newsletter</A></TD></TR>'
	+ '<TR><TD name="td17" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor17" href="http://www.avoncompany.com/women/avonfoundation/contacts.html">Contact Us</A></TD></TR>'
	+ '</TABLE>'
	+ '</TD></TR></TABLE>';

	document.write(outputNav);
}



function writePageInvesterLinks() {
	URL=window.location.href;
	// '
	var outputNav = ' '
	+ '<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH=155 CLASS="avpMenuBorder"><TR><TD>'
	+ '<TABLE CELLPADDING="3" CELLSPACING="1" BORDER="0" WIDTH=155>'
	+ '<TR><TD><IMG SRC="'+avpRoot+'images/spacer.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD name="td1" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor1" href="'+avpRoot+'investor/companyoverview/index.html">Company Overview</A></TD></TR>'
	+ '<TR><TD name="td2" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor2" href="'+avpRoot+'investor/investorfactsheet/index.html">Investor Fact Sheet</A></TD></TR>'
	+ '<TR><TD name="td3" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor3" href="'+avpRoot+'investor/businessnews/index.html">Earnings/News Releases</A></TD></TR>'
	+ '<TR><TD name="td4" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor4" href="'+avpRoot+'investor/annualreport/index.html">Annual Report</A></TD></TR>'
	+ '<TR><TD onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A href="'+avpRoot+'investor/financialfilings/index.html">Financial Highlights</A><BR>'
	+ '	&nbsp; &gt; <A STYLE="font-weight:normal" href="'+avpRoot+'investor/financialfilings/index.html">Financial Filings</A>'
	+ '	<br>&nbsp; &gt; <A STYLE="font-weight:normal" href="'+avpRoot+'investor/reconciliations/index.html">Reconciliations</A></TD></TR>'
	+ '<TR><TD name="td5" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor5" href="'+avpRoot+'investor/financialfilings/secfilings.html">SEC Filings</A></TD></TR>'
	+ ''
	+ '<TR><TD><IMG SRC="'+avpRoot+'images/spacer.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD name="td6" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor6"href="'+avpRoot+'investor/corporategovernance/index.html">Corporate Governance</A></TD></TR>'
	+ '<TR><TD name="td7" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor7" href="'+avpRoot+'investor/seniormanagement/index.html">Senior Management</A></TD></TR>'
	+ '<TR><TD name="td8" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor8" href="'+avpRoot+'investor/boardofdirectors/index.html">Board of Directors</A></TD></TR>'
	+ ''
	+ '<TR><TD><IMG SRC="'+avpRoot+'images/spacer.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A href="'+avpRoot+'investor/investorresources/index.html">Shareholder Information</A><BR>'
	+ '	&nbsp; <A STYLE="font-weight:normal" href="'+avpRoot+'investor/stock-split_FAQs/index.html">Stock Split FAQs</A><BR>'
	+ '	&nbsp; <A STYLE="font-weight:normal" href="'+avpRoot+'investor/investorresources/index.html">Investor Resources</A><BR>'
	+ '	&nbsp;&nbsp; &gt; <A STYLE="font-weight:normal" href="'+avpRoot+'investor/stockinfo/index.html">Stock Information</A><BR>'
	+ '	&nbsp;&nbsp; &gt; <A STYLE="font-weight:normal" href="'+avpRoot+'investor/stockperformance/index.html">Stock Performance</A><BR>'
	+ '	&nbsp;&nbsp; &gt; <A STYLE="font-weight:normal" href="'+avpRoot+'investor/stockquote/index.html">Stock Quote in Detail</A><BR>'
	+ '	&nbsp;&nbsp; &gt; <A STYLE="font-weight:normal" href="'+avpRoot+'investor/stockchart/index.html">Stock Chart</A><BR>'
	+ '	&nbsp;&nbsp; &gt; <A STYLE="font-weight:normal" href="'+avpRoot+'investor/fundamentals/index.html">Fundamentals</A></TD></TR>'
	+ ''
	+ '<TR><TD><IMG SRC="'+avpRoot+'images/spacer.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A href="'+avpRoot+'investor/eventscalendar/index.html">Webcasts &amp; Events</A><BR>'
+ '	&nbsp; &gt; <A STYLE="font-weight:normal" href="'+avpRoot+'investor/eventscalendar/index.html">Webcasts &amp; Events</A><BR>'
	+ '	&nbsp; &gt; <A STYLE="font-weight:normal" href="'+avpRoot+'investor/eventscalendar/archive.html">Archived Presentations</A></TD></TR>'
	+ '<TR><TD name="td9" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor9" href="'+avpRoot+'investor/emailalerts/index.html">E-Mail Alerts</A></TD></TR>'
	+ '<TR><TD name="td10" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor10" href="'+avpRoot+'investor/shareholderservices/index.html">Investor Contacts</A></TD></TR>'
	+ '</TABLE>'
	+ '</TD></TR></TABLE><BR><BR>';

	//if (URL =='http://supernova:54/investor/index.pl') {
	//	outputNav = outputNav + '<A HREF="investorfactsheet/index.html"><IMG SRC="images/avonstory.gif" WIDTH=155 HEIGHT=128  BORDER=0 ALT="Get the Avon story in a hurry..."></A><BR>';
	//}

	document.write(outputNav);
}



function writePageInvesterText() {

	var outputNav = ' '
	+ '<DIV CLASS="avpIntroText">'
	+ 'Avon is the world\'s leading direct seller of beauty and related products, with $7.7 billion in annual revenues. Avon markets to women around the world through 4.9 million independent sales Representatives' 
	+ '&nbsp;Avon product lines include such recognizable brand names such as <i>Avon Color, Anew, Skin-So-Soft, Advance Techniques Hair Care, Avon Naturals, Mark</i> and <i>Avon Wellness</i>.'
	+ '&nbsp;Avon also markets an extensive line of fashion jewelry and apparel. '
	+ '&nbsp;More information about Avon and its products can be found on the company\'s web site <A HREF="http://www.avoncompany.com">www.avoncompany.com</A>.'
	+ '</DIV>';
 
	document.write(outputNav);


}



function writePagePressroomLinks() {
	
	var outputNav = ' '
	+ '<TABLE CELLPADDING="3" CELLSPACING="1" BORDER="0" WIDTH=155>'
	+ '<TR><TD><IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD><SPAN STYLE="color:#ffffff; font-weight:bold; line-height:1.4em;">'
	+ '	<SPAN STYLE="font-size:15px;">Avon Backgrounder</SPAN><BR>Get all the information you&nbsp;need:</TD></TR>'
	+ '<TR><TD name="td1" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor1" HREF="../investor/businessnews/index.html">Business & Earnings News</A></TD></TR>'
	+ '<TR><TD name="td2" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor2" HREF="product_news.html">Product News</a></TD></TR>'
	+ '<TR><TD name="td3" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor3" HREF="../women/news/index.html">Avon Foundation News</A></TD></TR>'
	+ '<TR><TD name="td4" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor4" HREF="media_contacts.html">Media Contacts</A></TD></TR>'
	+ '</TABLE>';

	document.write(outputNav);


}



function writePageFoundationLinks() {
	var outputNav = ' '
	+ '<A HREF="'+avpRoot+'women/avonfoundation/index.html"><IMG SRC="'+avpRoot+'women/images/header_aflogo.gif" WIDTH=169 HEIGHT=52 BORDER=0 ALT="Avon Foundation - home"></A><BR>'
	+ '<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH=169 CLASS="avpMenuBorder"><TR><TD>'
	+ '<TABLE CELLPADDING="3" CELLSPACING="1" BORDER="0" WIDTH=169>'
	+ '<TR><TD><IMG SRC="'+avpRoot+'women/images/spacer.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD><SPAN STYLE="color:#ffffff; line-height:1.4em;">'
	+ '		<SPAN STYLE="font-size:15px;"><B>Our Mission</B></SPAN>'
	+ '		is to become the <I><B>World\'s Largest Foundation for Women</B></I></TD></TR>'
	+ '<TR><TD onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A href="'+avpRoot+'women/avonfoundation/financials.html">Financial Reports</A></TD></TR>'
	+ '<TR><TD onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A href="'+avpRoot+'women/worldwidefund/overview.html">Our Programs Worldwide</A></TD></TR>'
	+ '<TR><TD onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A href="'+avpRoot+'women/avonfoundation/gapeop.html">Grants</A></TD></TR>'
	+ '<TR><TD onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A href="'+avpRoot+'women/avonfoundation/eofp.html">Currently Funded Programs</A></TD></TR>'
	+ '<TR><TD onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A href="'+avpRoot+'women/avonfoundation/fund_regions.html">Funding Regions / Diversity / Restrictions</A></TD></TR>'
	+ '<TR><TD onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A href="'+avpRoot+'women/avoncrusade/index.html">Avon Breast Cancer Crusade</A></TD></TR>'
	+ '<TR><TD onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A href="'+avpRoot+'women/news/index.html">Avon Foundation &amp; Avon Crusade Newsroom</A></TD></TR>'
	+ '</TABLE>'
	+ '</TD></TR></TABLE>';

	document.write(outputNav);

}


function writePageWorldLinks() {
	var outputNav = ' '
	+ '<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH=169 CLASS="avpMenuBorder"><TR><TD>'
	+ '<TABLE CELLPADDING="3" CELLSPACING="1" BORDER="0" WIDTH=169>'
	+ '<TR><TD><IMG SRC="'+avpRoot+'women/avoncrusade/images/spacer.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD name="td1" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor_World(this)" CLASS="avpMenu2" HEIGHT=25><A name="Acolor1" href="'+avpRoot+'women/avonfoundation/globalimpact.html">Global Impact Highlights</A></TD></TR>'
	+ '<TR><TD name="td2" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor_World(this)" CLASS="avpMenu2" HEIGHT=25><A name="Acolor2" href="'+avpRoot+'women/avonrunning.html">Avon Running</A></TD></TR>'	
	+ '</TABLE>'
	+ '</TD></TR></TABLE>';
	document.write(outputNav);

}



function writePageCrusadeLinks() {
	var outputNav = ' '
	+ '<A HREF="'+avpRoot+'women/avoncrusade/index.html"><IMG SRC="'+avpRoot+'women/avoncrusade/images/crusade_logo.gif" width="155" height="97" BORDER="0" ALT="Avon Breast Cancer Crusade - home"></A>'
	+ '<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH=155 CLASS="avpCrusadeMenuBorder"><TR><TD>'
	+ '<TABLE CELLPADDING="3" CELLSPACING="1" BORDER="0" WIDTH=155>'
	+ '<TR><TD bgcolor=#FABED1><IMG SRC="'+avpRoot+'women/avoncrusade/images/spacer.gif" WIDTH=1 HEIGHT=5 BORDER=0></TD></TR>'
	+ '<TR><TD bgcolor=#F49AC1><SPAN STYLE="color:#ffffff; font-weight:normal; line-height:1.4em;">Funding <SPAN STYLE="font-size:14px;"><B>Access To Care</B></SPAN> and <SPAN STYLE="font-size:14px;"><B>Finding a Cure</B></SPAN></TD></TR>'
	+ '<TR><TD name="td1" onMouseover="changeCrusadeMenuColor(this)" onMouseout="restoreCrusadeMenuColor(this)" CLASS="avpCrusadeMenu"><A name="Acolor1" HREF="'+avpRoot+'women/avoncrusade/background/overview.html">Crusade Mission & Background</A></TD></TR>'
	+ '<TR><TD name="td2" onMouseover="changeCrusadeMenuColor(this)" onMouseout="restoreCrusadeMenuColor(this)" CLASS="avpCrusadeMenu"><A name="Acolor2" HREF="'+avpRoot+'women/avonfoundation/donations.html">How to Donate, Buy a Product or Get Involved</A></TD></TR>'
	+ '<TR><TD name="td3" onMouseover="changeCrusadeMenuColor(this)" onMouseout="restoreCrusadeMenuColor(this)" CLASS="avpCrusadeMenu"><A name="Acolor3" HREF="'+avpRoot+'women/avonfoundation/eofp.html">Where Do Our Funds Go</A></TD></TR>'
	+ '<TR><TD name="td4" onMouseover="changeCrusadeMenuColor(this)" onMouseout="restoreCrusadeMenuColor(this)" CLASS="avpCrusadeMenu"><A name="Acolor4" HREF="'+avpRoot+'women/avoncrusade/advisory_board/index.html">Advisory Board</A></TD></TR>'
	+ '<TR><TD name="td5" onMouseover="changeCrusadeMenuColor(this)" onMouseout="restoreCrusadeMenuColor(this)" CLASS="avpCrusadeMenu"><A name="Acolor5" HREF="'+avpRoot+'women/avoncrusade/bbsindex.htm">Online Support Group / Bulletin Boards</A></TD></TR>'
	//+ '<TR><TD name="td6" onMouseover="changeCrusadeMenuColor(this)" onMouseout="restoreCrusadeMenuColor(this)" CLASS="avpCrusadeMenu"><A name="Acolor6" HREF="'+avpRoot+'women/avoncrusade/background/partnerships.html">Crusade Partnerships </A></TD></TR>'
	//+ '<TR><TD name="td7" onMouseover="changeCrusadeMenuColor(this)" onMouseout="restoreCrusadeMenuColor(this)" CLASS="avpCrusadeMenu"><A name="Acolor7" HREF="'+avpRoot+'women/avoncrusade/background/fundraising.html">Fundraising Activities</A></TD></TR>'
	+ '<TR><TD name="td8" onMouseover="changeCrusadeMenuColor(this)" onMouseout="restoreCrusadeMenuColor(this)" CLASS="avpCrusadeMenu"><A name="Acolor8" HREF="'+avpRoot+'women/avoncrusade/faq/index.html">Crusade FAQ</A></TD></TR>'
	+ '<TR><TD name="td9" onMouseover="changeCrusadeMenuColor(this)" onMouseout="restoreCrusadeMenuColor(this)" CLASS="avpCrusadeMenu"><A name="Acolor9" HREF="'+avpRoot+'women/avoncrusade/resource_guide.html">Breast Health Resource Guide</A></TR>'
	+ '<TR><TD name="td10" onMouseover="changeCrusadeMenuColor(this)" onMouseout="restoreCrusadeMenuColor(this)" CLASS="avpCrusadeMenu"><A name="Acolor10" HREF="http://www.avonwalk.org" target="_blank">Avon Walk For Breast Cancer U.S.</A></TD></TR>'
	+ '<TR><TD name="td11" onMouseover="changeCrusadeMenuColor(this)" onMouseout="restoreCrusadeMenuColor(this)" CLASS="avpCrusadeMenu"><A name="Acolor11" HREF="'+avpRoot+'women/watw/index.html">Avon Walk Around the World For Breast Cancer</A></TD></TR>'
	+ '<TR><TD name="td12" onMouseover="changeCrusadeMenuColor(this)" onMouseout="restoreCrusadeMenuColor(this)" CLASS="avpCrusadeMenu"><A name="Acolor12" HREF="'+avpRoot+'women/news/index.html">Avon Foundation Newsroom</A></TD></TR>'
	+ '</TABLE>'
	+ '</TD></TR></TABLE>';

	document.write(outputNav);

}



function dropdownCrusadeBeneficiarySpotlight() {
	var outputNav = ' '
	+ '<form nae="pulldown" method="POST" action="sdsd">'
	+ '<select size="1"  name="selectname" onChange="JavaScript:window.location.href = this.options[this.selectedIndex].value;">'
        + '<option selected>--   Archives   --</option>'
        + '<option value="'+avpRoot+'women/avoncrusade/services/beneficiary_spotlight_july2003.html">July 03</option>'
        + '<option value="'+avpRoot+'women/avoncrusade/services/beneficiary_spotlight_june2003.html">June 03</option>'
        + '<option value="'+avpRoot+'women/avoncrusade/services/beneficiary_spotlight_may2003.html">May 03</option>'
        + '<option value="'+avpRoot+'women/avoncrusade/services/beneficiary_spotlight_april2003.html">April 03</option>'
        + '<option value="'+avpRoot+'women/avoncrusade/services/beneficiary_spotlight_march2003.html">March 03</option>'
        + '<option value="'+avpRoot+'women/avoncrusade/services/beneficiary_spotlight_jan2003.html">January/February 03</option>'
        + '</select></p>'
        + '</form>';
	document.write(outputNav);

}



function changeMenuColor_Speakout(tablecell) {

	tablecell.className="avpSpeakoutMenuOn";

	if (tablecell.name == "td1") document.all('Acolor1').style.color ="#ffffff";
	if (tablecell.name == "td2") document.all('Acolor2').style.color ="#ffffff";
	if (tablecell.name == "td3") document.all('Acolor3').style.color ="#ffffff";
	if (tablecell.name == "td4") document.all('Acolor4').style.color ="#ffffff";
	if (tablecell.name == "td5") document.all('Acolor5').style.color ="#ffffff";
	if (tablecell.name == "td6") document.all('Acolor6').style.color ="#ffffff";
	if (tablecell.name == "td7") document.all('Acolor7').style.color ="#ffffff";
	if (tablecell.name == "td8") document.all('Acolor8').style.color ="#ffffff";
	if (tablecell.name == "td9") document.all('Acolor9').style.color ="#ffffff";
	if (tablecell.name == "td10") document.all('Acolor10').style.color ="#ffffff";
	if (tablecell.name == "td11") document.all('Acolor11').style.color ="#ffffff";
	if (tablecell.name == "td12") document.all('Acolor12').style.color ="#ffffff";
	if (tablecell.name == "td13") document.all('Acolor13').style.color ="#ffffff";
	if (tablecell.name == "td14") document.all('Acolor14').style.color ="#ffffff";
	if (tablecell.name == "td15") document.all('Acolor15').style.color ="#ffffff";


}


function restoreMenuColor_Speakout(tablecell) {

	tablecell.className="avpSpeakoutMenu";
	
	if (tablecell.name == "td1") document.all('Acolor1').style.color ="#9CB2CE";
	if (tablecell.name == "td2") document.all('Acolor2').style.color ="#9CB2CE";
	if (tablecell.name == "td3") document.all('Acolor3').style.color ="#9CB2CE";
	if (tablecell.name == "td4") document.all('Acolor4').style.color ="#9CB2CE";
	if (tablecell.name == "td5") document.all('Acolor5').style.color ="#9CB2CE";
	if (tablecell.name == "td6") document.all('Acolor6').style.color ="#9CB2CE";
	if (tablecell.name == "td7") document.all('Acolor7').style.color ="#9CB2CE";
	if (tablecell.name == "td8") document.all('Acolor8').style.color ="#9CB2CE";
	if (tablecell.name == "td9") document.all('Acolor9').style.color ="#9CB2CE";
	if (tablecell.name == "td10") document.all('Acolor10').style.color ="#9CB2CE";
	if (tablecell.name == "td11") document.all('Acolor11').style.color ="#9CB2CE";
	if (tablecell.name == "td12") document.all('Acolor12').style.color ="#9CB2CE";
	if (tablecell.name == "td13") document.all('Acolor13').style.color ="#9CB2CE";
	if (tablecell.name == "td14") document.all('Acolor14').style.color ="#9CB2CE";
	if (tablecell.name == "td15") document.all('Acolor15').style.color ="#9CB2CE";


}




function writePageSpeakoutLinks() {

	var outputNav = ' '
	+ '<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH=155  CLASS="avpSpeakoutMenuBorder"><TR><TD>'
	+ '<TABLE CELLPADDING="3" CELLSPACING="1" BORDER="0" WIDTH=155  bgcolor=#ACC1E5>'
	+ '<TR><TD><IMG SRC="'+avpRoot+'images/spacer.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD name="td1" onMouseover="changeMenuColor_Speakout(this)" onMouseout="restoreMenuColor_Speakout(this)" CLASS="avpSpeakoutMenu"><A name="Acolor1" href="'+avpRoot+'women/avonfoundation/overview.html">Avon Foundation Overview</A></TD></TR>'
	+ '<TR><TD name="td2" onMouseover="changeMenuColor_Speakout(this)" onMouseout="restoreMenuColor_Speakout(this)" CLASS="avpSpeakoutMenu"><A name="Acolor2" href="'+avpRoot+'women/avonfoundation/foundation_book.pdf" target=_blank>Annual Giving Report (PDF file)</A></TD></TR>'
	+ '<TR><TD name="td3" onMouseover="changeMenuColor_Speakout(this)" onMouseout="restoreMenuColor_Speakout(this)" CLASS="avpSpeakoutMenu"><A name="Acolor3" href="'+avpRoot+'women/avonfoundation/eofp.html">Where Do the Funds Go</A><BR>'
	+ '<TR><TD name="td4" onMouseover="changeMenuColor_Speakout(this)" onMouseout="restoreMenuColor_Speakout(this)" CLASS="avpSpeakoutMenu"><A name="Acolor4" href="'+avpRoot+'women/avonfoundation/gapeop.html">Funding Guidelines</A><BR>'
	+ '<TR><TD name="td5" onMouseover="changeMenuColor_Speakout(this)" onMouseout="restoreMenuColor_Speakout(this)" CLASS="avpSpeakoutMenu"><A name="Acolor5" href="'+avpRoot+'women/avonfoundation/fund_regions.html">Funding Regions/<br>Diversity/Restrictions</A><BR>'
	+ '<TR><TD name="td6" onMouseover="changeMenuColor_Speakout(this)" onMouseout="restoreMenuColor_Speakout(this)" CLASS="avpSpeakoutMenu"><A name="Acolor6" href="'+avpRoot+'women/avonfoundation/donations.html">How To Get Involved</A><BR>'
	+ '<TR><TD><IMG SRC="'+avpRoot+'images/spacer.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD name="td7" onMouseover="changeMenuColor_Speakout(this)" onMouseout="restoreMenuColor_Speakout(this)" CLASS="avpSpeakoutMenu"><A name="Acolor7" href="'+avpRoot+'women/avoncrusade/index.html">Avon Breast Cancer Crusade</A></TD></TR>'
	+ '<TR><TD name="td8" onMouseover="changeMenuColor_Speakout(this)" onMouseout="restoreMenuColor_Speakout(this)" CLASS="avpSpeakoutMenu"><A name="Acolor8" href="http://www.avonwalk.org" target="_blank"> Avon Walk for Breast Cancer</A></TD></TR>'
	+ '<TR><TD name="td9" onMouseover="changeMenuColor_Speakout(this)" onMouseout="restoreMenuColor_Speakout(this)" CLASS="avpSpeakoutMenu"><A name="Acolor9" href="'+avpRoot+'women/speakout/index.html">Speak Out Against Domestic Violence</A></TD></TR>'
	+ '<TR><TD name="td10" onMouseover="changeMenuColor_Speakout(this)" onMouseout="restoreMenuColor_Speakout(this)" CLASS="avpSpeakoutMenu"><A name="Acolor10" href="'+avpRoot+'women/empowerment/index.html">Women\'s Empowerment</A></TD></TR>'
	+ '<TR><TD name="td11" onMouseover="changeMenuColor_Speakout(this)" onMouseout="restoreMenuColor_Speakout(this)" CLASS="avpSpeakoutMenu"><A name="Acolor11" href="'+avpRoot+'women/avonassociates.html"> Avon Employee & Representative Programs</A></TD></TR>'
	+ '<TR><TD><IMG SRC="'+avpRoot+'images/spacer.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD name="td12" onMouseover="changeMenuColor_Speakout(this)" onMouseout="restoreMenuColor_Speakout(this)" CLASS="avpSpeakoutMenu"><A name="Acolor12" href="'+avpRoot+'women/world.html">Global Impact</A></TD></TR>'
	+ '<TR><TD name="td13" onMouseover="changeMenuColor_Speakout(this)" onMouseout="restoreMenuColor_Speakout(this)" CLASS="avpSpeakoutMenu"><A name="Acolor13" href="'+avpRoot+'women/news/index.html">Avon Foundation Newsroom</A><BR>'
	+ '<TR><TD name="td14" onMouseover="changeMenuColor_Speakout(this)" onMouseout="restoreMenuColor_Speakout(this)" CLASS="avpSpeakoutMenu"><A name="Acolor14" target="_blank" href="'+avpRoot+'women/avonfoundation/newsletter_springsummer_2004.pdf">Avon Foundation Newletter</A></TD></TR>'
	+ '<TR><TD name="td15" onMouseover="changeMenuColor_Speakout(this)" onMouseout="restoreMenuColor_Speakout(this)" CLASS="avpSpeakoutMenu"><A name="Acolor15" href="'+avpRoot+'women/avonfoundation/contacts.html">Contact Us</A></TD></TR>'
	+ '</TABLE>'
	+ '</TD></TR></TABLE>';
	document.write(outputNav);
}





/////////////Menu functions for Avon Foundation Speakout against Domestic Violence Website

function newImage_dv(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages_dv() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages_dv.arguments.length; i+=2) {
			document[changeImages_dv.arguments[i]].src = changeImages_dv.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages_dv() {
	if (document.images) {
		home_over = newImage_dv("images/home-over.gif");
		info_mat_over = newImage_dv("images/info_mat-over.gif");
		fund_don_over = newImage_dv("images/fund_don-over.gif");
		grant_over = newImage_dv("images/grant-over.gif");
		contact_over = newImage_dv("images/contact-over.gif");
		preloadFlag = true;
	}
}


function openWebsiteWindow(URL, pwidth, pheight) {
	popupWin = window.open(URL, 'feed112', 'width='+pwidth+','+'height='+pheight+',scrollbars=0,left=100,top=100')
	popupWin.focus();
	}

