function loadPages(thePage)
{
 
 if (thePage == getHomePage())
 {
	showShow = true; 
	
	
 }
 else
 {
	showShow = false;
	
 }
 document.getElementById("displayData").innerHTML = thePage;  
 
   
}


function getHomePage()
{
	return '<FIELDSET CLASS="fieldset"><LEGEND CLASS="legend">Home</LEGEND><BR><IMG CLASS="homeImg" ID="homeImg" SRC="' + vans.src + '"></IMG>Established in 2002, <B CLASS="aztecHighlight">Aztec Electrical Systems</B> are Napit / Trustmark approved contractors with experience in all aspects of electrical installation works.<BR><BR>Commercial and industrial work is always carried out by our fully-trained team of electricians and are capable of undertaking a wide variety of wiring and re-wiring jobs for industrial and commercial premises.<BR><BR>Health and Safety is a concern for every business owner,that’s why we carry out work in accordance with all applicable British Safety Standards. We try very hard to ensure that electrical work is completed on time and within budget.<BR><BR>We can also save our customers valuable time and are able to quote for work at weekends, through the night and during normal business hours.<BR><BR>We also offer our experienced and friendly staff to advise on domestic properties requiring work done and we try our best to ensure it is completed professionally, on time and cost effectively.</FIELDSET>'
}



function getCommercialPage()
{
	return '<FIELDSET CLASS="fieldset"><LEGEND CLASS="legend">Commercial / Industrial</LEGEND><BR><BR>Page under construction<BR><BR></FIELDSET>'
}

function getDomesticPage()
{
	return '<FIELDSET CLASS="fieldset"><LEGEND CLASS="legend">Clean Room</LEGEND><BR><BR><IMG CLASS="floatRight" SRC="' + clean2.src + '"></IMG>Page under construction<BR><BR></FIELDSET>'
}

function getTestPage()
{
	return '<FIELDSET CLASS="fieldset"><LEGEND CLASS="legend">Testing / Inspection</LEGEND><BR>No electrical system can be considered \"safe\" for use until it has been Tested and Inspected. Furthermore, all electrical systems deteriorate with age and use. That\'s why established systems should always be tested and maintained on a regular basis, to ensure compliance with BS7671.<BR><BR><IMG CLASS="floatRight" SRC="' + patTester.src + '"</IMG>Under the Health & Safety at Work Act 1974 which incorporates The Management of Health & Safety at Work Regulations 1992, a statutory legal duty is placed on all employers to ensure that employees and all others are not subjected to risks to their health and safety. In particular, The Electricity at Work Regulations 1989 requires those in control of part or all of an electrical system to ensure that the system is safe to use and it is maintained in safe condition.<BR><BR><B CLASS="aztecHighlight">Aztec Electrical Systems</B> carry out <I>Periodic Inspection Reports</I> to all types of industrial and commercial premises. This report will inform you of all the condition of your electrical installations and any areas that do not meet current standards. You will also be issued a full report on any remedial works that may be required in order to bring the installation to a \"satisfactory\" standard.</FIELDSET>'
}

function getContactPage()
{
	return '<FIELDSET CLASS="fieldset"><LEGEND CLASS="legend">Contact</LEGEND><BR>Please either call/fax 01842 819655, email <A HREF="mailto:info@aztecelectricalsystems.co.uk">info@aztecelectricalsystems.co.uk</A>, or  use the form below and we will respond to you as soon as possible.<BR><BR>*<I>Denotes required field</I><BR><form action="/formmail.pl" method="post"><input type="hidden" name="recipient" value="jamsok@sky.com"><input type="hidden" name="subject" value="Message From AES online"><DIV CLASS="floatRight">Tel Number (Optional) :<input type="text" name="number" value=""></DIV>*Name :<input type="text" name="name" value=""><BR><BR>*Email :<input type="text" name="email" value=""><BR><BR>*Please ask your question here : <BR><textarea rows="4" cols="80" name="question" value=""></textarea><input type=hidden name="required" value="email,name,question"><input type="submit" value="Submit"><input type=hidden name="title" value="Thank You"><input type=hidden name="redirect" value="http://www.aztecelectricalsystems.co.uk/thankYou.html"></form></FIELDSET>'



}

function getClientsPage()
{
	return '<FIELDSET CLASS="fieldset"><LEGEND CLASS="legend">Clients</LEGEND><BR><BR>Page under construction<BR><BR></FIELDSET>'
}
function getProjectsPage()
{
	return '<FIELDSET CLASS="fieldset"><LEGEND CLASS="legend">Recent Projects</LEGEND><BR><BR>Page under construction<BR><BR></FIELDSET>'
}

