if (document.images) {
Home = new Image (80,20);
Home.src="images/homebut.gif";
Homeon = new Image (80,20);
Homeon.src = "images/homebuton.gif";
About = new Image (80,20);
About.src="images/aboutbut.gif";
Abouton = new Image (80,20);
Abouton.src = "images/aboutbuton.gif";
Alarms = new Image(80,20);
Alarms.src = "images/alarmbut.gif";
Alarmson = new Image(80,20);
Alarmson.src = "images/alarmbuton.gif";
Access = new Image(80,40);
Access.src = "images/accessbut.gif";
Accesson = new Image(80,40);
Accesson.src = "images/accessbuton.gif";
CCTV = new Image(80,20);
CCTV.src = "images/cctvbut.gif";
CCTVon = new Image(80,20);
CCTVon.src = "images/cctvbuton.gif";
Lighting = new Image(80,20);
Lighting.src = "images/lightingbut.gif";
Lightingon = new Image(80,20);
Lightingon.src = "images/lightingbuton.gif";
Contact = new Image(80,20);
Contact.src = "images/contactbut.gif";
Contacton = new Image(80,20);
Contacton.src = "images/contactbuton.gif";
}
function imgon(imgname) {
if (document.images);{
document.images[imgname].src = eval(imgname + 'on.src');
window.status=imgname;
}}
function imgoff(imgname) {
if (document.images);{
document.images[imgname].src = eval(imgname + ".src");
window.status = "Skynet Security, Ballinamore, Co. Leitrim"
}}
function openwin(URL) {
window.open(URL,"_blank","width=350,height=300,scrollbars=yes,status=no,resize=no,toobar=no,menubar=no")}