//-----------------------------------------------------------

var websiteLive=true;

var inc_ami=0
var inc_nutrition=1

//-----------------------------------------------------------

if(websiteLive)
{
	baseSRC = "/pt/";
}
else baseSRC = "/Documents and Settings/Andy/My Documents/Business/IT/Web design/ASH/PT/";

//-----------------------------------------------------------

function RemoveAmiCode(item)
{
	var ret=0;

	if(!inc_ami)  
	{
		var str=item.toUpperCase();
			
		if(str.indexOf("YOGA")!=-1) ret=1;
		else if(str.indexOf("REFLEXOLOGY")!=-1) ret=1;
	}

	return ret;
}

//-----------------------------------------------------------

var companyName;

if(inc_ami) companyName="Andrew Horton and Ami MacAllister"
else companyName="Andrew Stuart Horton"

var companyAddress=		"North Wiltshire"
var companyTown=		""
var companyCounty=		""
var companyPostcode=	""
var companyCountry=		"England"

var companyPhone=		"01249 816396"
var companyMobile=		"07920 795223"

//-----------------------------------------------------------

var emailSales=			"pt"
var emailWebMaster=		"andy"

var emailAddress=		"@ashorton.plus.com"

var websiteAddress=		"ccgi.ashorton.plus.com/pt/"

//--------------------------------------------------------------

ContactUsPage="contact.html"

var emailContactSubject=	companyName+" - Contact"
var emailContactBody=		""

var emailWebMasterSubject=	companyName+" - Web site fault"
var emailWebMasterBody=		""

var emailLinkSubject=		"This website may be of interest to you"
var emailLinkBody=			"Take a look at this website: www."+websiteAddress

//--------------------------------------------------------------

var bannerTopLeftText=		"<CENTER><DIV class=topleftBanner>Welcome</DIV></CENTER>" 
var bannerTopRightText=		"<IMG SRC='images/pullpattern.gif' border=0></IMG>"

//--------------------------------------------------------------

var contactReturn=			"Thank you for your interest we will contact you soon."

//-----------------------------------------------------------

var emailHandler=			"http://homepages.plus.net/cgi-bin/form"

//-----------------------------------------------------------

var showAddToFavorites=		true

//==================================================================

function CoreFlyer(wdth,spc)
{
	var str="";

	str+="<TABLE BORDER=0 WIDTH="+wdth+" CELLPADDING="+spc+" CELLSPACING=0 class='coreFlyer'>"

	str+="<TR>"
	str+="<TD class='coreFlyerText'>"

	str+="<B>Core</B> (n.)<BR>The central or innermost part of anything, the central or most important part."
	str+="<BR><BR>"
	str+="<B>Stability</B> (n.)<BR>[Latin stabilis, to stand] the state or quality of being stable, or fixed; steadiness, the capacity of an object to return to equilibrium or its original position after being displaced."

	str+="</TD>"
	str+="</TR>"

	str+="</TABLE>"

	return str;
}

//==================================================================

function FunctionalFlyer()
{
	var str="";

	str+="<TABLE BORDER=0 WIDTH=144 CELLPADDING=2 CELLSPACING=0 class='coreFlyer'>"

	str+="<TR>"
	str+="<TD class='coreFlyerText'>"

	str+="<B>Func.tion.al</B><BR>1. capable of operating or functioning   2. having or serving a utilitarian purpose; capable of serving the purpose for which it was designed."

	str+="</TD>"
	str+="</TR>"

	str+="</TABLE>"

	return str;
}

//==================================================================
