// clear form 
 function clearDefault(el) {
  if (el.defaultValue==el.value) el.value = ""
} 

// email this page (and grab the url)
var fileName = document.URL;
escapedFileName = escape(fileName);
function email()
{
var popurl="/leadingwithkindness/toolbox/email_this.php?"+escapedFileName;
winpops=window.open(popurl,"","width=470,height=360");
}   

// check form (email friend)
function ValidateForm()
{
	if(document.mailer.yname.value=="")
	{
		alert ("Please enter your name.")
		return false
	}
	
	if(document.mailer.yemail.value=="")
	{
		alert ("Please enter your email address.")
		return false
	}
	
	if(document.mailer.fname.value=="")
	{
		alert ("Please enter your friend's name.")
		return false
	}
	
	if(document.mailer.femail.value=="")
	{
		alert ("Please enter your friend's email address.")
		return false
	}
	
}


function homeON() {if (document.images) document.home.src= '/wp-content/themes/leadingwithkindness/images/nav_on_1.gif';}
function homeOFF() {if (document.images) document.home.src= '/wp-content/themes/leadingwithkindness/images/nav_off_1.gif';}

function blogON() {if (document.images) document.blog.src= '/wp-content/themes/leadingwithkindness/images/nav_on_2.gif';}
function blogOFF() {if (document.images) document.blog.src= '/wp-content/themes/leadingwithkindness/images/nav_off_2.gif';}

function videoON() {if (document.images) document.video.src= '/wp-content/themes/leadingwithkindness/images/nav_on_3.gif';}
function videoOFF() {if (document.images) document.video.src= '/wp-content/themes/leadingwithkindness/images/nav_off_3.gif';}

function audioON() {if (document.images) document.audio.src= '/wp-content/themes/leadingwithkindness/images/nav_on_4.gif';}
function audioOFF() {if (document.images) document.audio.src= '/wp-content/themes/leadingwithkindness/images/nav_off_4.gif';}

function shopON() {if (document.images) document.shop.src= '/wp-content/themes/leadingwithkindness/images/nav_on_5.gif';}
function shopOFF() {if (document.images) document.shop.src= '/wp-content/themes/leadingwithkindness/images/nav_off_5.gif';}

function aboutON() {if (document.images) document.about.src= '/wp-content/themes/leadingwithkindness/images/nav_on_6.gif';}
function aboutOFF() {if (document.images) document.about.src= '/wp-content/themes/leadingwithkindness/images/nav_off_6.gif';}

function tipsON() {if (document.images) document.tips.src= '/wp-content/themes/leadingwithkindness/images/tips_on.jpg';}
function tipsOFF() {if (document.images) document.tips.src= '/wp-content/themes/leadingwithkindness/images/tips_off.jpg';}

function essaysON() {if (document.images) document.essays.src= '/wp-content/themes/leadingwithkindness/images/essays_on.jpg';}
function essaysOFF() {if (document.images) document.essays.src= '/wp-content/themes/leadingwithkindness/images/essays_off.jpg';}

function askON() {if (document.images) document.ask.src= '/wp-content/themes/leadingwithkindness/images/ask_on.jpg';}
function askOFF() {if (document.images) document.ask.src= '/wp-content/themes/leadingwithkindness/images/ask_off.jpg';}