if (document.images) {
Home = new Image (215,54);
Home.src="images/homebuth.gif";
Homeon = new Image (215,54);
Homeon.src = "images/homebuthon.gif";
About = new Image (215,54);
About.src="images/aboutbuth.gif";
Abouton = new Image (215,54);
Abouton.src = "images/aboutbuthon.gif";
Alarms = new Image(215,54);
Alarms.src = "images/alarmbuth.gif";
Alarmson = new Image(215,54);
Alarmson.src = "images/alarmbuthon.gif";
Access = new Image(215,54);
Access.src = "images/accessbuth.gif";
Accesson = new Image(215,54);
Accesson.src = "images/accessbuthon.gif";
CCTV = new Image(215,54);
CCTV.src = "images/cctvbuth.gif";
CCTVon = new Image(215,54);
CCTVon.src = "images/cctvbuthon.gif";
Lighting = new Image(80,20);
Lighting.src = "images/lightingbuth.gif";
Lightingon = new Image(80,20);
Lightingon.src = "images/lightingbuthon.gif";
Contact = new Image(215,54);
Contact.src = "images/contactbuth.gif";
Contacton = new Image(215,54);
Contacton.src = "images/contactbuthon.gif";
Abouttext = new Image(200,110);
Abouttext.src = "images/abouttext.gif";
Alarmstext = new Image(200,110);
Alarmstext.src = "images/alarmtext.gif";
Accesstext = new Image(200,110);
Accesstext.src = "images/accesstext.gif";
CCTVtext = new Image(200,110);
CCTVtext.src = "images/cctvtext.gif";
Contacttext = new Image(200,110);
Contacttext.src = "images/contacttext.gif";
Lightingtext = new Image(200,110);
Lightingtext.src = "images/lightingtext.gif";
Emailtext = new Image(200,110);
Emailtext.src = "images/emailtext.gif";
}
function imgon(imgname) {
if (document.images);{
document.images[imgname].src = eval(imgname + 'on.src');
document.images.text.src = eval(imgname + 'text.src');
window.status=imgname;
}}
function imgoff(imgname) {
if (document.images);{
document.images[imgname].src = eval(imgname + ".src");
document.images.text.src="images/hometext.gif";
window.status = "Skynet Security, Ballinamore, Co. Leitrim"
}}