function header(dir,at){
	var at1="";
	var at2="";
	var at3="";
	if (at==1)at1="A";
	if (at==2)at2="A";
	if (at==3)at3="A";
	document.write('<div id="logo">');
	document.write('<a href="'+dir+'test.html"><img src="'+dir+'Images/logo.png"></a>');
	document.write('</div>');
	document.write('<div id="nav">');
	document.write('<div id="navbox'+at1+'"><a href="'+dir+'About.html"><img src="'+dir+'Images/aboutTab.jpg" /></a></div>');
	document.write('<div id="navbox'+at2+'"><a href="'+dir+'Portfolio.html"><img src="'+dir+'Images/portfolioTab.jpg" /></a></div>');
	document.write('<div id="navbox'+at3+'"><a href="'+dir+'Explore.html"><img src="'+dir+'Images/exploreTab.jpg" /></a></div>');
	document.write('</div>');
	if (at==3){
		document.write('<div id="main">');
		document.write('<img src="'+dir+'Images/passion.jpg" alt="Passion"></div>');
	}

}
function footer(dir){
	document.write('<div id="footer">');
	document.write('<div id="footbox"><a href="'+dir+'test.html"><img src="'+dir+'Images/homeF.jpg" /></a></div>');
	document.write('<div id="footbox"><a href="'+dir+'About.html"><img src="'+dir+'Images/aboutF.jpg" /></a></div>');
	document.write('<div id="footbox"><a href="'+dir+'Portfolio.html"><img src="'+dir+'Images/portfolioF.jpg" /></a></div>');
	document.write('<div id="footbox"><a href="'+dir+'Explore.html"><img src="'+dir+'Images/exploreF.jpg" /></a></div>');
	document.write('<div id="footbox"><a href="'+dir+'Contact.html"><img src="'+dir+'Images/contactF.jpg" /></a></div>');
	document.write('</div>');
}
function ourteam(dir){
	document.write('<div id="squareB">');
	document.write('<img src="'+dir+'Images/ourTeam.png" />');
	document.write('</div>');
	document.write('<div id="row2" style="padding:0px; height:124px; width:245px;">');
	document.write('<div id="pic" style="margin:0px 10px 10px 0px;"><a href="'+dir+'Team.html?George"><img src="'+dir+'team/George.png" alt="George" width="75px" height="57px" /></a></div>');
	document.write('<div id="pic" style="margin:0px 10px 10px 0px;"><a href="'+dir+'Team.html?Victoria"><img src="'+dir+'team/Victoria.png" alt="Victoria" width="75px" height="57px" /></a></div>');
	document.write('<div id="pic" style="margin:0px 0px 10px 0px;"><a href="'+dir+'Team.html?Hannah"><img src="'+dir+'team/Hannah.png" alt="Hannah" width="75px" height="57px" /></a></div>');
	document.write('<div id="pic" style="margin:0px 10px 0px 0px;"><a href="'+dir+'Team.html?Antonio"><img src="'+dir+'team/Antonio.png" alt="Antonio" width="75px" height="57px" /></a></div>');
	document.write('<div id="pic" style="margin:0px 10px 0px 0px;"><a href="'+dir+'Team.html?Michael"><img src="'+dir+'team/Michael.png" alt="Michael" width="75px" height="57px" /></a></div>');
	document.write('<div id="pic" style="margin:0px 0px 0px 0px;"><a href="'+dir+'About.html"><img width="75px" height="57px" /></a></div>');
	document.write('</div>');
}
function about(dir){
	ourteam(dir);
	document.write('<div id="squareB">');
	document.write('<img src="'+dir+'Images/news.png" border="0" usemap="#Map" />');
	document.write('<map name="Map" ><area shape="rect" coords="11,98,74,114" href="'+dir+'News.html" />');
	document.write('</map>');
  	document.write('</div>');
	document.write('<div id="row2">');
	headline(2);
	document.write('<div id="line"></div>');
	headline(1);
	document.write('</div>');
}
function testimonials(){
	var by = new Array();
	blurb[number] = "The Alchemist-developed logo has been positively received and helped open doors for the contracts we have secured since our company’s launch.";
	by[number++] = "James Hogan & Ruth Wiltshire, Director, Wiltshire Hogan Ltd ";
	
	blurb[number] = "...The Alchemist has always delivered and has consistently exceeded our expectations.";by[number++] = "Jim Lindsay, Lindsay Consulting";
	
	blurb[number] = "...We have no hesitation in recommending the team at The Alchemist to you.";by[number++] = "Jim Lindsay, Lindsay Consulting";
	
	blurb[number] = "...They will produce superior products and look after your interests.";by[number++] = "Jim Lindsay, Lindsay Consulting";
	
	blurb[number] = "... The team at The Alchemist.. are  creative, friendly and can work to any deadline we land on them!";
	by[number++]="Jo Richardson – Marketing Manager, Downstage Theatre";
	
	blurb[number] = "Many people oooh and aaaagh when I pull out my business card. Somehow it touches everyone in a way that I could not have expected.";
	by[number++]="Tania Davis, Tania Davis Law.";
	
	blurb[number] = "George and his team provided me with fantastic service.  George became one of the most influential professionals in setting up my legal practice.";
	by[number++]="Tania Davis, Tania Davis Law.";
	
	blurb[number] = "His team were responsive, pleasant, professional, and prompt.  They were a dream to deal with and created something quite different to what I had imagined.";
	by[number++]="Tania Davis, Tania Davis Law.";
	
	blurb[number] = "The Breeze Radio Station has used the services of The Alchemist since their inception and we would use no-one else, their work is fantastic.";
	by[number++]="Gina Mills, Programme Director The Breeze – Wellington";
	
	blurb[number] = "[The Alchemist] has developed and grown the visual image of The Breeze, [they] intuitively know exactly what suits The Breeze. ";
	by[number++]="Gina Mills, Programme Director The Breeze - Wellington";
	
	for (var i=0;i<number;i++)blurb[i] = "<span class='blurb'>"+blurb[i]+"<br></span><span class='quoter'>"+by[i]+"<br></span>";
}
