var myImages = new Array ("http://www.earthbath.com/images/nav-home-over.gif", "http://www.earthbath.com/images/nav-about-over.gif", "http://www.earthbath.com/images/nav-products-over.gif", "http://www.earthbath.com/images/nav-buzz-over.gif", "http://www.earthbath.com/images/snav-story-over.gif", "http://www.earthbath.com/images/snav-philo-over.gif", "http://www.earthbath.com/images/snav-give-over.gif", "http://www.earthbath.com/images/snav-faq-over.gif", "http://www.earthbath.com/images/snav-contact-over.gif", "http://www.earthbath.com/images/snav-shampoo-over.gif", "http://www.earthbath.com/images/snav-spritz-over.gif", "http://www.earthbath.com/images/snav-wipes-over.gif", "http://www.earthbath.com/images/snav-foam-over.gif", "http://www.earthbath.com/images/snav-finder-over.gif", "http://www.earthbath.com/images/snav-news-over.gif", "http://www.earthbath.com/images/snav-press-over.gif", "http://www.earthbath.com/images/dogs-over.gif", "http://www.earthbath.com/images/cats-over.gif", "http://www.earthbath.com/images/horses-over.gif", "http://www.earthbath.com/images/newsletter-over.gif","http://www.earthbath.com/images/snav-bark.gif","http://www.earthbath.com/images/snav-bark-over.gif");
 
var myPreload = new Array ();
 
for (var i = 0; i < myImages.length; i++ )
{
myPreload[ i ]= new Image();
myPreload[ i ].src = myImages[ i ];
}

function mySwap(s)
{
if ( s == 0 )document.images.homeBTN.src = "http://www.earthbath.com/images/nav-home.gif";
if ( s == 1 )document.images.homeBTN.src = "http://www.earthbath.com/images/nav-home-over.gif";
if ( s == 2 )document.images.abtBTN.src = "http://www.earthbath.com/images/nav-about.gif";
if ( s == 3 )document.images.abtBTN.src = "http://www.earthbath.com/images/nav-about-over.gif";
if ( s == 4 )document.images.prodBTN.src = "http://www.earthbath.com/images/nav-products.gif";
if ( s == 5 )document.images.prodBTN.src = "http://www.earthbath.com/images/nav-products-over.gif";
if ( s == 6 )document.images.buzzBTN.src = "http://www.earthbath.com/images/nav-buzz.gif";
if ( s == 7 )document.images.buzzBTN.src = "http://www.earthbath.com/images/nav-buzz-over.gif";
if ( s == 8 )document.images.storyBTN.src = "http://www.earthbath.com/images/snav-story.gif";
if ( s == 9 )document.images.storyBTN.src = "http://www.earthbath.com/images/snav-story-over.gif";
if ( s == 10 )document.images.philoBTN.src = "http://www.earthbath.com/images/snav-philo.gif";
if ( s == 11 )document.images.philoBTN.src = "http://www.earthbath.com/images/snav-philo-over.gif";
if ( s == 12 )document.images.giveBTN.src = "http://www.earthbath.com/images/snav-give.gif";
if ( s == 13 )document.images.giveBTN.src = "http://www.earthbath.com/images/snav-give-over.gif";
if ( s == 14 )document.images.faqBTN.src = "http://www.earthbath.com/images/snav-faq.gif";
if ( s == 15 )document.images.faqBTN.src = "http://www.earthbath.com/images/snav-faq-over.gif";
if ( s == 16 )document.images.contactBTN.src = "http://www.earthbath.com/images/snav-contact.gif";
if ( s == 17 )document.images.contactBTN.src = "http://www.earthbath.com/images/snav-contact-over.gif";
if ( s == 18 )document.images.shampBTN.src = "http://www.earthbath.com/images/snav-shampoo.gif";
if ( s == 19 )document.images.shampBTN.src = "http://www.earthbath.com/images/snav-shampoo-over.gif";
if ( s == 20 )document.images.spritzBTN.src = "http://www.earthbath.com/images/snav-spritz.gif";
if ( s == 21 )document.images.spritzBTN.src = "http://www.earthbath.com/images/snav-spritz-over.gif";
if ( s == 22 )document.images.wipesBTN.src = "http://www.earthbath.com/images/snav-wipes.gif";
if ( s == 23 )document.images.wipesBTN.src = "http://www.earthbath.com/images/snav-wipes-over.gif";
if ( s == 24 )document.images.foamBTN.src = "http://www.earthbath.com/images/snav-foam.gif";
if ( s == 25 )document.images.foamBTN.src = "http://www.earthbath.com/images/snav-foam-over.gif";
if ( s == 26 )document.images.finderBTN.src = "http://www.earthbath.com/images/snav-finder.gif";
if ( s == 27 )document.images.finderBTN.src = "http://www.earthbath.com/images/snav-finder-over.gif";
if ( s == 28 )document.images.newsBTN.src = "http://www.earthbath.com/images/snav-news.gif";
if ( s == 29 )document.images.newsBTN.src = "http://www.earthbath.com/images/snav-news-over.gif";
if ( s == 30 )document.images.pressBTN.src = "http://www.earthbath.com/images/snav-press.gif";
if ( s == 31 )document.images.pressBTN.src = "http://www.earthbath.com/images/snav-press-over.gif";
if ( s == 32 )document.images.dogsBTN.src = "http://www.earthbath.com/images/dogs.gif";
if ( s == 33 )document.images.dogsBTN.src = "http://www.earthbath.com/images/dogs-over.gif";
if ( s == 34 )document.images.catsBTN.src = "http://www.earthbath.com/images/cats.gif";
if ( s == 35 )document.images.catsBTN.src = "http://www.earthbath.com/images/cats-over.gif";
if ( s == 36 )document.images.horsesBTN.src = "http://www.earthbath.com/images/horses.gif";
if ( s == 37 )document.images.horsesBTN.src = "http://www.earthbath.com/images/horses-over.gif";
if ( s == 38 )document.images.newsletterBTN.src = "http://www.earthbath.com/images/newsletter.gif";
if ( s == 39 )document.images.newsletterBTN.src = "http://www.earthbath.com/images/newsletter-over.gif";
if ( s == 40 )document.images.winBTN.src = "http://www.earthbath.com/images/win.gif";
if ( s == 41 )document.images.winBTN.src = "http://www.earthbath.com/images/win-over.gif";
if ( s == 42 )document.images.facebookBTN.src = "http://www.earthbath.com/images/facebook.gif";
if ( s == 43 )document.images.facebookBTN.src = "http://www.earthbath.com/images/facebook-over.gif";
if ( s == 44 )document.images.dealerBTN.src = "http://www.earthbath.com/images/dealer.gif";
if ( s == 45 )document.images.dealerBTN.src = "http://www.earthbath.com/images/dealer-over.gif";
if ( s == 46 )document.images.barkBTN.src = "http://www.earthbath.com/images/snav-bark.gif";
if ( s == 47 )document.images.barkBTN.src = "http://www.earthbath.com/images/snav-bark-over.gif";
if ( s == 48 )document.images.tailsBTN.src = "http://www.earthbath.com/images/snav-tails.gif";
if ( s == 49 )document.images.tailsBTN.src = "http://www.earthbath.com/images/snav-tails-over.gif";
}


function showtip2(e,message) {
	var x=0;
	var y=0;
	var m;
	var h;
	if(!e) {
		var e=window.event;
	}
	if(e.pageX||e.pageY) {
		x=e.pageX;y=e.pageY;
	}
	else if(e.clientX||e.clientY) {
		x=e.clientX+document.body.scrollLeft+document.documentElement.scrollLeft;
		y=e.clientY+document.body.scrollTop+document.documentElement.scrollTop;
	}
	m=document.getElementById('mktipmsg2');
	if((y>10)&&(y<450)) {
		m.style.top=y-4+"px";
	} 
	else {
		m.style.top=y+4+"px";
	}
	var messageHeigth=(message.length/20)*10+25;
	if((e.clientY+messageHeigth)>510) {
		m.style.top=y-messageHeigth+"px";
	}
	if(x<850) {
		m.style.left=x+20+"px";
	} 
	else {
		m.style.left=x-170+"px";
	}
	m.innerHTML=message;
	m.style.display="block";
	m.style.zIndex=203;
}

function hidetip2() {
	var m;
	m=document.getElementById('mktipmsg2');
	m.style.display="none";
}
