<!-- Hide
	var FavUrl="http://www.CakeArtByPam";
	var FavTitle="Cake Art by Pam Greenwell";
	var BrowserIE = false;
	if ((navigator.userAgent.indexOf("MSIE")) > -1){BrowserIE = true;}
	function add2favorites(){
		if (document.all) {
			window.external.AddFavorite(FavUrl,FavTitle)
		}
	}



function menu(caller){
var dirLevel = '../';
/*
if (caller == 'home'){
document.write(caller+' <br>');
}
else
{
	document.write('caller not home! <br>');
}
*/
if (caller != 'home'){
document.write("<a href='" +dirLevel +"index.htm' title='Information about Cake Art by Pam' onMouseOver='StatusUpdate(HomeMsg);' onMouseOut='StatusUpdate(DefaultMsg);'>Home</a>&nbsp;|&nbsp;"); 
}
else {
	dirLevel = '';	
}

// document.write('dir level ' + dirLevel + ' caller not home! <br>');
	if (caller != 'about'){
		document.write("<a href='" + dirLevel +"about/about.html' title='Information about Cake Art by Pam' onMouseOver='StatusUpdate(AboutMsg);' onMouseOut='StatusUpdate(DefaultMsg);'>About</a>&nbsp;|&nbsp;"); 
	}

	if (caller != 'instruct'){
		document.write("<a href='" + dirLevel +"instruct/instruct.html' title='Instruction' onMouseOver='StatusUpdate(InstructMsg);'  onMouseOut='StatusUpdate(DefaultMsg);'>Instruction</a>&nbsp;|&nbsp;"); 
	}
	if (caller != 'consult'){
		document.write("<a href='" + dirLevel +"consult/consult.html'  title='Consultations' ' onMouseOver='StatusUpdate(ConsultationsMsg);'  onMouseOut='StatusUpdate(DefaultMsg);'>Consultation</a>&nbsp;|&nbsp;"); 
	}
	if (caller != 'faqs'){
		document.write("<a href='" + dirLevel +"faqs/faqs.html' title='Frequently Asked Questions' onMouseOver='StatusUpdate(FaqMsg);'  onMouseOut='StatusUpdate(DefaultMsg);'>FAQS</a>&nbsp;|&nbsp;"); 
	}
	if (caller != 'testimonials'){
		document.write("<a href='" + dirLevel +"testimonials/testimonials.shtml' title='Instruction' onMouseOver='StatusUpdate(InstructMsg);'  onMouseOut='StatusUpdate(DefaultMsg);'>Testimonials</a>"); 
	}
	if (caller != 'other'){
		document.write("&nbsp;|&nbsp;<a href='" + dirLevel +"other/other.html' title='Other Links' onMouseOver='StatusUpdate(OtherCakeLinksMsg);'  onMouseOut='StatusUpdate(DefaultMsg);'>Other Links</a>"); 
	}
}

function AddFavorites(){
if (BrowserIE) {
	document.write("<a href='javascript:add2favorites()' onMouseOver='StatusUpdate(FavoritesMsg);' onMouseOut='StatusUpdate(DefaultMsg);' title='Add Cake Art by Pam to Your Favorites'> Add Cake Art by Pam to Your Favorites</a>");
}
}

//End Hide -->
