// 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 = ' '
	+ '<!--ZOOMSTOP--><BR>\n'
	+ '<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="javascript:window.open(\'http://www.youravon.com/REPSuite/security_and_privacy.page\',\'AVONPop\',\'toolbar=no,width=640,height=550,status=no,scrollbars=yes,resize=yes,menubar=no\').focus();">Security & Privacy</a> &nbsp;-&nbsp;\n'
	+ '<a href="javascript:window.open(\'http://www.youravon.com/REPSuite/terms_and_conditions.page\',\'AVONPop\',\'toolbar=no,width=640,height=550,status=no,scrollbars=yes,resize=yes,menubar=no\').focus();">Terms and Conditions</a> &nbsp;&nbsp;\n'
	+ '&copy; 2009 Avon Products, Inc.\n'
	+ '</DIV><BR>\n';
	+ '<!--ZOOMRESTART-->\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="#060606";
	
}

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









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

	}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 ="#ffffff";
	} 
	
	
	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";

	
}


function restoreMenuColor(tablecell) {
	

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

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




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

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

	   
	   alert(document.layers('Acolor1').style.color);
	   document.layers('Acolor1').style.color ="#ffffff";
	} 
	
	
	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";
	if (tablecell.name == "td17") document.all('Acolor17').style.color ="#ffffff";
	if (tablecell.name == "td18") document.all('Acolor18').style.color ="#ffffff";
	if (tablecell.name == "td19") document.all('Acolor19').style.color ="#ffffff";
	
}



function restoreMenuColor_Philanthropy(tablecell) {
	

	tablecell.className="avpMenu4";
	
		
	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";
	if (tablecell.name == "td17") document.all('Acolor17').style.color ="#9cb2ce";
	if (tablecell.name == "td18") document.all('Acolor18').style.color ="#9cb2ce";
	if (tablecell.name == "td19") document.all('Acolor19').style.color ="#9cb2ce";

	
}








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



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/mark.html">mark.</A></TD></TR>'
	+ '<TR><TD><IMG SRC="images/spacer.gif" WIDTH=10 HEIGHT=2 BORDER=0></TD></TR>'
	+ '<TR><TD name="td9" onMouseover="changeMenuColor(this)" onMouseout="restoreMenuColor(this)" CLASS="avpMenu"><A name="Acolor9" HREF="'+avpRoot+'brands/survey.html">2005 Global Women\'s Survey</A></TD></TR>'
	+ '</TABLE>';

	document.write(outputNav);


}


function writePageCorporateResponsibilityLinks() {
	
	var outputNav = ' '
	+ '<a href="corp_resp_report.pdf" target="_blank"><img border="0" src="/responsibility/images/crr_tn.jpg" width="155" height="141"></a>'
	+ '<TABLE CELLPADDING="3" CELLSPACING="1" BORDER="0" WIDTH=155>'
	+ '<TR><TD><IMG SRC="images/spacer.gif" WIDTH=10 HEIGHT=2 BORDER=0></TD></TR>'
	+ '<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="/women/images/fundraising.gif" border="0"></a>'
	+ '<br>'
	+ '<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH=155 CLASS="avpMenuBorderPhilanthropy"><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_Philanthropy(this)" CLASS="avpMenu4"><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_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor2" href="'+avpRoot+'women/avonfoundation/financials.html">Financial Reports</A></TD></TR>'
	+ '<TR><TD name="td3" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><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_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor4" href="'+avpRoot+'women/avonfoundation/gapeop.html">Funding Guidelines</A><BR>'
	+ '<TR><TD name="td6" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><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_Philanthropy(this)" CLASS="avpMenu4"><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_Philanthropy(this)" CLASS="avpMenu4"><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_Philanthropy(this)" CLASS="avpMenu4"><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_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor10" href="'+avpRoot+'women/speakout/index.html"><font color=#6E24C1>Speak Out Against Domestic Violence</font></A></TD></TR>'
	+ '<TR><TD name="td11" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor11" href="'+avpRoot+'women/mpowerment/index.html"><font color=#6E24C1>m.powerment by mark</font></A></TD></TR>'
	+ '<TR><TD name="td12" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor12" href="http://www.walkthecourseagainstdv.org" target="_blank"><font color=#6E24C1>Walk the Course Against Domestic Violence</font></A></TD></TR>'
	+ '<TR><TD name="td13" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor13" href="'+avpRoot+'women/edr.html"><font color=#FE0101>Emergency and Disaster Relief</FONT></A></TD></TR>'
	+ '<TR><TD name="td14" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor14" href="http://walk.avonfoundation.org/site/PageServer?pagename=walk_demp_temp" target="_blank">Dempsey Racing Champions\' Circle</A></TD></TR>'
	+ '<TR><TD name="td15" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor15" 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="td16" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor16" href="http://www.avonworldwalk.org">Global Impact</A></TD></TR>'
	+ '<TR><TD name="td17" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor17" href="'+avpRoot+'women/news/index.html">Avon Foundation Newsroom</A><BR>'
	+ '<TR><TD name="td18" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor18" href="'+avpRoot+'women/avonfoundation/newsletter.html">Avon Foundation Newsletter</A></TD></TR>'
	+ '<TR><TD name="td19" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor19" href="'+avpRoot+'women/avonfoundation/contacts.html">Contact Us</A></TD></TR>'
	+ '</TABLE>'
	+ '</TD></TR></TABLE>';

	document.write(outputNav);
}





function writePagePhilanthropy_Convio_Links() {

	var outputNav = ' '
	+ '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" id="mv_latest" width="155" height="116">'
	+ '<param name="movie" value="http://www.avoncompany.com/women/button_ad.swf"><param name="quality" value="high"><param name="WMode" value="Window">'
	+ '<param name="bgcolor" value="#A4ABD5"><embed name="mv_latest" src="http://www.avoncompany.com/women/button_ad.swf" quality="high" bgcolor="#A4ABD5" width="155" height="116" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>'
	+ '<br>'
	+ '<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH=155 CLASS="avpMenuBorderPhilanthropy"><TR><TD>'
	+ '<TABLE CELLPADDING="3" CELLSPACING="1" BORDER="0" WIDTH=155>'
	+ '<TR><TD><IMG SRC="http://www.avoncompany.com/images/spacer.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD name="td1" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><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_Philanthropy(this)" CLASS="avpMenu4"><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_Philanthropy(this)" CLASS="avpMenu4"><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_Philanthropy(this)" CLASS="avpMenu4"><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_Philanthropy(this)" CLASS="avpMenu4"><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="http://www.avoncompany.com/images/spacer.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD name="td7" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><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_Philanthropy(this)" CLASS="avpMenu4"><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_Philanthropy(this)" CLASS="avpMenu4"><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_Philanthropy(this)" CLASS="avpMenu4"><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_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor11" href="'+avpRoot+'women/mpowerment/index.html"><font color=#6E24C1>m.powerment by mark</font></A></TD></TR>'
	+ '<TR><TD name="td12" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor12" href="http://www.walkthecourseagainstdv.org" target="_blank"><font color=#6E24C1>Walk the Course Against Domestic Violence</font></A></TD></TR>'
	+ '<TR><TD name="td13" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor13" href="http://www.avoncompany.com/women/edr.html"><font color=#FE0101>Emergency and Disaster Relief</FONT></A></TD></TR>'
	+ '<TR><TD name="td14" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor14" href="http://walk.avonfoundation.org/site/PageServer?pagename=walk_demp_temp" target="_blank">Dempsey Racing Champions\' Circle</A></TD></TR>'
	+ '<TR><TD name="td15" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor15" href="http://www.avoncompany.com/women/avonassociates.html"> Avon Employee & Representative Programs</A></TD></TR>'
	+ '<TR><TD><IMG SRC="http://www.avoncompany.com/images/spacer.gif" WIDTH=1 HEIGHT=1 BORDER=0></TD></TR>'
	+ '<TR><TD name="td16" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor16" href="http://www.avonworldwalk.org">Global Impact</A></TD></TR>'
	+ '<TR><TD name="td17" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor17" href="http://www.avoncompany.com/women/news/index.html">Avon Foundation Newsroom</A><BR>'
	+ '<TR><TD name="td18" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor18" href="http://www.avoncompany.com/women/avonfoundation/newsletter.html">Avon Foundation Newsletter</A></TD></TR>'
	+ '<TR><TD name="td19" onMouseover="changeMenuColor_Philanthropy(this)" onMouseout="restoreMenuColor_Philanthropy(this)" CLASS="avpMenu4"><A name="Acolor19" 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">Our Executive Team</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><BR>'
	+ '	&nbsp;&nbsp; &gt; <A STYLE="font-weight:normal" href="'+avpRoot+'investor/investmentcalculator/index.html">Investment Calculator</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, the company for women, is a leading global beauty company, with over $10&nbsp;billion&nbsp;in annual revenue. As the world\'s largest direct seller, Avon markets to women in more than 100 countries through 5.8 million independent Avon Sales Representatives. Avon\'s product line includes beauty products, as well as fashion and home products, and features such well-recognized brand names as <i>Avon Color, Anew, Skin-So-Soft, Advance Techniques, Avon Naturals</i>, and <i>Mark</i>.' 
	+ '</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>'
	+ '</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+'discussionforum/" target="_blank">Online Support Group / Discussion Forum</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="http://www.avonworldwalk.org/">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();
	}



function headerSearchbox() {

	var outputNav = ' '
 	 + '<table border=0 cellpadding=0 cellspacing=0 width=755>'
	 + '  <form method=get action=/search/search.aspx class=zoom_searchform>'
	 + '  <tr>'
	 + '    <td width=603 align=right>'
	 + '<select name=zoom_cat[] class=headersearchdropdown>'
	 + '<option value=-1>Entire Site</option><option value=0>Avon Investor</option><option value=1>Avon Foundation</option></select>   '
	 + '<input type=hidden name=zoom_sort value=0>'
	 + '<input type=hidden name=zoom_and value=0>'
	 + '</td>'
	 + '    <td width=101> <input type=text  name=zoom_query size=20 onfocus="if(this.value ==\'- Enter Keyword -\'){this.value=\'\'}" onblur="if(this.value ==\'\'){this.value=\'- Enter Keyword -\'}" value="- Enter Keyword -"  class=zoom_searchbox></td>'
	 + '    <td width=42><input type=image src=/images/searchbox.jpg name=I1 tabindex=2 width=42 height=18></td>'
	 + '  </tr>'
	 + '  <tr>'
	 + '    <td width=746 align=right colspan=3>'
	 + '    <img border=0 src=/images/spacer.gif width=504 height=3></td>'
	 + '  </tr>'
	 + '  </form>'
	 + '</table>';
	document.write(outputNav);
	
	}

