// JavaScript Document




document.getElementById("loadingTable").style.left = (mainWidth / 2) + 40;
function writeScript()  {
document.getElementById("topMes").innerHTML = 'Electrical Industrial Electrical Clean Room Clean Room Installation Electrical Commercial HVAC Systems Air Conditioning LV Switchboard Power Metering';
document.getElementById("mainPage").style.left = mainLeftBorder;
document.getElementById("mainPage").style.width = mainWidth;
document.getElementById("mainLogo").src = theLogo.src;

document.getElementById("mainLogo").style.left = (mainLeftBorder + 400) - (theLogo.width / 2);



document.getElementById("topRightInfoTable").style.left = mainLeftBorder + 100;

document.getElementById("menuTable").style.left = mainLeftBorder + 50;

document.getElementById("menuHome").innerHTML = "Home";
document.getElementById("menuCommercial").innerHTML = "Commercial" + '<BR>' + "& Industrial";
document.getElementById("menuDomestic").innerHTML = "Clean Room";
document.getElementById("menuTest").innerHTML = "Testing" + '<BR>' + "& Inspection ";
document.getElementById("menuContact").innerHTML = "Contact";
document.getElementById("menuClients").innerHTML = "Clients";
document.getElementById("menuRecentProjects").innerHTML = "Recent Projects";


//document.getElementById("display").style.left = 0;
document.getElementById("display").style.left = mainLeftBorder + 55;

document.getElementById("telNumDiv").innerHTML = 'Tel : 01842 819655&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<A HREF="mailto:info@aztecelectricalsystems.co.uk">info@aztecelectricalsystems.co.uk</A>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp Fax : 01842 819655';

document.getElementById("bulletsDiv").innerHTML = 'Clean Room Installation--HVAC Systems--Environmental Monitoring--LV Switchboard--Air Conditioning--Power Metering';

document.getElementById("telNumDiv").style.left = mainLeftBorder + 50 ;
document.getElementById("bulletsDiv").style.left = mainLeftBorder + 50 ;


//document.getElementById("leftImage1").style.left = mainLeftBorder + 2;

//document.getElementById("topLeftInfoTableData").innerHTML="Tel / Fax 01842 819655"  + '<BR>' + "Email : info@aztecelectricalsystems.co.uk";
loadPages(getHomePage());

//topInfoAnim();
topRightInfoAnim();
runSlideShow();

}
