
var avpRoot = "";
for (var i=1; i<=avpRootLevel; i++) {
	avpRoot = avpRoot + "../";
}

mySWF_id[1]  = 'avpRoot';
mySWF_filename[1]  = avpRoot+'nav.swf?rootLevel='+avpRootLevel+'&catSelected='+navCatSelected;
mySWF_width[1]  = '753';
mySWF_height[1] = '77';
mySWF_altContent[1] = '<IMG SRC="/images/navbar_nonflash.gif" WIDTH=753 HEIGHT=77 BORDER=0 USEMAP="#navbar_nonflash_Map" ><MAP NAME="navbar_nonflash_Map"><AREA SHAPE="rect" COORDS="646,3,734,36" HREF="/pressroom/"><AREA SHAPE="rect" COORDS="556,3,630,36" HREF="/investor/"><AREA SHAPE="rect" COORDS="446,3,539,36" HREF="/women/"><AREA SHAPE="rect" COORDS="327,3,428,36" HREF="/responsibility/"><AREA SHAPE="rect" COORDS="223,3,313,36" HREF="/world/"><AREA SHAPE="rect" COORDS="120,3,210,36" HREF="/brands/"><AREA SHAPE="rect" COORDS="17,3,106,36" HREF="/about/"></MAP><BR>';


function writeHeaderAVP() {
	var outputNav = ' '
	+ '<a href="/"><IMG SRC="'+avpRoot+'images/subheader.gif" WIDTH=753 HEIGHT=106 BORDER=0></a>\n';
	document.write(outputNav);

	writeMySWF('1');
}


function writeHeaderFoundation() {
	var outputNav = ' '
	+ '<a href="/"><IMG SRC="'+avpRoot+'images/subheader.gif"  BORDER=0></a>\n';
	document.write(outputNav);

	writeMySWF('1');
}

//function writeHeaderFoundation() {
//	var outputNav = ' '
//	+ '<IMG SRC="'+avpRoot+'images/headernav_top.gif"  BORDER=0 USEMAP="#headernav_top_Map"><IMG SRC="'+avpRoot+'images/headernav_top.jpg"  BORDER=0 ><BR>\n'
//	+ '<MAP NAME="headernav_top_Map"><AREA SHAPE="rect" ALT="AvonCompany.com home" COORDS="38,18,186,80" HREF="'+avpRoot+'index.html"></MAP>\n';
//	document.write(outputNav);
//
//	writeMySWF('1');
//}